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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ Output:
218
218
Lists backported fixes if available from Linux distribution
219
219
<ahref="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--affected-versions">--affected-versions</a> Lists versions of product affected by a given CVE (to facilitate upgrades)
220
220
<ahref="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--vex-vex_file">--vex VEX</a> Provide vulnerability exchange (vex) filename
221
+
<ahref="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--csaf-csaf_file">--csaf CSAF</a> Provide Common Security Advisory Framework (CSAF) filename
221
222
222
223
Merge Report:
223
224
Arguments related to Intermediate and Merged Reports
@@ -126,6 +127,7 @@ which is useful if you're trying the latest code from
126
127
Lists backported fixes if available from Linux distribution
127
128
--affected-versions Lists versions of product affected by a given CVE (to facilitate upgrades)
128
129
--vex VEX Provide vulnerability exchange (vex) filename
130
+
--csaf CSAF Provide Common Security Advisory Framework (CSAF) filename
129
131
130
132
Merge Report:
131
133
Arguments related to Intermediate and Merged Reports
@@ -902,6 +904,12 @@ file which contains all the reported vulnerabilities detected by the scan. This
902
904
updated (outside of the CVE Binary tool) to record the results of a triage activity
903
905
and can be used as a file with `--input-file` parameter.
904
906
907
+
### --csaf CSAF_FILE
908
+
909
+
This option allows you to specify the filename for a [Common Security Advisory Framework (CSAF) v2.0](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=csaf)
910
+
file which contains all the reported vulnerabilities detected by the scan.
911
+
This file is typically updated (outside of the CVE Binary tool) to record the results of a triage activity.
912
+
905
913
### Output verbosity
906
914
907
915
As well as the modes above, there are two other output options to decrease or increase the number of messages printed:
0 commit comments