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",
|
type => "tfn",
|
||||||
name => "base64Decode",
|
name => "base64Decode",
|
||||||
input => "VGVzdENhc2U=\0VGVzdENhc2U=",
|
input => "VGVzdENhc2U=\0VGVzdENhc2U=",
|
||||||
output => "VGVzdENhc2U=\0VGVzdENhc2U=",
|
output => "TestCase",
|
||||||
ret => 0,
|
ret => 1,
|
||||||
},
|
},
|
||||||
|
@@ -31,20 +31,20 @@
|
|||||||
type => "tfn",
|
type => "tfn",
|
||||||
name => "hexDecode",
|
name => "hexDecode",
|
||||||
input => "01234567890a0z01234567890a",
|
input => "01234567890a0z01234567890a",
|
||||||
output => "01234567890a0z01234567890a",
|
output => "\x01#Eg\x89\x0a#\x01#Eg\x89\x0a",
|
||||||
ret => 0,
|
ret => 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type => "tfn",
|
type => "tfn",
|
||||||
name => "hexDecode",
|
name => "hexDecode",
|
||||||
input => "01234567890az",
|
input => "01234567890az",
|
||||||
output => "01234567890az",
|
output => "\x01#Eg\x89\x0a",
|
||||||
ret => 0,
|
ret => 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type => "tfn",
|
type => "tfn",
|
||||||
name => "hexDecode",
|
name => "hexDecode",
|
||||||
input => "01234567890a0",
|
input => "01234567890a0",
|
||||||
output => "01234567890a0",
|
output => "\x01#Eg\x89\x0a",
|
||||||
ret => 0,
|
ret => 1,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user