You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2023/01/17 19:17:44 UTC

svn commit: r1906750 - /httpd/dev-tools/release/r4-stage-release.sh

Author: covener
Date: Tue Jan 17 19:17:44 2023
New Revision: 1906750

URL: http://svn.apache.org/viewvc?rev=1906750&view=rev
Log:
use v5 timeline, clarified with Mark

Modified:
    httpd/dev-tools/release/r4-stage-release.sh

Modified: httpd/dev-tools/release/r4-stage-release.sh
URL: http://svn.apache.org/viewvc/httpd/dev-tools/release/r4-stage-release.sh?rev=1906750&r1=1906749&r2=1906750&view=diff
==============================================================================
--- httpd/dev-tools/release/r4-stage-release.sh (original)
+++ httpd/dev-tools/release/r4-stage-release.sh Tue Jan 17 19:17:44 2023
@@ -162,7 +162,7 @@ if test -n "${CVE_DIRS}"; then
       echo "adding ${CVE_ID}"
       # add a timeline entry for the release and copy to website
       rm -f "${CVE_JSON}".tmp
-      jq --indent 2 '.timeline[.timeline|length] |= . + '"${TIMELINE_ENTRY}" "${CVE_JSON}" > "${CVE_JSON}".tmp
+      jq --indent 2 '.containers.cna.timeline[.containers.cna.timeline|length] |= . + '"${TIMELINE_ENTRY}" "${CVE_JSON}" > "${CVE_JSON}".tmp
       mv "${CVE_JSON}".tmp "${CVE_JSON}"
       cp "${CVE_JSON}" "${DIST_SITEPATH}"/content/security/json/${CVE_ID}.json
     done