Skip to content

Commit 9401ab2

Browse files
authored
Update WeakEncryption.ql
1 parent f98735d commit 9401ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/cryptography/example_alerts/WeakEncryption.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Weak cryptography
33
* @description Finds explicit uses of symmetric encryption algorithms that are weak, unknown, or otherwise unaccepted.
44
* @kind problem
5-
* @id cpp/weak-crypto/banned-encryption-algorithms
5+
* @id cpp/experimental/weak-crypto/banned-encryption-algorithms
66
* @problem.severity error
77
* @precision high
88
* @tags external/cwe/cwe-327

0 commit comments

Comments
 (0)