Skip to content

Commit

Permalink
Merge pull request #15720 from RasmusWL/nosql-precision
Browse files Browse the repository at this point in the history
Python: Add precision to NoSQL query
  • Loading branch information
yoff authored Mar 4, 2024
2 parents 569bb99 + fbf6727 commit 00e77a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/ql/src/Security/CWE-943/NoSqlInjection.ql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* @description Building a NoSQL query from user-controlled sources is vulnerable to insertion of
* malicious NoSQL code by the user.
* @kind path-problem
* @precision high
* @problem.severity error
* @security-severity 8.8
* @id py/nosql-injection
Expand Down
4 changes: 4 additions & 0 deletions python/ql/src/change-notes/2024-03-04-nosql-injection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: newQuery
---
* The query `py/nosql-injection` for finding NoSQL injection vulnerabilities is now part of the default security suite.

0 comments on commit 00e77a3

Please sign in to comment.