mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user