Merge pull request #15720 from RasmusWL/nosql-precision

Python: Add precision to NoSQL query
This commit is contained in:
yoff
2024-03-04 14:44:46 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* The query `py/nosql-injection` for finding NoSQL injection vulnerabilities is now part of the default security suite.