Python: Lower precision of non-header queries

cf. https://github.com/github/securitylab/issues/691#issuecomment-1387391014
This commit is contained in:
Taus
2023-03-27 12:22:17 +00:00
parent eaf2930205
commit 700eb04487
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
* A successful attack can result in authentication bypass.
* @kind path-problem
* @problem.severity error
* @precision medium
* @precision low
* @id py/possible-timing-attack-against-hash
* @tags security
* external/cwe/cwe-208

View File

@@ -6,7 +6,7 @@
* A successful attack can result in authentication bypass.
* @kind path-problem
* @problem.severity error
* @precision high
* @precision low
* @id py/timing-attack-against-hash
* @tags security
* external/cwe/cwe-208

View File

@@ -4,7 +4,7 @@
* possibly allowing a timing attack to retrieve sensitive information.
* @kind path-problem
* @problem.severity error
* @precision medium
* @precision low
* @id py/possible-timing-attack-sensitive-info
* @tags security
* external/cwe/cwe-208

View File

@@ -4,7 +4,7 @@
* possibly allowing a timing attack to retrieve sensitive information.
* @kind path-problem
* @problem.severity error
* @precision high
* @precision low
* @id py/timing-attack-sensitive-info
* @tags security
* external/cwe/cwe-208