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
ssvc calculate <CVE-ID...> command: compute SSVC decisions in bulk following
the CISA methodology (Track / Track* / Attend / Act), with a decision legend in
the text report. Reads CVEs from arguments, --file or stdin.
audit linux and audit docker commands (EXPERIMENTAL): audit the installed
packages of a Linux system (local or over SSH) or a Docker image/container.
Collection runs a fixed, read-only command set and supports Debian/Ubuntu,
the RHEL family, SUSE, Alpine and Slackware.
SARIF 2.1.0 export for the audit commands (--output=sarif), suitable for
GitHub Code Scanning and other SARIF consumers.
CSV export of the per-advisory audit details (--output=csv) for spreadsheets.
Accepted-risk ignore file (.secdbignore, --ignore-file): exclude findings
from the --fail-on exit code (and mark them as suppressed in SARIF) without
removing them from the report.
--fail-on=<severity>: exit non-zero when a vulnerability at or above the given
severity is found, for use in CI pipelines.
--show-unfixed: vulnerabilities that have no available fix are hidden by
default (the report warns how many were hidden); this flag lists them and marks
each advisory as having no fix available.
Changed
The audit details view (--view=details) is now one card per advisory,
severity-sorted and with a provenance footer, instead of a wide table.
Richer cve text report: web permalinks to the SecDB GUI, a References section,
and prose word-wrapped to the terminal width.
Audit text reports now lead with a metadata header (input source, packages
scanned, target) and print progress to stderr only when attached to a terminal.
Internal: the HTTP client was reorganized and a generic report container now
backs the text renderers (no user-facing change).
Changelog
4cd27c5 feat(audit): add CSV export via template (--output=csv)
2313020 feat(audit): add Linux and Docker package auditing (EXPERIMENTAL)
c6cdb18 feat(audit): add SARIF export and ".secdbignore" file support
99472a5 feat(audit): hide unfixed vulnerabilities by default and add --show-unfixed