Skip to content

Commit 6998608

Browse files
committed
Ruby: Document missing test result
1 parent bb3fb03 commit 6998608

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ruby/ql/test/query-tests/security/cwe-829/InsecureDownload.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
failures
2-
| insecure_download.rb:5:36:5:63 | # $BAD= (requires hash flow) | Missing result:BAD= |
32
edges
43
| insecure_download.rb:31:11:31:41 | "http://example.org/unsafe.APK" : | insecure_download.rb:33:15:33:17 | url |
54
| insecure_download.rb:31:11:31:41 | "http://example.org/unsafe.APK" : | insecure_download.rb:33:15:33:17 | url |

ruby/ql/test/query-tests/security/cwe-829/insecure_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
def foo
44
def download_tools(installer)
5-
Excon.get(installer[:url]) # $BAD= (requires hash flow)
5+
Excon.get(installer[:url]) # $ MISSING: BAD= (requires hash flow)
66
end
77

88
constants = {

0 commit comments

Comments
 (0)