fix(format-audit-results.jq): use advisories over vulnerabilities
Many of the vulnerabilities (in the respective crates) reported are not actually exploitable vulnerabilties of the packages we report them for. Consequently it is more accurate to state that they are advisories. Change-Id: I02932125b77fc9c71e583ae49e822fd3438dce05 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5202 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
66055161fb
commit
487dd4189e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ else
|
|||
([ "-", if $checklist then " [ ] " else " " end
|
||||
, "`", $attr, "`: "
|
||||
, (.vulnerabilities.count | tostring)
|
||||
, " vulnerabilities in Cargo.lock"
|
||||
, " advisories for Cargo.lock"
|
||||
, if $maintainers != "" then " (cc " + $maintainers + ")" else "" end
|
||||
, "\n"
|
||||
] + (.vulnerabilities.list | map(format_vulnerability))
|
||||
|
|
Loading…
Reference in a new issue