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
Add exclude option to skip gems by name during audit
Allow users to exclude entire gems from scanning via config file
(`exclude:` key in .bundler-audit.yml) or CLI (`--exclude`/`-e` flag).
Unlike `ignore` which skips specific advisory IDs after lookup,
`exclude` skips gems entirely before any advisory database check.
This is useful for Rails apps that bundle gems they don't actually
use (e.g. activestorage, actiontext) where every new CVE triggers
a false audit failure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments