Skip to content

Commit 7330781

Browse files
Jami CogswellJami Cogswell
authored andcommitted
update query description
1 parent f34e23b commit 7330781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Implicitly exported Android component
3-
* @description An Android component with an '<intent-filter>' and no 'android:exported' attribute is implicitly exported. This can allow for improper access to the component and its data.
3+
* @description Android components with an '<intent-filter>' and no 'android:exported' attribute are implicitly exported, which can allow for improper access to the components themselves and to their data.
44
* @kind problem
55
* @problem.severity warning
66
* @security-severity 8.2

0 commit comments

Comments
 (0)