Merge pull request #14885 from erik-krogh/update-changenotes

JS: update the JS change notes to mention security severity instead of just severity
This commit is contained in:
Erik Krogh Kristensen
2023-11-23 11:17:53 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
### Query Metadata Changes
* Lower the severity of log-injection to medium.
* Increase the severity of XSS to high.
* Lower the security severity of log-injection to medium.
* Increase the security severity of XSS to high.
## 0.8.2

View File

@@ -2,5 +2,5 @@
### Query Metadata Changes
* Lower the severity of log-injection to medium.
* Increase the severity of XSS to high.
* Lower the security severity of log-injection to medium.
* Increase the security severity of XSS to high.