Package: libhtml-scrubber-perl / 0.09-1+deb7u1

Metadata

Package Version Patches format
libhtml-scrubber-perl 0.09-1+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Test and fix for JVN53973084.patch | (download)

lib/HTML/Scrubber.pm | 6 5 + 1 - 0 !
t/jvn53973084.t | 21 21 + 0 - 0 !
2 files changed, 26 insertions(+), 1 deletion(-)

 [patch] test and fix for jvn53973084

Malformed tags can pass through as comments.
Thus comments are now only passed through if
they are well formed - currently defined as
matching a regular expression.