Skip to content

Commit 9838e2e

Browse files
committed
Ruby: Rename getAValueReachingRhs -> getAValueReachingSink
1 parent 7c877c7 commit 9838e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module API {
121121
/**
122122
* Gets a data-flow node that may interprocedurally flow to the value escaping into this API component.
123123
*/
124-
DataFlow::Node getAValueReachingRhs() { result = Impl::trackDefNode(this.asSink()) }
124+
DataFlow::Node getAValueReachingSink() { result = Impl::trackDefNode(this.asSink()) }
125125

126126
/**
127127
* Gets a call to a method on the receiver represented by this API component.

0 commit comments

Comments
 (0)