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 0b05020 commit 27b2c02Copy full SHA for 27b2c02
javascript/ql/src/semmle/javascript/security/dataflow/InsecureDownloadCustomizations.qll
@@ -112,7 +112,7 @@ module InsecureDownload {
112
override DataFlow::Node getDownloadCall() { result = request }
113
114
override DataFlow::FlowLabel getALabel() {
115
- result instanceof Label::SensitiveInsecureURL // TODO: Also non-sensitive.
+ result instanceof Label::SensitiveInsecureURL
116
or
117
hasUnsafeExtension(request.getASavePath().getStringValue()) and
118
result instanceof Label::InsecureURL
0 commit comments