Vulnerability scanner written in Go which uses the data provided by https://osv.dev

scanner security-audit security-tools vulnerability-scanner
9 Open Issues Need Help Last updated: Jul 25, 2026

Open Issues Need Help

View All on GitHub

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner
good first issue backlog

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner
documentation good first issue backlog

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner
enhancement good first issue

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner
enhancement good first issue

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner

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.

Complexity: 3/5
enhancement good first issue go

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner
enhancement good first issue

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner

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.

Complexity: 4/5
good first issue

Vulnerability scanner written in Go which uses the data provided by https://osv.dev

Go
#scanner#security-audit#security-tools#vulnerability-scanner