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 d0ed0fd commit f5521caCopy full SHA for f5521ca
javascript/ql/lib/semmle/javascript/frameworks/Express.qll
@@ -965,9 +965,7 @@ module Express {
965
DataFlow::MethodCallNode
966
{
967
ResponseDownloadAsFileSystemAccess() {
968
- exists(string name | name = "download" |
969
- this.calls(any(ResponseNode res), name)
970
- )
+ exists(string name | name = "download" | this.calls(any(ResponseNode res), name))
971
}
972
973
override DataFlow::Node getADataNode() { none() }
0 commit comments