dependency review ( Github advanced security) not able to detect security vulnerability in golang library #32485
-
I'm evaluating dependency review ( Github advanced security) to detect security vulnerability in golang libraries. I tried one of the library which has security vulnerability as mentioned I tried evaluating this library using dependency review here related GitHub action file -> But it was not able to detect security vulnerability in this library. Can someone please suggest why this vulnerability is not getting detected ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The dependency graph doesn't show that you depend on |
Beta Was this translation helpful? Give feedback.
The dependency graph doesn't show that you depend on
jwt-go
in your go.mod or go.sum files. You didn't change either of those in the PR, so there is no change to the set of dependencies we're tracking. https://github.com/bkrockx/advanced-security-go-test/network/dependencies