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 17dd5cd commit 040e566Copy full SHA for 040e566
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -48,6 +48,11 @@ module API {
48
*/
49
DataFlow::Node getARhs() { Impl::def(this, result) }
50
51
+ /**
52
+ * Gets a data-flow node that may interprocedurally flow to the value escaping into this API component.
53
+ */
54
+ DataFlow::Node getAValueReachingRhs() { result = Impl::trackDefNode(this.getARhs()) }
55
+
56
/**
57
* Gets a call to a method on the receiver represented by this API component.
58
0 commit comments