Skip to content

Commit f9de8eb

Browse files
committed
Java: Update precision of java/weak-cryptographic-algorithm.
1 parent 05e956b commit f9de8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-327/BrokenCryptoAlgorithm.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Using broken or weak cryptographic algorithms can allow an attacker to compromise security.
44
* @kind path-problem
55
* @problem.severity warning
6-
* @precision medium
6+
* @precision high
77
* @id java/weak-cryptographic-algorithm
88
* @tags security
99
* external/cwe/cwe-327

0 commit comments

Comments
 (0)