Skip to content

Commit e3c0e6f

Browse files
committed
Remove location link from alert message
Follow the style suggestion from the github-code-scanning bot and remove provider element from alert link
1 parent 9059042 commit e3c0e6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ where
1818
not provider.getFile().(AndroidManifestXmlFile).isInBuildDirectory() and
1919
provider.isExported() and
2020
provider.hasIncompletePermissions()
21-
select provider, "Exported provider $@ has incomplete permissions.", provider,
22-
provider.getResolvedComponentName()
21+
select provider, "Exported provider has incomplete permissions."

0 commit comments

Comments
 (0)