aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-03 18:36:31 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-03 18:36:31 +0200
commit532cc28bcd1279172d31acbc6cafbfeba63f54c1 (patch)
tree853e639c94ed7a68ba82e0957d2db64c908f1fd0
parent9e69793a371a47ab1b1f7d907ffde6f7b175c38c (diff)
downloadvulns-532cc28bcd1279172d31acbc6cafbfeba63f54c1.tar.gz
justfile: add cve_create_batch as a target
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xjustfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index de753137..886c537e 100755
--- a/justfile
+++ b/justfile
@@ -13,6 +13,9 @@ _help:
@cve_create GIT_ID:
-scripts/cve_create {{GIT_ID}}
+# Create a bunch of CVEs that are contained, one per line, in FILENAME
+@cve_create_batch FILENAME:
+ -scripts/cve_create_batch {{FILENAME}}
# Update all, or just one, CVE entries with the latest version information
@cve_update *GIT_ID: