Skip to content

Commit 5f0ce4d

Browse files
committed
Add suggestions from code review
1 parent a6f2ebe commit 5f0ce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-940/AndroidIntentRedirection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<overview>
44
<p>An exported Android component that obtains a user-provided Intent and uses it to launch another component
55
can be exploited to obtain access to private, unexported components of the same app or to launch other apps' components
6-
in behalf of the victim app.</p>
6+
on behalf of the victim app.</p>
77
</overview>
88
<recommendation>
99
<p>Do not export compontents that start other components from a user-provided Intent.

0 commit comments

Comments
 (0)