websec-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in webdiff MangleHTML


From: Volker Uhrig
Subject: Bug in webdiff MangleHTML
Date: Thu, 29 Nov 2007 00:31:48 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8pre) Gecko/20071022 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0

Hi,

IgnoreURL wasn't working...

---schnipp---
diff -r -u websec-1.9.0.old/webdiff websec-1.9.0/webdiff
--- websec-1.9.0.old/webdiff    2007-11-29 00:12:54.000000000 +0100
+++ websec-1.9.0/webdiff        2007-11-29 00:12:42.000000000 +0100
@@ -372,7 +372,7 @@

 sub MangleHTML() {
     my $page = shift(@_);
-    my @tags = shift(@_);
+    my @tags = @_;

     $page =~ s/[\r\n]|\s\s/ /sig;    # Handle MSDOS-style line separators
$page =~ s/ /address@hidden@address@hidden@ ~~~~/sig; # Handle non-breaking white space
---schnapp---

Sincerly,
 Volker




reply via email to

[Prev in Thread] Current Thread [Next in Thread]