[DepShield] (CVSS 7.5) Vulnerability due to usage of github.com/gorilla:websocket:1.4.0
sonatype-depshield opened this issue · 2 comments
Vulnerabilities
DepShield reports that this application's usage of github.com/gorilla:websocket:1.4.0 results in the following vulnerability(s):
- (CVSS 7.5) CWE-190: Integer Overflow or Wraparound
Occurrences
github.com/gorilla:websocket:1.4.0 is a transitive dependency introduced by the following direct dependency(s):
• github.com/spf13:cobra:1.0.0
└─ github.com/spf13:viper:1.4.0
└─ github.com/gorilla:websocket:1.4.0
This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.
@bhamail this is a false positive correct (since we replace this)?
Closing as false positive. The app actually uses a different version (1.4.2) of websocket
than reported by go mod graph
$ go list -m all | grep websocket
github.com/gorilla/websocket v1.4.2
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5