From 7ed1c0a2eed2d8e0998ccc0f8d20bc4928977337 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 23 Jan 2026 14:09:10 +0100 Subject: [PATCH] C++: Add change note --- cpp/ql/lib/change-notes/2026-01-23-mysql.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2026-01-23-mysql.md diff --git a/cpp/ql/lib/change-notes/2026-01-23-mysql.md b/cpp/ql/lib/change-notes/2026-01-23-mysql.md new file mode 100644 index 00000000000..ee4268f8152 --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-01-23-mysql.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added `taint` summary models and `sql-injection` barrier models for the mySQL `mysql_real_escape_string` and `mysql_real_escape_string_quote` escaping functions.