Swift: Change note.

This commit is contained in:
Geoffrey White
2023-07-04 10:21:39 +01:00
parent 6c10b934ea
commit 72f500b501

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added new query "Regular expression injection" (`swift/regex-injection`). The query finds places where user input is used to construct a regular expression without proper escaping.