We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c877c7 commit 9838e2eCopy full SHA for 9838e2e
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -121,7 +121,7 @@ module API {
121
/**
122
* Gets a data-flow node that may interprocedurally flow to the value escaping into this API component.
123
*/
124
- DataFlow::Node getAValueReachingRhs() { result = Impl::trackDefNode(this.asSink()) }
+ DataFlow::Node getAValueReachingSink() { result = Impl::trackDefNode(this.asSink()) }
125
126
127
* Gets a call to a method on the receiver represented by this API component.
0 commit comments