Make java/non-constant-time-crypto-comparison a warning

This commit is contained in:
Artem Smotrakov
2021-06-19 17:16:23 +02:00
committed by Fosstars
parent c977fd09cb
commit 295fd686ce

View File

@@ -4,7 +4,7 @@
* Otherwise, an attacker may be able to implement a timing attack.
* A successful attack may result in leaking secrets or authentication bypass.
* @kind path-problem
* @problem.severity error
* @problem.severity warning
* @precision high
* @id java/non-constant-time-crypto-comparison
* @tags security