Skip to content

Commit

Permalink
Merge pull request github#14880 from github/geoffw0-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo authored Nov 22, 2023
2 parents 29c9500 + bcf76b1 commit 98ddbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/ql/src/change-notes/released/0.3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### New Queries

* 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.
* 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.
* 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.

### Minor Analysis Improvements

Expand Down

0 comments on commit 98ddbe0

Please sign in to comment.