Add security severity

This commit is contained in:
Joe Farebrother
2022-04-27 16:31:02 +01:00
parent 8e2e8cc77f
commit 2fc142f41f

View File

@@ -3,6 +3,7 @@
* @description The Android application uses a Broadcast Receiver that receives an Intent but does not properly verify that the Intent came from an authorized source.
* @kind problem
* @problem.severity warning
* @security-severity 8.2
* @precision high
* @id java/improper-intent-verification
* @tags security