Java: Update precision of java/weak-cryptographic-algorithm.

This commit is contained in:
Anders Schack-Mulligen
2020-08-07 09:40:21 +02:00
parent 05e956b374
commit f9de8eb3b4

View File

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