From ccc4d8ae3f20ad4c90c85fa18305448c5acdf74c Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Tue, 27 Jan 2026 09:18:25 -0600 Subject: [PATCH] Update docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst index 5182787caba..7a11a32f3ea 100644 --- a/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst +++ b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst @@ -194,7 +194,7 @@ Rust * Renamed the :code:`Adt` class to :code:`TypeItem` and moved common predicates from :code:`Struct`, :code:`Enum`, and :code:`Union` to :code:`TypeItem`. * Added models for the Axum web application framework. * Reading content of a value now carries taint if the value itself is tainted. For instance, if :code:`s` is tainted then :code:`s.field` is also tainted. This generally improves taint flow. -* 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. +* The call graph is now more precise for calls that target a trait function with a default implementation. This reduces the number of false positives for data flow queries. * Improved type inference for raw pointers (:code:`*const` and :code:`*mut`). This includes type inference for the raw borrow operators (:code:`&raw const` and :code:`&raw mut`) and dereferencing of raw pointers. Deprecated APIs