mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Improve description
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @name Intent URI permission manipulation
|
* @name Intent URI permission manipulation
|
||||||
* @description When an externally provided Intent is returned to an Activity via setResult,
|
* @description Returning an externally provided Intent via setResult may allow a malicious
|
||||||
* a malicious application could use this to grant itself permissions to access
|
* application to access arbitrary Content Providers of the vulnerable application.
|
||||||
* arbitrary Content Providers that are accessible by the vulnerable application.
|
|
||||||
* @kind path-problem
|
* @kind path-problem
|
||||||
* @problem.severity error
|
* @problem.severity error
|
||||||
* @security-severity 7.8
|
* @security-severity 7.8
|
||||||
|
|||||||
Reference in New Issue
Block a user