We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98735d commit 9401ab2Copy full SHA for 9401ab2
1 file changed
cpp/ql/src/experimental/cryptography/example_alerts/WeakEncryption.ql
@@ -2,7 +2,7 @@
2
* @name Weak cryptography
3
* @description Finds explicit uses of symmetric encryption algorithms that are weak, unknown, or otherwise unaccepted.
4
* @kind problem
5
- * @id cpp/weak-crypto/banned-encryption-algorithms
+ * @id cpp/experimental/weak-crypto/banned-encryption-algorithms
6
* @problem.severity error
7
* @precision high
8
* @tags external/cwe/cwe-327
0 commit comments