From 57a54120bf79aea2d6c9a76e03d9f4be505c627f Mon Sep 17 00:00:00 2001 From: Abraham Aranguren Date: Tue, 10 Apr 2012 19:43:24 +0200 Subject: [PATCH] OWTF 0.13 HackPra release tarball --- readme/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/CHANGELOG b/readme/CHANGELOG index ed3cc60c7..ee1f19637 100644 --- a/readme/CHANGELOG +++ b/readme/CHANGELOG @@ -5,7 +5,7 @@ The home-brew parsing was resulting in an error like below with URLs like http://example.com:81 "Aborted by Framework: Cannot resolve Hostname: example.com:81" URL parsing is now done via the urlparse library - + Fixed bug introduced above whereby urlparse was returning "None" for the port: + + Fixed bug introduced above whereby urlparse was returning "None" for the port in the summary report: Reintroduced scheme check to handle this case and ensure the port is never blank regardless of URL format + Fixed bug similar to the one in DeriveURLSettings on the OWTF Core: IsInScopeURL was parsing the hostname from the URL in a home-brew fashion this worked ok most of the time