Skip to content

Commit c6f9150

Browse files
committed
Update query description to better describe issue
1 parent 52d5197 commit c6f9150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-276/ContentProviderIncompletePermissions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Missing read or write permission in a content provider
3-
* @description Defining an incomplete set of permissions
3+
* @description Android content providers which do not configure both read and write permissions can allow permission bypass
44
* @kind problem
55
* @problem.severity warning
66
* @security-severity 7.8

0 commit comments

Comments
 (0)