Java: Implement ContentSet

This commit is contained in:
Tom Hvitved
2022-04-01 16:34:12 +02:00
parent d99bb65ea9
commit b91858e7cf
8 changed files with 35 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ class GetContentIntentConfig extends TaintTracking2::Configuration {
)
}
override predicate allowImplicitRead(DataFlow::Node node, DataFlow::Content content) {
override predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet content) {
super.allowImplicitRead(node, content)
or
// Allow the wrapped intent created by Intent.getChooser to be consumed