feat: updated models for notification #14
Annotations
4 errors, 11 warnings, and 10 notices
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)
|
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)
|
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)
|
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)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fs/test/seaweedfs_test.go#L179
`WriteFile` is deprecated
|
fs/test/utils.go#L99
`WriteFile` is deprecated
|
vcs/test/git_test.go#L345
`ReadDir` is deprecated
|
core/models/client/model_service_v2_test.go#L348
`Dial` is deprecated
|
core/models/client/model_service_v2_test.go#L223
`Dial` is deprecated
|
fs/test/bindata.go#L238
`WriteFile` is deprecated
|
fs/test/seaweedfs_test.go#L204
`WriteFile` is deprecated
|
core/fs/service_v2_test.go#L222
`WriteFile` is deprecated
|
fs/test/seaweedfs_test.go#L236
`ReadFile` is deprecated
|
core/grpc/client/client.go#L241
`WithInsecure` is deprecated
|
core/entity/result.go#L70
Assignment to the method receiver doesn't propagate to other calls
|
core/entity/result.go#L59
Assignment to the method receiver doesn't propagate to other calls
|
core/sys_exec/sys_exec_linux.go#L2
//+build comments can be removed
|
fs/test/bindata.go#L66
Comment should have the following format 'ModTime ...' (with an optional leading article)
|
core/utils/rpc.go#L5
Comment should have the following format 'ObjectToString ...' (with an optional leading article)
|
core/utils/rpc.go#L11
Comment should have the following format 'GetRpcParam ...' (with an optional leading article)
|
core/constants/errors.go#L8
Comment should have the following format 'ErrAlreadyExists ...' (with an optional leading article)
|
fs/test/bindata.go#L1
Package comment should be of the form 'Package test ...'
|
db/redis/client.go#L237
Comparison with errors using equality operators fails on wrapped errors
|
db/redis/client.go#L197
Comparison with errors using equality operators fails on wrapped errors
|
This job succeeded
Loading