From 920fc785b06836b1be8fb9eeac0d9048ee5bbfc2 Mon Sep 17 00:00:00 2001 From: nnposter Date: Wed, 19 Apr 2017 19:03:40 +0000 Subject: [PATCH] Adds a CHANGELOG entry for commits r36722-r35725 --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 04e5e1be4..ca0bfa482 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Resolved several issues in the default HTTP redirect rules: + - [GH#826] A redirect is now cancelled if the original URL contains + embedded credentials + - [GH#829] A redirect test is now more careful in determining whether + a redirect destination is related to the original host + - [GH#830] A redirect is now more strict in avoiding possible redirect + loops + [nnposter] + o [NSE][GH#781] There is a new common function, url.get_default_port(), to obtain the default port number for a given scheme. [nnposter]