Files
codeql/rust/ql/lib/change-notes/released/0.2.0.md
2025-12-01 16:07:37 +00:00

290 B

0.2.0

Breaking Changes

  • The type DataFlow::Node is now based directly on the AST instead of the CFG, which means that predicates like asExpr() return AST nodes instead of CFG nodes.

Minor Analysis Improvements

  • Added more detailed models for std::fs and std::path.