Skip to content

Commit 5c9a401

Browse files
authored
Merge pull request #19977 from jketema/ruby-typo
Ruby: Fix typo in query message
2 parents e33ddce + 52bbfa3 commit 5c9a401

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ruby/ql/src/experimental/ldap-improper-auth/ImproperLdapAuth.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ import ImproperLdapAuthFlow::PathGraph
1616

1717
from ImproperLdapAuthFlow::PathNode source, ImproperLdapAuthFlow::PathNode sink
1818
where ImproperLdapAuthFlow::flowPath(source, sink)
19-
select sink.getNode(), source, sink, "This LDAP authencation depends on a $@.", source.getNode(),
19+
select sink.getNode(), source, sink, "This LDAP authentication depends on a $@.", source.getNode(),
2020
"user-provided value"

ruby/ql/test/query-tests/experimental/ImproperLdapAuth/ImproperLdapAuth.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ nodes
1616
| ImproperLdapAuth.rb:31:24:31:27 | pass | semmle.label | pass |
1717
subpaths
1818
#select
19-
| ImproperLdapAuth.rb:15:23:15:26 | pass | ImproperLdapAuth.rb:5:12:5:17 | call to params | ImproperLdapAuth.rb:15:23:15:26 | pass | This LDAP authencation depends on a $@. | ImproperLdapAuth.rb:5:12:5:17 | call to params | user-provided value |
20-
| ImproperLdapAuth.rb:31:24:31:27 | pass | ImproperLdapAuth.rb:24:12:24:17 | call to params | ImproperLdapAuth.rb:31:24:31:27 | pass | This LDAP authencation depends on a $@. | ImproperLdapAuth.rb:24:12:24:17 | call to params | user-provided value |
19+
| ImproperLdapAuth.rb:15:23:15:26 | pass | ImproperLdapAuth.rb:5:12:5:17 | call to params | ImproperLdapAuth.rb:15:23:15:26 | pass | This LDAP authentication depends on a $@. | ImproperLdapAuth.rb:5:12:5:17 | call to params | user-provided value |
20+
| ImproperLdapAuth.rb:31:24:31:27 | pass | ImproperLdapAuth.rb:24:12:24:17 | call to params | ImproperLdapAuth.rb:31:24:31:27 | pass | This LDAP authentication depends on a $@. | ImproperLdapAuth.rb:24:12:24:17 | call to params | user-provided value |

0 commit comments

Comments
 (0)