update change note

This commit is contained in:
Jami Cogswell
2022-11-03 14:21:37 -04:00
parent 0e93e71127
commit e49c5213ca
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* Added a new query, `java/regex-injection`, to detect unescaped user input used in regular expressions.

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* The query, `java/regex-injection`, has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally [submitted as an experimental query by @edvraa](https://github.com/github/codeql/pull/5704).