Update PossibleTimingAttackAgainstHash.ql

This commit is contained in:
Ahmed Farid
2022-07-22 03:28:32 +01:00
committed by GitHub
parent fd558604cc
commit 2f72cc5ca8

View File

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