fix: CVE-2023-39325 & CVE-2023-44487 (#37) #110
Annotations
10 errors and 1 warning
pkg/httpapi/api.go#L270
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
pkg/httpapi/api.go#L361
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
pkg/httpapi/api.go#L286
SA4031: this nil check is never true (staticcheck)
|
pkg/httpapi/api.go#L233
SA4031(related information): this is one of the value of app (staticcheck)
|
pkg/httpapi/api.go#L280
SA4031(related information): this is one of the value of app (staticcheck)
|
pkg/httpapi/api.go#L377
SA4031: this nil check is never true (staticcheck)
|
pkg/httpapi/api.go#L321
SA4031(related information): this is one of the value of app (staticcheck)
|
pkg/git/client_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
pkg/gitfs/gitfs_test.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
pkg/health/health_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading