From ab34bd232e0738d594654af12df158641832b6b5 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 31 Mar 2026 11:28:42 +0100 Subject: [PATCH] C++: Add change note. --- cpp/ql/lib/change-notes/2026-03-31-http-flow-sources.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2026-03-31-http-flow-sources.md diff --git a/cpp/ql/lib/change-notes/2026-03-31-http-flow-sources.md b/cpp/ql/lib/change-notes/2026-03-31-http-flow-sources.md new file mode 100644 index 00000000000..54a0ad81036 --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-03-31-http-flow-sources.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added `HttpReceiveHttpRequest`, `HttpReceiveRequestEntityBody`, and `HttpReceiveClientCertificate` from Win32's `http.h` as remote flow sources. \ No newline at end of file