Upgraded winhttp library #8
Annotations
3 warnings and 4 notices
Build Job
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unused exported function:
http/http3/http3_exclude.go#L35
Unused function `NewHTTPClient`
|
Vulnerable declared dependency:
go.mod#L29
Dependency go:github.com/cloudflare/circl:v1.3.6 is vulnerable
* [Cx3111c14e-80ff](https://devhub.checkmarx.com/cve-details/Cx3111c14e-80ff?utm_source=jetbrains&utm_medium=referral) 7.4 Observable Timing Discrepancy vulnerability with High severity found
Results powered by [Checkmarx](https://checkmarx.com)(c)
|
Name starts with a package name:
http/http.go#L53
Name starts with the package name
|
Name starts with a package name:
http/http.go#L51
Name starts with the package name
|
Name starts with a package name:
http/http.go#L47
Name starts with the package name
|
Type assertion on errors fails on wrapped errors:
clients/udp/udp.go#L507
Type switch on errors fails on wrapped errors
|