mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Merge pull request #15720 from RasmusWL/nosql-precision
Python: Add precision to NoSQL query
This commit is contained in:
@@ -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
|
||||
|
||||
4
python/ql/src/change-notes/2024-03-04-nosql-injection.md
Normal file
4
python/ql/src/change-notes/2024-03-04-nosql-injection.md
Normal 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.
|
||||
Reference in New Issue
Block a user