/spec/tags/core/array/pack/a_tags.txt
Plain Text | 22 lines | 22 code | 0 blank | 0 comment | 0 complexity | a539a8820815cc7833ca51919ab1abc7 MD5 | raw file
Possible License(s): LGPL-2.1
1fails:Array#pack with format 'A' taints the output string if the format string is tainted 2fails:Array#pack with format 'A' raises ArgumentError when the format modifier is '_' 3fails:Array#pack with format 'A' raises ArgumentError when the format modifier is '!' 4fails:Array#pack with format 'A' returns a tainted string when a pack argument is tainted 5fails:Array#pack with format 'a' taints the output string if the format string is tainted 6fails:Array#pack with format 'a' raises ArgumentError when the format modifier is '_' 7fails:Array#pack with format 'a' raises ArgumentError when the format modifier is '!' 8fails:Array#pack with format 'a' returns a tainted string when a pack argument is tainted 9fails:Array#pack with format 'A' returns a tainted string when the format is tainted 10fails:Array#pack with format 'A' returns a tainted string when an empty format is tainted 11fails:Array#pack with format 'A' returns a untrusted string when the format is untrusted 12fails:Array#pack with format 'A' returns a untrusted string when the empty format is untrusted 13fails:Array#pack with format 'A' returns a untrusted string when a pack argument is untrusted 14fails:Array#pack with format 'A' returns a trusted string when the array is untrusted 15fails:Array#pack with format 'A' returns a string in encoding of common to the concatenated results 16fails:Array#pack with format 'a' returns a tainted string when the format is tainted 17fails:Array#pack with format 'a' returns a tainted string when an empty format is tainted 18fails:Array#pack with format 'a' returns a untrusted string when the format is untrusted 19fails:Array#pack with format 'a' returns a untrusted string when the empty format is untrusted 20fails:Array#pack with format 'a' returns a untrusted string when a pack argument is untrusted 21fails:Array#pack with format 'a' returns a trusted string when the array is untrusted 22fails:Array#pack with format 'a' returns a string in encoding of common to the concatenated results