Merge remote-tracking branch 'upstream/main' into cert-checks

This commit is contained in:
Geoffrey White
2025-11-21 18:40:40 +00:00
892 changed files with 69976 additions and 39807 deletions

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* 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.

View File

@@ -0,0 +1,5 @@
## 0.1.20
### Minor Analysis Improvements
* Added models for cookie methods in the `poem` crate.