Skip to content

Commit 35de551

Browse files
committed
Formatting
1 parent 515fa21 commit 35de551

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/src/Security/CWE/CWE-200/AndroidWebViewSettingsPermitsContentAccess.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ class WebSettingsDisallowContentAccessSink extends DataFlow::Node {
6464
class WebViewDisallowContentAccessConfiguration extends TaintTracking::Configuration {
6565
WebViewDisallowContentAccessConfiguration() { this = "WebViewDisallowContentAccessConfiguration" }
6666

67-
override predicate isSource(DataFlow::Node node) {
68-
node instanceof WebViewSource
69-
}
67+
override predicate isSource(DataFlow::Node node) { node instanceof WebViewSource }
7068

7169
/**
7270
* Holds if the step from `node1` to `node2` is a dataflow step that gets the `WebSettings` object

0 commit comments

Comments
 (0)