Skip to content

Commit c177eff

Browse files
authored
Merge pull request github#4027 from aschackmull/java/weak-crypto-precision
Java: Update precision of java/weak-cryptographic-algorithm.
2 parents 05e956b + f9de8eb commit c177eff

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)