Formatting

This commit is contained in:
Ed Minnix
2022-12-31 17:19:49 -05:00
parent 515fa21aad
commit 35de551f6b

View File

@@ -64,9 +64,7 @@ class WebSettingsDisallowContentAccessSink extends DataFlow::Node {
class WebViewDisallowContentAccessConfiguration extends TaintTracking::Configuration {
WebViewDisallowContentAccessConfiguration() { this = "WebViewDisallowContentAccessConfiguration" }
override predicate isSource(DataFlow::Node node) {
node instanceof WebViewSource
}
override predicate isSource(DataFlow::Node node) { node instanceof WebViewSource }
/**
* Holds if the step from `node1` to `node2` is a dataflow step that gets the `WebSettings` object