Skip to content

Commit 529128c

Browse files
committed
Add problem.severity for java analysis queries
1 parent a57f4a1 commit 529128c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/ql/src/experimental/quantum/Analysis/KnownWeakKDFIterationCount.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Detects key derivation operations with a known weak iteration count.
44
* @id java/quantum/weak-kdf-iteration-count
55
* @kind problem
6+
* @problem.severity error
67
* @precision high
7-
* @severity problem
88
* @tags quantum
99
* experimental
1010
*/

java/ql/src/experimental/quantum/Analysis/ReusedNonce.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Reuse of nonce in cryptographic operations can lead to vulnerabilities.
44
* @id java/quantum/reused-nonce
55
* @kind problem
6+
* @problem.severity error
67
* @precision medium
7-
* @severity problem
88
* @tags quantum
99
* experimental
1010
*/

0 commit comments

Comments
 (0)