Skip to content

Commit 55bd9f9

Browse files
Jami CogswellJami Cogswell
authored andcommitted
minor wording updates in help file
1 parent a99d7ff commit 55bd9f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/ql/src/Security/CWE/CWE-926/ImplicitlyExportedAndroidComponent.qhelp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<overview>
77
<p>The Android manifest file defines configuration settings for Android applications.
8-
In this file, components can be declared with intent filters which specify the types of intents the component can respond to.
9-
If the <code>android:exported</code> attribute is omitted from the component when an intent filter is included,
10-
then the component will be implicitly exported.</p>
8+
In this file, components can be declared with intent filters which specify what the components can do and what types
9+
of intents the components can respond to. If the <code>android:exported</code> attribute is omitted from the component
10+
when an intent filter is included, then the component will be implicitly exported.</p>
1111

1212
<p>An implicitly exported component could allow for improper access to the component and its data.</p>
1313

@@ -19,7 +19,7 @@ then the component will be implicitly exported.</p>
1919
</recommendation>
2020
<example>
2121

22-
<p>In the example below, the component <code>android:exported</code> attribute is omitted when an intent filter is used.</p>
22+
<p>In the example below, the <code>android:exported</code> attribute is omitted when an intent filter is used.</p>
2323

2424
<sample src="ExampleBad.xml" />
2525

@@ -36,7 +36,7 @@ then the component will be implicitly exported.</p>
3636
</li>
3737
<li>
3838
Android Developers:
39-
<a href="https://developer.android.com/guide/topics/manifest/intent-filter-element">intent-filter-element</a>.
39+
<a href="https://developer.android.com/guide/topics/manifest/intent-filter-element">The &lt;intent-filter&gt; element</a>.
4040
</li>
4141
<li>
4242
Android Developers:

0 commit comments

Comments
 (0)