Files
codeql/ruby/ql/test/query-tests/security/cwe-912/HttpToFileAccess.expected
2024-02-09 11:32:08 +01:00

19 lines
1.5 KiB
Plaintext

edges
| http_to_file_access.rb:3:1:3:4 | resp | http_to_file_access.rb:5:12:5:15 | resp | provenance | |
| http_to_file_access.rb:3:8:3:52 | call to body | http_to_file_access.rb:3:1:3:4 | resp | provenance | |
| http_to_file_access.rb:9:7:9:12 | script | http_to_file_access.rb:11:18:11:23 | script | provenance | |
| http_to_file_access.rb:9:16:9:21 | call to params | http_to_file_access.rb:9:16:9:30 | ...[...] | provenance | |
| http_to_file_access.rb:9:16:9:30 | ...[...] | http_to_file_access.rb:9:7:9:12 | script | provenance | |
nodes
| http_to_file_access.rb:3:1:3:4 | resp | semmle.label | resp |
| http_to_file_access.rb:3:8:3:52 | call to body | semmle.label | call to body |
| http_to_file_access.rb:5:12:5:15 | resp | semmle.label | resp |
| http_to_file_access.rb:9:7:9:12 | script | semmle.label | script |
| http_to_file_access.rb:9:16:9:21 | call to params | semmle.label | call to params |
| http_to_file_access.rb:9:16:9:30 | ...[...] | semmle.label | ...[...] |
| http_to_file_access.rb:11:18:11:23 | script | semmle.label | script |
subpaths
#select
| http_to_file_access.rb:5:12:5:15 | resp | http_to_file_access.rb:3:8:3:52 | call to body | http_to_file_access.rb:5:12:5:15 | resp | Write to file system depends on $@. | http_to_file_access.rb:3:8:3:52 | call to body | untrusted data |
| http_to_file_access.rb:11:18:11:23 | script | http_to_file_access.rb:9:16:9:21 | call to params | http_to_file_access.rb:11:18:11:23 | script | Write to file system depends on $@. | http_to_file_access.rb:9:16:9:21 | call to params | untrusted data |