Skip to content

Commit 2f12234

Browse files
committed
Ruby: add change note
1 parent 7af3d22 commit 2f12234

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)