Skip to content

Commit 9098428

Browse files
Add security severity
1 parent 8bd7990 commit 9098428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Local authentication that does not make use of a `CryptoObject` can be bypassed.
44
* @kind problem
55
* @problem.severity warning
6-
* @security-severity ...TODO
6+
* @security-severity 9.3
77
* @precision high
88
* @id java/android/insecure-local-authentication
99
* @tags security

0 commit comments

Comments
 (0)