mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
Add security category for generating release note
This commit is contained in:
parent
b0ad63ba64
commit
c7b1bef490
@ -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)
|
||||
|
@ -191,6 +191,7 @@ def generate_md(
|
||||
"breaking": "Breaking Changes",
|
||||
"enhancement": "Enhancements",
|
||||
"bug": "Bugs Fixed",
|
||||
"security": "Security Issues Fixed",
|
||||
}
|
||||
|
||||
for category in categories:
|
||||
|
Loading…
Reference in New Issue
Block a user