mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Remove location link from alert message
Follow the style suggestion from the github-code-scanning bot and remove provider element from alert link
This commit is contained in:
@@ -18,5 +18,4 @@ where
|
||||
not provider.getFile().(AndroidManifestXmlFile).isInBuildDirectory() and
|
||||
provider.isExported() and
|
||||
provider.hasIncompletePermissions()
|
||||
select provider, "Exported provider $@ has incomplete permissions.", provider,
|
||||
provider.getResolvedComponentName()
|
||||
select provider, "Exported provider has incomplete permissions."
|
||||
|
||||
Reference in New Issue
Block a user