-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
103 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"driver": { | ||
"name": "SARIF Findings", | ||
"product": "Platform", | ||
"semanticVersion": "0.0.1", | ||
"rules": [ | ||
{ | ||
"id": "SF00001", | ||
"deprecatedIds": [ | ||
"unprotected_context_registered_broadcast_receivers" | ||
], | ||
"name": "Context Registered Broadcast Receivers Not Protected with Permissions", | ||
"defaultConfiguration": { | ||
"level": "error" | ||
}, | ||
"properties": { | ||
"security-severity": "4", | ||
"security-severity-vector": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", | ||
"tags": [ | ||
"security" | ||
] | ||
} | ||
}, | ||
{ | ||
"id": "SF00002", | ||
"deprecatedIds": [ | ||
"unprotected_manifest_broadcast_receivers" | ||
], | ||
"name": "Manifest Declared Broadcast Receivers Not Protected With Permissions Can Leak Data to Other Apps", | ||
"defaultConfiguration": { | ||
"level": "error" | ||
}, | ||
"properties": { | ||
"security-severity": "4", | ||
"security-severity-vector": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", | ||
"tags": [ | ||
"security" | ||
] | ||
} | ||
}, | ||
{ | ||
"id": "SF00003", | ||
"deprecatedIds": [ | ||
"exported_components" | ||
], | ||
"name": "Implicitly Exported Components Block Installation to Android 12", | ||
"defaultConfiguration": { | ||
"level": "note" | ||
} | ||
} | ||
], | ||
"isComprehensive": true, | ||
"language": "en" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters