From 75ffb5fc4cabd7550c0be8674706d9569292c1f6 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:14:37 +0000 Subject: [PATCH] Rust: Change note. --- .../ql/lib/change-notes/2026-02-26-neutral-models-map-from.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/ql/lib/change-notes/2026-02-26-neutral-models-map-from.md diff --git a/rust/ql/lib/change-notes/2026-02-26-neutral-models-map-from.md b/rust/ql/lib/change-notes/2026-02-26-neutral-models-map-from.md new file mode 100644 index 00000000000..99c313c2ca2 --- /dev/null +++ b/rust/ql/lib/change-notes/2026-02-26-neutral-models-map-from.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added neutral models to inhibit spurious generated sink models for `map` and `from`. This fixes some false positive query results.