Files
codeql/ruby/ql/test/library-tests/dataflow/string-flow/string-flow.expected
Tom Hvitved a2912cd72b Ruby: Use proper PathGraph module in inline flow tests
Gets rid of
```
PathNode is incompatible with PathNode (the type of the edge relation).
```
warnings.
2023-09-04 20:27:34 +02:00

36 lines
2.4 KiB
Plaintext

testFailures
| string_flow.rb:85:10:85:10 | a | Unexpected result: hasValueFlow=a |
| string_flow.rb:227:10:227:10 | a | Unexpected result: hasValueFlow=a |
edges
| string_flow.rb:2:5:2:5 | a | string_flow.rb:3:21:3:21 | a |
| string_flow.rb:2:9:2:18 | call to source | string_flow.rb:2:5:2:5 | a |
| string_flow.rb:3:21:3:21 | a | string_flow.rb:3:10:3:22 | call to new |
| string_flow.rb:83:5:83:5 | a | string_flow.rb:84:5:84:5 | a |
| string_flow.rb:83:9:83:18 | call to source | string_flow.rb:83:5:83:5 | a |
| string_flow.rb:84:5:84:5 | [post] a | string_flow.rb:85:10:85:10 | a |
| string_flow.rb:84:5:84:5 | a | string_flow.rb:84:5:84:5 | [post] a |
| string_flow.rb:223:5:223:5 | a | string_flow.rb:225:10:225:10 | a |
| string_flow.rb:223:9:223:18 | call to source | string_flow.rb:223:5:223:5 | a |
| string_flow.rb:225:10:225:10 | [post] a | string_flow.rb:227:10:227:10 | a |
| string_flow.rb:225:10:225:10 | a | string_flow.rb:225:10:225:10 | [post] a |
nodes
| string_flow.rb:2:5:2:5 | a | semmle.label | a |
| string_flow.rb:2:9:2:18 | call to source | semmle.label | call to source |
| string_flow.rb:3:10:3:22 | call to new | semmle.label | call to new |
| string_flow.rb:3:21:3:21 | a | semmle.label | a |
| string_flow.rb:83:5:83:5 | a | semmle.label | a |
| string_flow.rb:83:9:83:18 | call to source | semmle.label | call to source |
| string_flow.rb:84:5:84:5 | [post] a | semmle.label | [post] a |
| string_flow.rb:84:5:84:5 | a | semmle.label | a |
| string_flow.rb:85:10:85:10 | a | semmle.label | a |
| string_flow.rb:223:5:223:5 | a | semmle.label | a |
| string_flow.rb:223:9:223:18 | call to source | semmle.label | call to source |
| string_flow.rb:225:10:225:10 | [post] a | semmle.label | [post] a |
| string_flow.rb:225:10:225:10 | a | semmle.label | a |
| string_flow.rb:227:10:227:10 | a | semmle.label | a |
subpaths
#select
| string_flow.rb:3:10:3:22 | call to new | string_flow.rb:2:9:2:18 | call to source | string_flow.rb:3:10:3:22 | call to new | $@ | string_flow.rb:2:9:2:18 | call to source | call to source |
| string_flow.rb:85:10:85:10 | a | string_flow.rb:83:9:83:18 | call to source | string_flow.rb:85:10:85:10 | a | $@ | string_flow.rb:83:9:83:18 | call to source | call to source |
| string_flow.rb:227:10:227:10 | a | string_flow.rb:223:9:223:18 | call to source | string_flow.rb:227:10:227:10 | a | $@ | string_flow.rb:223:9:223:18 | call to source | call to source |