mirror of
https://github.com/github/codeql.git
synced 2026-02-16 23:13:43 +01:00
Add problem.severity for java analysis queries
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* @description Detects key derivation operations with a known weak iteration count.
|
||||
* @id java/quantum/weak-kdf-iteration-count
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @severity problem
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* @description Reuse of nonce in cryptographic operations can lead to vulnerabilities.
|
||||
* @id java/quantum/reused-nonce
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision medium
|
||||
* @severity problem
|
||||
* @tags quantum
|
||||
* experimental
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user