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 a57f4a1 commit 529128cCopy full SHA for 529128c
java/ql/src/experimental/quantum/Analysis/KnownWeakKDFIterationCount.ql
@@ -3,8 +3,8 @@
3
* @description Detects key derivation operations with a known weak iteration count.
4
* @id java/quantum/weak-kdf-iteration-count
5
* @kind problem
6
+ * @problem.severity error
7
* @precision high
- * @severity problem
8
* @tags quantum
9
* experimental
10
*/
java/ql/src/experimental/quantum/Analysis/ReusedNonce.ql
* @description Reuse of nonce in cryptographic operations can lead to vulnerabilities.
* @id java/quantum/reused-nonce
* @precision medium
0 commit comments