From b7fa2da5e58e440208dcb0c84047d7e30fa575d0 Mon Sep 17 00:00:00 2001 From: nnposter Date: Wed, 11 Mar 2026 17:05:13 +0000 Subject: [PATCH] Add missing CHANGELOG entries --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 173f5e1be..ad40448b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,20 @@ o [NSE][GH#2183][GH#3239] Script hostmap-crtsh now reports only true subdomains o [NSE] Function url.parse was not properly parsing URLs with query strings but empty paths. [nnposter] +o [NSE] Function tableaux.shallow_tcopy() did not work correctly for tables + with Boolean keys. [nnposter] + +o [NSE] IPP print queue job details were not getting populated, having + a hard dependency on Apple-specific attributes. [nnposter] + +o [NSE][GH#3245] Functions connect and close have been removed from the IPP + library, as they served no purpose. [nnposter] + +o [NSE] ipOps.expand_ip was crashing upon malformed IPv6 addresses. [nnposter] + +o [NSE][GH#3262] FTP banner parsing is now more closely aligned with RFC 959, + section 4.2. [nnposter] + o [NSE][GH#3253] Function stdnse.make_buffer now accepts an extra parameter that allows preloading the newly created buffer with data. [nnposter]