We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 569bb99 + fbf6727 commit 00e77a3Copy full SHA for 00e77a3
python/ql/src/Security/CWE-943/NoSqlInjection.ql
@@ -3,6 +3,7 @@
3
* @description Building a NoSQL query from user-controlled sources is vulnerable to insertion of
4
* malicious NoSQL code by the user.
5
* @kind path-problem
6
+ * @precision high
7
* @problem.severity error
8
* @security-severity 8.8
9
* @id py/nosql-injection
python/ql/src/change-notes/2024-03-04-nosql-injection.md
@@ -0,0 +1,4 @@
1
+---
2
+category: newQuery
+* The query `py/nosql-injection` for finding NoSQL injection vulnerabilities is now part of the default security suite.
0 commit comments