From e76cbadec4352d036d68820938368925dad1ad03 Mon Sep 17 00:00:00 2001 From: Alex Ford Date: Wed, 20 Sep 2023 15:12:09 +0100 Subject: [PATCH] Ruby: changenote for UrlConcatenation lib --- ruby/ql/lib/change-notes/2023-09-20-url-concatenation.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ruby/ql/lib/change-notes/2023-09-20-url-concatenation.md diff --git a/ruby/ql/lib/change-notes/2023-09-20-url-concatenation.md b/ruby/ql/lib/change-notes/2023-09-20-url-concatenation.md new file mode 100644 index 000000000000..7843d66c5e82 --- /dev/null +++ b/ruby/ql/lib/change-notes/2023-09-20-url-concatenation.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Improved flow sanitizers for queries involving data that may influence the host or scheme of a URL.