We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188b25f commit 92a3bccCopy full SHA for 92a3bcc
go/ql/src/Security/CWE-327/WeakCryptoAlgorithm.ql
@@ -1,8 +1,10 @@
1
/**
2
- * @name Use of a weak cryptographic algorithm
3
- * @description Using weak cryptographic algorithms can allow an attacker to compromise security.
+ * @name Use of a broken or weak cryptographic algorithm
+ * @description Using broken or weak cryptographic algorithms can compromise security.
4
* @kind path-problem
5
- * @problem.severity error
+ * @problem.severity warning
6
+ * @security-severity 7.5
7
+ * @precision high
8
* @id go/weak-crypto-algorithm
9
* @tags security
10
* external/cwe/cwe-327
0 commit comments