Skip to content

Commit bcf76b1

Browse files
authored
Update change note 0.3.3.md
Update original change note in line with the change here: github#14876 (comment)
1 parent 29c9500 commit bcf76b1

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)