Skip to content

Commit 92a3bcc

Browse files
committed
Align metadata with related queries
1 parent 188b25f commit 92a3bcc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

go/ql/src/Security/CWE-327/WeakCryptoAlgorithm.ql

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
2-
* @name Use of a weak cryptographic algorithm
3-
* @description Using weak cryptographic algorithms can allow an attacker to compromise security.
2+
* @name Use of a broken or weak cryptographic algorithm
3+
* @description Using broken or weak cryptographic algorithms can compromise security.
44
* @kind path-problem
5-
* @problem.severity error
5+
* @problem.severity warning
6+
* @security-severity 7.5
7+
* @precision high
68
* @id go/weak-crypto-algorithm
79
* @tags security
810
* external/cwe/cwe-327

0 commit comments

Comments
 (0)