File tree Expand file tree Collapse file tree
java/ql/src/Security/CWE/CWE-926 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 < intent-filter> element</a >.
4040</li >
4141<li >
4242 Android Developers:
You can’t perform that action at this time.
0 commit comments