Trivy not detecting vuln in Github database #8759
Closed
johnseekins-pathccm
started this conversation in
Bugs
Replies: 2 comments
-
|
Since our vulnerability database is updated every 6 hours now, there is some delay in reflecting the new advisories. I tested it today and the vulnerability was correctly detected. Another possibility is that your package is installed as a development dependency. Trivy doesn't scan them for vulnerabilities by default. You can try |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That makes sense. Thanks for the clarification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In a relatively simple
pnpm-based service, I havefastifyinstalled. As of this morning, Github has a vuln aboutfastify: GHSA-mg2h-6x62-wpwcTrivy doesn't detect this vuln in my lock file when I run a scan. Am I just being impatient?
Desired Behavior
Trivy detects the vulnerability in the dependency.
Actual Behavior
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Output Format
None
Mode
Standalone
Debug Output
Operating System
OS X Sequoia
Version
Beta Was this translation helpful? Give feedback.
All reactions