mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Add exported requirement to ContentProvider permissions test
This commit is contained in:
@@ -15,7 +15,8 @@ class ContentProviderIncompletePermissionsTest extends InlineExpectationsTest {
|
||||
value = ""
|
||||
|
|
||||
not provider.getFile().(AndroidManifestXmlFile).isInBuildDirectory() and
|
||||
provider.hasIncompletePermissions()
|
||||
provider.hasIncompletePermissions() and
|
||||
provider.isExported()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user