You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add go symbol matching qualifier for better go vuln matching
govulndb's per-symbol reachability information
used as a go-imports package qualifier
called at match time to reduce false positives for Go binaries.
When a Go binary is cataloged with symbol capture enabled, the qualifier
only matches a vulnerability if at least one of the vulnerable symbols is
actually present in the binary. Packages without symbol evidence continue
to match at module granularity, preserving existing behavior.
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
0 commit comments