Skip to content

Commit 28ae4c2

Browse files
atorralbaethanpalm
andcommitted
Update java/ql/src/Security/CWE/CWE-940/AndroidIntentRedirection.qhelp
Co-authored-by: Ethan Palm <[email protected]>
1 parent e7983fb commit 28ae4c2

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
@@ -11,7 +11,7 @@
1111
<p>If this is not possible, restrict either which apps can send Intents to the affected component, or which components can be started from it.</p>
1212
</recommendation>
1313
<example>
14-
<p>The following snippet contains two examples.
14+
<p>The following snippet contains three examples.
1515
In the first example, an arbitrary component can be started from the externally provided <code>forward_intent</code> Intent.
1616
In the second example, the destination component of the Intent is first checked to make sure it is safe.
1717
In the third example, the component that created the Intent is first checked to make sure it comes from a trusted origin.</p>

0 commit comments

Comments
 (0)