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 bb3fb03 commit 6998608Copy full SHA for 6998608
ruby/ql/test/query-tests/security/cwe-829/InsecureDownload.expected
@@ -1,5 +1,4 @@
1
failures
2
-| insecure_download.rb:5:36:5:63 | # $BAD= (requires hash flow) | Missing result:BAD= |
3
edges
4
| insecure_download.rb:31:11:31:41 | "http://example.org/unsafe.APK" : | insecure_download.rb:33:15:33:17 | url |
5
ruby/ql/test/query-tests/security/cwe-829/insecure_download.rb
@@ -2,7 +2,7 @@
def foo
def download_tools(installer)
- Excon.get(installer[:url]) # $BAD= (requires hash flow)
+ Excon.get(installer[:url]) # $ MISSING: BAD= (requires hash flow)
6
end
7
8
constants = {
0 commit comments