diff --git a/java/ql/src/Security/CWE/CWE-489/WebviewDebuggingEnabled.ql b/java/ql/src/Security/CWE/CWE-489/WebviewDebuggingEnabled.ql index efcc8666265..a8f7f81d832 100644 --- a/java/ql/src/Security/CWE/CWE-489/WebviewDebuggingEnabled.ql +++ b/java/ql/src/Security/CWE/CWE-489/WebviewDebuggingEnabled.ql @@ -16,4 +16,4 @@ import DataFlow::PathGraph from WebviewDebugEnabledConfig conf, DataFlow::PathNode source, DataFlow::PathNode sink where conf.hasFlowPath(source, sink) -select sink, source, sink, "Webview debugging is enabled here." +select sink, source, sink, "Webview debugging is enabled."