aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-09 11:19:17 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-09 11:19:17 +0000
commit44f9f433a8f6d3cb0810404eb6a3d77cfb16e97f (patch)
treec65815bcfc36140a3450d1ed7b2e4e12782776b8
parent15febe81ddfe7576c5495111b7dcfe62d4796692 (diff)
downloadvulns-44f9f433a8f6d3cb0810404eb6a3d77cfb16e97f.tar.gz
scripts/bippy: make the default status be "affected"
Makes the cve record look better, it's no longer "unknown" as we really do know what the versions are here. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xscripts/bippy1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bippy b/scripts/bippy
index 6c2bbcd0..1b592781 100755
--- a/scripts/bippy
+++ b/scripts/bippy
@@ -261,6 +261,7 @@ if [[ "${JSON_FILE}" != "" ]] ; then
a=$(jo -- \
product="Linux" \
vendor="Linux" \
+ defaultStatus="affected" \
${vuln_array} \
)