aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-20 13:54:51 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-20 13:54:51 +0100
commit8a14784054163c3ffb1450e16f5a00890672b200 (patch)
tree8be556e34bf7d131a42b3bad7a05219eb6c4cec6
parent0224c3a0eb24ffe046b1f2bf926b9cf5457972ba (diff)
downloadvulns-8a14784054163c3ffb1450e16f5a00890672b200.tar.gz
scripts/cve_publish_json:
Switch off of the test server to the real one. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xscripts/cve_publish_json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/cve_publish_json b/scripts/cve_publish_json
index dfe91683..17a2c968 100755
--- a/scripts/cve_publish_json
+++ b/scripts/cve_publish_json
@@ -51,7 +51,8 @@ for id in cve/published/*/*.sha1 ; do
root=$(echo "${id}" | cut -f 1 -d '.')
#echo "id=${id} sha=${sha} cve=${cve}"
echo "Uploading ${cve}"
- cve -u gregkh@linuxfoundation.org -o Linux -e test publish ${cve} -f "${root}.json"
+ cve -u gregkh@kernel.org -o Linux publish ${cve} -f "${root}.json"
+ #cve -u gregkh@linuxfoundation.org -o Linux -e test publish ${cve} -f "${root}.json"
done
# to list all published entries: