aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-05 10:24:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-05 10:24:21 +0200
commit79f249bf12ef8ddbef2b941d0b0ff860bf55b240 (patch)
treeb997c25bfe29ac959801470bf7238a0a03da16de
parente7ce0d16dde207ed9d79ed0c1f97b75f533f90b9 (diff)
downloadvulns-79f249bf12ef8ddbef2b941d0b0ff860bf55b240.tar.gz
justfile: allow CVE_ID to be passed to cve_create
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xjustfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 886c537e..66578793 100755
--- a/justfile
+++ b/justfile
@@ -10,8 +10,8 @@ _help:
# Create a CVE for a specific Linux kernel git commit id
-@cve_create GIT_ID:
- -scripts/cve_create {{GIT_ID}}
+@cve_create GIT_ID *CVE_ID:
+ -scripts/cve_create {{GIT_ID}} {{CVE_ID}}
# Create a bunch of CVEs that are contained, one per line, in FILENAME
@cve_create_batch FILENAME: