Skip to content

Commit b94b781

Browse files
Style fix.
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 3c7f542 commit b94b781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-926/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 Android content providers which do not configure both read and write permissions can allow permission bypass
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 8.2

0 commit comments

Comments
 (0)