Improve description

This commit is contained in:
Tony Torralba
2021-11-22 15:51:15 +01:00
parent ab560234e3
commit 596cfd399e

View File

@@ -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