Skip to content

Commit 27b2c02

Browse files
erik-kroghasgerf
andauthored
remove todo comment
Co-authored-by: Asger F <[email protected]>
1 parent 0b05020 commit 27b2c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/InsecureDownloadCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module InsecureDownload {
112112
override DataFlow::Node getDownloadCall() { result = request }
113113

114114
override DataFlow::FlowLabel getALabel() {
115-
result instanceof Label::SensitiveInsecureURL // TODO: Also non-sensitive.
115+
result instanceof Label::SensitiveInsecureURL
116116
or
117117
hasUnsafeExtension(request.getASavePath().getStringValue()) and
118118
result instanceof Label::InsecureURL

0 commit comments

Comments
 (0)