Add security severity

This commit is contained in:
Joe Farebrother
2024-02-01 14:28:14 +00:00
parent 8bd79908a6
commit 9098428c2a

View File

@@ -3,7 +3,7 @@
* @description Local authentication that does not make use of a `CryptoObject` can be bypassed.
* @kind problem
* @problem.severity warning
* @security-severity ...TODO
* @security-severity 9.3
* @precision high
* @id java/android/insecure-local-authentication
* @tags security