Skip to content

Commit d12fb94

Browse files
themr0copenshift-cherrypick-robot
authored andcommitted
Update modules/release-notes/README.adoc
1 parent 52737f1 commit d12fb94

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

modules/release-notes/README.adoc

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,3 @@ $ python modules/release-notes/single-source-release-notes.py
4444
$ git diff
4545
----
4646

47-
== Single-sourcing fixed security issues release notes
48-
49-
The fixed security issues release notes content is single-sourced from link:https://docs.redhat.com/en/documentation/red_hat_security_data_api/1.0/html/red_hat_security_data_api/cve[Red Hat Security Data API].
50-
51-
.Prerequisites
52-
* Bash
53-
54-
.Procedure
55-
. Verify the `product-bundle-version` attribute value in the `artifacts/attributes.adoc` file.
56-
57-
. In the `modules/releases-notes` directory, create a `list-fixed-security-issues-in-product-_<product-bundle-version>_.adoc` file that contains the CVE entry list, with one entry per line, such as:
58-
+
59-
.`list-fixed-security-issues-in-product-1.5.0.adoc`
60-
----
61-
CVE-2024-56326
62-
CVE-2024-56201
63-
----
64-
. Open a terminal, change directory to the `modules/release-notes`, and run:
65-
+
66-
----
67-
$ ./single-source-fixed-security-issues.sh
68-
----
69-
70-
.Verification
71-
* Verify the changed content:
72-
+
73-
----
74-
$ git diff
75-
----
76-

0 commit comments

Comments
 (0)