Open Issues Need Help
View All on GitHubVulnerability scanner written in Go which uses the data provided by https://osv.dev
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
AI Summary: The `--all-packages` flag in `osvscanner` currently only displays packages without detected vulnerabilities. This issue proposes extending its functionality to also include packages that were filtered out earlier in the scanning process, specifically those deemed unscannable or excluded by configuration rules. The solution involves modifying `osvscanner.go` and `filter.go` to temporarily store these filtered packages and re-integrate them into the final output when the `--all-packages` flag is active.
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
Vulnerability scanner written in Go which uses the data provided by https://osv.dev
AI Summary: Enhance the vulnerability scanner's table output to include additional details such as fixed versions, allow hiding unimportant vulnerabilities (mirroring the `--all-vulns` flag behavior), and incorporate summaries, aligning the table output with other output formats. This involves modifying the `outputResult` struct and updating the table generation logic.
Vulnerability scanner written in Go which uses the data provided by https://osv.dev