Skip to content

Commit 00e77a3

Browse files
authored
Merge pull request github#15720 from RasmusWL/nosql-precision
Python: Add precision to NoSQL query
2 parents 569bb99 + fbf6727 commit 00e77a3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

python/ql/src/Security/CWE-943/NoSqlInjection.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Building a NoSQL query from user-controlled sources is vulnerable to insertion of
44
* malicious NoSQL code by the user.
55
* @kind path-problem
6+
* @precision high
67
* @problem.severity error
78
* @security-severity 8.8
89
* @id py/nosql-injection
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* The query `py/nosql-injection` for finding NoSQL injection vulnerabilities is now part of the default security suite.

0 commit comments

Comments
 (0)