File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
java/ql/src/Security/CWE/CWE-926 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<overview >
7
7
<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 >
11
11
12
12
<p >An implicitly exported component could allow for improper access to the component and its data.</p >
13
13
@@ -19,7 +19,7 @@ then the component will be implicitly exported.</p>
19
19
</recommendation >
20
20
<example >
21
21
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 >
23
23
24
24
<sample src =" ExampleBad.xml" />
25
25
@@ -36,7 +36,7 @@ then the component will be implicitly exported.</p>
36
36
</li >
37
37
<li >
38
38
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 >.
40
40
</li >
41
41
<li >
42
42
Android Developers:
You can’t perform that action at this time.
0 commit comments