Skip to content

Commit af85474

Browse files
committed
Ruby: update Ldapinjection test output
1 parent f437a6f commit af85474

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ruby/ql/test/query-tests/experimental/LdapInjection/Ldapinjection.expected

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ edges
33
| LdapInjection.rb:5:10:5:15 | call to params | LdapInjection.rb:5:10:5:20 | ...[...] |
44
| LdapInjection.rb:5:10:5:20 | ...[...] | LdapInjection.rb:5:5:5:6 | dc |
55
| LdapInjection.rb:9:5:9:8 | name | LdapInjection.rb:29:62:29:73 | "cn=#{...}" |
6-
| LdapInjection.rb:9:5:9:8 | name | LdapInjection.rb:33:87:33:92 | call to [] |
7-
| LdapInjection.rb:9:5:9:8 | name | LdapInjection.rb:37:41:37:44 | name |
6+
| LdapInjection.rb:9:5:9:8 | name | LdapInjection.rb:33:88:33:91 | name |
87
| LdapInjection.rb:9:12:9:17 | call to params | LdapInjection.rb:9:12:9:29 | ...[...] |
98
| LdapInjection.rb:9:12:9:29 | ...[...] | LdapInjection.rb:9:5:9:8 | name |
9+
| LdapInjection.rb:33:88:33:91 | name | LdapInjection.rb:33:87:33:92 | call to [] |
10+
| LdapInjection.rb:33:88:33:91 | name | LdapInjection.rb:37:41:37:44 | name |
1011
| LdapInjection.rb:37:5:37:10 | filter | LdapInjection.rb:38:62:38:67 | filter |
1112
| LdapInjection.rb:37:14:37:45 | call to eq | LdapInjection.rb:37:5:37:10 | filter |
1213
| LdapInjection.rb:37:41:37:44 | name | LdapInjection.rb:37:14:37:45 | call to eq |
@@ -20,6 +21,7 @@ nodes
2021
| LdapInjection.rb:25:23:25:49 | "ou=people,dc=#{...},dc=com" | semmle.label | "ou=people,dc=#{...},dc=com" |
2122
| LdapInjection.rb:29:62:29:73 | "cn=#{...}" | semmle.label | "cn=#{...}" |
2223
| LdapInjection.rb:33:87:33:92 | call to [] | semmle.label | call to [] |
24+
| LdapInjection.rb:33:88:33:91 | name | semmle.label | name |
2325
| LdapInjection.rb:37:5:37:10 | filter | semmle.label | filter |
2426
| LdapInjection.rb:37:14:37:45 | call to eq | semmle.label | call to eq |
2527
| LdapInjection.rb:37:41:37:44 | name | semmle.label | name |

0 commit comments

Comments
 (0)