Merge pull request #500 from markshannon/python-python-security-queries-to-high

Python: Set precision of security queries to 'high'
This commit is contained in:
Pavel Avgustinov
2018-11-21 09:41:38 +00:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
* @kind problem
* @problem.severity error
* @sub-severity high
* @precision medium
* @precision high
* @id py/path-injection
* @tags correctness
* security

View File

@@ -5,7 +5,7 @@
* @kind problem
* @problem.severity error
* @sub-severity high
* @precision medium
* @precision high
* @id py/command-line-injection
* @tags correctness
* security

View File

@@ -5,7 +5,7 @@
* @kind problem
* @problem.severity error
* @sub-severity high
* @precision medium
* @precision high
* @id py/reflective-xss
* @tags security
* external/cwe/cwe-079

View File

@@ -4,7 +4,7 @@
* malicious SQL code by the user.
* @kind problem
* @problem.severity error
* @precision medium
* @precision high
* @id py/sql-injection
* @tags security
* external/cwe/cwe-089

View File

@@ -5,7 +5,7 @@
* @kind problem
* @problem.severity error
* @sub-severity high
* @precision medium
* @precision high
* @id py/code-injection
* @tags security
* external/owasp/owasp-a1

View File

@@ -3,7 +3,7 @@
* @description Using broken or weak cryptographic algorithms can compromise security.
* @kind problem
* @problem.severity warning
* @precision medium
* @precision high
* @id py/weak-cryptographic-algorithm
* @tags security
* external/cwe/cwe-327

View File

@@ -5,7 +5,7 @@
* @id py/unsafe-deserialization
* @problem.severity error
* @sub-severity high
* @precision medium
* @precision high
* @tags external/cwe/cwe-502
* security
* serialization