aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-20 13:47:02 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-20 13:47:02 +0100
commit0224c3a0eb24ffe046b1f2bf926b9cf5457972ba (patch)
treee8b508d477cf7df07d99324eb00b8f33dce1f30d
parent9233cbfb7936e850556533ef06aab73b4816896b (diff)
downloadvulns-0224c3a0eb24ffe046b1f2bf926b9cf5457972ba.tar.gz
justfile: change email address to the kernel.org one
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xjustfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/justfile b/justfile
index 4fd574bb..cfc8aeb2 100755
--- a/justfile
+++ b/justfile
@@ -21,8 +21,9 @@ cve_publish_json:
# 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_ids:
+ cve -u gregkh@kernel.org -o Linux list
+ #cve -u gregkh@linuxfoundation.org -o Linux -e test list
# List a summary of the ids at this point in time