feat: added monitoring for node #6
Annotations
4 errors, 11 warnings, and 10 notices
Vulnerable declared dependency:
backend/go.mod#L86
Dependency go:github.com/jackc/pgx/v4:v4.15.0 is vulnerable , safe version 4.18.2
* [CVE-2024-27304](https://devhub.checkmarx.com/cve-details/CVE-2024-27304?utm_source=jetbrains&utm_medium=referral) 9.8 Integer Overflow or Wraparound vulnerability with High severity found
* [CVE-2024-27289](https://devhub.checkmarx.com/cve-details/CVE-2024-27289?utm_source=jetbrains&utm_medium=referral) 8.1 Improper Neutralization of Special Elements used in an SQL Command ("SQL Injection") vulnerability with High severity found
Results powered by [Checkmarx](https://checkmarx.com)(c)
|
Vulnerable declared dependency:
core/go.mod#L113
Dependency go:github.com/jackc/pgx/v4:v4.15.0 is vulnerable , safe version 4.18.2
* [CVE-2024-27304](https://devhub.checkmarx.com/cve-details/CVE-2024-27304?utm_source=jetbrains&utm_medium=referral) 9.8 Integer Overflow or Wraparound vulnerability with High severity found
* [CVE-2024-27289](https://devhub.checkmarx.com/cve-details/CVE-2024-27289?utm_source=jetbrains&utm_medium=referral) 8.1 Improper Neutralization of Special Elements used in an SQL Command ("SQL Injection") vulnerability with High severity found
Results powered by [Checkmarx](https://checkmarx.com)(c)
|
Vulnerable declared dependency:
backend/go.mod#L83
Dependency go:github.com/jackc/pgproto3/v2:v2.2.0 is vulnerable , safe version 2.3.3
* [CVE-2024-27304](https://devhub.checkmarx.com/cve-details/CVE-2024-27304?utm_source=jetbrains&utm_medium=referral) 9.8 Integer Overflow or Wraparound vulnerability with High severity found
Results powered by [Checkmarx](https://checkmarx.com)(c)
|
Vulnerable declared dependency:
core/go.mod#L110
Dependency go:github.com/jackc/pgproto3/v2:v2.2.0 is vulnerable , safe version 2.3.3
* [CVE-2024-27304](https://devhub.checkmarx.com/cve-details/CVE-2024-27304?utm_source=jetbrains&utm_medium=referral) 9.8 Integer Overflow or Wraparound vulnerability with High severity found
Results powered by [Checkmarx](https://checkmarx.com)(c)
|
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deprecated element:
fs/test/seaweedfs_test.go#L179
`WriteFile` is deprecated
|
Deprecated element:
core/controllers/test/project_test.go#L85
`Equal` is deprecated
|
Deprecated element:
core/controllers/test/filter_test.go#L65
`Equal` is deprecated
|
Deprecated element:
core/models/client/model_service_v2_test.go#L193
`Dial` is deprecated
|
Deprecated element:
fs/test/utils.go#L99
`WriteFile` is deprecated
|
Deprecated element:
core/controllers/test/filter_test.go#L73
`Element` is deprecated
|
Deprecated element:
vcs/test/git_test.go#L345
`ReadDir` is deprecated
|
Deprecated element:
core/models/client/model_service_v2_test.go#L394
`Dial` is deprecated
|
Deprecated element:
fs/test/bindata.go#L238
`WriteFile` is deprecated
|
Deprecated element:
core/models/client/model_service_v2_test.go#L348
`Dial` is deprecated
|
Assignment to a receiver:
core/entity/result.go#L70
Assignment to the method receiver doesn't propagate to other calls
|
Assignment to a receiver:
core/entity/result.go#L59
Assignment to the method receiver doesn't propagate to other calls
|
Malformed build tag:
core/sys_exec/sys_exec_linux.go#L2
//+build comments can be removed
|
Comment of exported element starts with the incorrect name:
fs/test/bindata.go#L66
Comment should have the following format 'ModTime ...' (with an optional leading article)
|
Comment of exported element starts with the incorrect name:
core/utils/rpc.go#L5
Comment should have the following format 'ObjectToString ...' (with an optional leading article)
|
Comment of exported element starts with the incorrect name:
core/utils/rpc.go#L11
Comment should have the following format 'GetRpcParam ...' (with an optional leading article)
|
Comment of exported element starts with the incorrect name:
core/constants/errors.go#L8
Comment should have the following format 'ErrAlreadyExists ...' (with an optional leading article)
|
Comment of exported element starts with the incorrect name:
fs/test/bindata.go#L1
Package comment should be of the form 'Package test ...'
|
Direct comparison of errors:
core/controllers/spider.go#L698
Comparison with errors using equality operators fails on wrapped errors
|
Direct comparison of errors:
core/controllers/delegate_basic.go#L31
Comparison with errors using equality operators fails on wrapped errors
|