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 7af3d22 commit 2f12234Copy full SHA for 2f12234
ruby/ql/lib/change-notes/2023-06-28-tracking-on-demand.md
@@ -0,0 +1,7 @@
1
+---
2
+category: library
3
4
+* The API graph library (`codeql.ruby.ApiGraphs`) has been significantly improved, with better support for inheritance,
5
+ and data-flow nodes can now be converted to API nodes by calling `.track()` or `.backtrack()` on the node.
6
+ API graphs allow for efficient modelling of how a given value is used by the code base, or how values produced by the code base
7
+ are consumed by a library. See the documentation for `API::Node` for details and examples.
0 commit comments