Skip to content

Commit 98ddbe0

Browse files
authored
Merge pull request github#14880 from github/geoffw0-patch-2
2 parents 29c9500 + bcf76b1 commit 98ddbe0

File tree

1 file changed

+1
-1
lines changed
  • swift/ql/src/change-notes/released

1 file changed

+1
-1
lines changed

swift/ql/src/change-notes/released/0.3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### New Queries
44

55
* Added new query "System command built from user-controlled sources" (`swift/command-line-injection`) for Swift. This query detects system commands built from user-controlled sources without sufficient validation. The query was previously [contributed to the 'experimental' directory by @maikypedia](https://github.com/github/codeql/pull/13726) but will now run by default for all code scanning users.
6-
* Added a nw query "Missing regular expression anchor" (`swift/missing-regexp-anchor`) for Swift. This query detects regular expressions without anchors that can be vulnerable to bypassing.
6+
* Added a new query "Missing regular expression anchor" (`swift/missing-regexp-anchor`) for Swift. This query detects regular expressions without anchors that can be vulnerable to bypassing.
77

88
### Minor Analysis Improvements
99

0 commit comments

Comments
 (0)