From f200dba7dd613eb92f50b7d1db94614d82f7ad57 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Fri, 5 Dec 2025 14:12:22 +0100 Subject: [PATCH] Rust: Add change note --- .../ql/lib/change-notes/2025-12-05-trait-function-dispatch.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/ql/lib/change-notes/2025-12-05-trait-function-dispatch.md diff --git a/rust/ql/lib/change-notes/2025-12-05-trait-function-dispatch.md b/rust/ql/lib/change-notes/2025-12-05-trait-function-dispatch.md new file mode 100644 index 00000000000..5a6f0991161 --- /dev/null +++ b/rust/ql/lib/change-notes/2025-12-05-trait-function-dispatch.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The call graph is now more precise for calls that target a trait function with a default implemention. This reduces the number of false positives for data flow queries. \ No newline at end of file