Add security category for generating release note

This commit is contained in:
Fabrice Reix 2024-04-23 12:48:15 +02:00
parent b0ad63ba64
commit c7b1bef490
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Bugs Fixed:
Security Issues Fixed:
* Prevent script injection in HTML report [#GHSA-p4p2-ffh9-cc9c](https://github.com/Orange-OpenSource/hurl/security/advisories/GHSA-p4p2-ffh9-cc9c)
* Prevent script injection in HTML report [#2719](https://github.com/Orange-OpenSource/hurl/issues/2719)
[4.2.0 (2024-01-11)](https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#4.2.0)

View File

@ -191,6 +191,7 @@ def generate_md(
"breaking": "Breaking Changes",
"enhancement": "Enhancements",
"bug": "Bugs Fixed",
"security": "Security Issues Fixed",
}
for category in categories: