Skip to content

Commit 1cfac50

Browse files
committed
Python: Add precision to NoSQL query
Due to this, it was not part of any query suite :O
1 parent 2683e40 commit 1cfac50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)