Package: libdata-formvalidator-perl / 4.81-2

Metadata

Package Version Patches format
libdata-formvalidator-perl 4.81-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix re when untainting.patch | (download)

lib/Data/FormValidator/Results.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a matching check leading to passing (and mangling) invalid data
 $match would be '' when $val doesn't match $re and '' is still defined...