We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb5f10 commit 3b64bd4Copy full SHA for 3b64bd4
javascript/ql/lib/semmle/javascript/frameworks/ClientRequests.qll
@@ -317,9 +317,7 @@ module ClientRequest {
317
result = this.getOptionArgument(urlPropertyName())
318
}
319
320
- override DataFlow::Node getHost() {
321
- result = instance.getOptionArgument(0, "baseURL")
322
- }
+ override DataFlow::Node getHost() { result = instance.getOptionArgument(0, "baseURL") }
323
324
override DataFlow::Node getADataNode() {
325
method = ["post", "put", "patch"] and
0 commit comments