aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-20 13:24:19 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-20 13:24:19 +0100
commit600e35a3514782b9a5bcbc3611f07a9ad82f3a31 (patch)
tree012ba52b50f8bdd58e0e43d7947ad533e0eb4b6a
parentae24984bc409a9213246e6410a7d26d1423f2d9f (diff)
downloadvulns-600e35a3514782b9a5bcbc3611f07a9ad82f3a31.tar.gz
justfile: add some stats commands
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xjustfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/justfile b/justfile
index 4ac40afd..4fd574bb 100755
--- a/justfile
+++ b/justfile
@@ -19,8 +19,14 @@ cve_update:
cve_publish_json:
cd {{invocation_directory()}}; scripts/cve_publish_json
-# List a summary of the ids at this point in time
+
+# Query the CVE server for the list of all ids assigned to us
list_ids:
+ cve -u gregkh@linuxfoundation.org -o Linux -e test list
+
+
+# List a summary of the ids at this point in time
+summary:
#!/usr/bin/env bash
cd cve/reserved
echo "Number of allocated, but not assigned CVE ids, by year:"