remove todo comment

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-06-29 09:58:59 +02:00
committed by GitHub
parent 0b050204ad
commit 27b2c02693

View File

@@ -112,7 +112,7 @@ module InsecureDownload {
override DataFlow::Node getDownloadCall() { result = request }
override DataFlow::FlowLabel getALabel() {
result instanceof Label::SensitiveInsecureURL // TODO: Also non-sensitive.
result instanceof Label::SensitiveInsecureURL
or
hasUnsafeExtension(request.getASavePath().getStringValue()) and
result instanceof Label::InsecureURL