Files
codeql/ruby/ql/lib/change-notes/released/5.0.0.md
2025-07-22 14:04:14 +00:00

424 B

5.0.0

Breaking Changes

  • Most classes and predicates in the AST, SSA, and control-flow-graph libraries are now annotated with overlay[local], in preparation for incremental analysis. This could result in compiler errors for custom queries if they extend these classes. To mitigate such errors, look for ways to restructure custom QL code so it doesn't depend on changing the behavior of standard-library classes.