mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Make sure all tests pass.
This commit is contained in:
@@ -46,6 +46,6 @@
|
||||
type => "tfn",
|
||||
name => "base64Decode",
|
||||
input => "VGVzdENhc2U=\0VGVzdENhc2U=",
|
||||
output => "VGVzdENhc2U=\0VGVzdENhc2U=",
|
||||
ret => 0,
|
||||
output => "TestCase",
|
||||
ret => 1,
|
||||
},
|
||||
|
@@ -31,20 +31,20 @@
|
||||
type => "tfn",
|
||||
name => "hexDecode",
|
||||
input => "01234567890a0z01234567890a",
|
||||
output => "01234567890a0z01234567890a",
|
||||
ret => 0,
|
||||
output => "\x01#Eg\x89\x0a#\x01#Eg\x89\x0a",
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "tfn",
|
||||
name => "hexDecode",
|
||||
input => "01234567890az",
|
||||
output => "01234567890az",
|
||||
ret => 0,
|
||||
output => "\x01#Eg\x89\x0a",
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "tfn",
|
||||
name => "hexDecode",
|
||||
input => "01234567890a0",
|
||||
output => "01234567890a0",
|
||||
ret => 0,
|
||||
output => "\x01#Eg\x89\x0a",
|
||||
ret => 1,
|
||||
},
|
||||
|
Reference in New Issue
Block a user