Skip to content

Commit

Permalink
Add pointer analysis assertion to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbullettt committed Jan 13, 2024
1 parent 5146b79 commit 7cb5b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased] - 2023-12-20
## [Unreleased] - 2024-01-13

### New Features
- Add side-effect analysis.
Expand All @@ -9,6 +9,7 @@
- Add `Plugin.onPhaseFinish()`.
- Support specifying multiple method signatures in one `@InvokeHandler` annotation.
- Add `getInfo()` to call graph edges and pointer flow edges.
- Add pointer analysis assertion mechanism.
- Taint analysis
- Support specifying IndexRef (e.g., `index: "0[*]"` and `index: "0.f"`) in call sources and parameter sources.
- Support specifying IndexRef in sinks.
Expand Down

0 comments on commit 7cb5b37

Please sign in to comment.