mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Add change note + update severity
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @description Keys used for local biometric authentication should be generated with secure parameters.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 9.3
|
||||
* @security-severity 4.4
|
||||
* @precision medium
|
||||
* @id java/android/insecure-local-key-gen
|
||||
* @tags security
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* Added a new query `java/android/insecure-local-key-gen` for finding instances of keys generated for biometric authentication in an insecure way.
|
||||
Reference in New Issue
Block a user