Skip to content

Commit 3a4a841

Browse files
Add change note + update severity
1 parent 16a7d68 commit 3a4a841

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

java/ql/src/Security/CWE/CWE-287/AndroidInsecureKeys.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Keys used for local biometric authentication should be generated with secure parameters.
44
* @kind problem
55
* @problem.severity warning
6-
* @security-severity 9.3
6+
* @security-severity 4.4
77
* @precision medium
88
* @id java/android/insecure-local-key-gen
99
* @tags security
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* Added a new query `java/android/insecure-local-key-gen` for finding instances of keys generated for biometric authentication in an insecure way.

0 commit comments

Comments
 (0)