Home
last modified time | relevance | path

Searched refs:tainted_ok (Results 1 – 20 of 20) sorted by relevance

/dports/devel/p5-Test-Taint/Test-Taint-1.08/t/
H A Dtaint_deeply.t24 tainted_ok( $hash{value}, 'Gets dirty' );
41 tainted_ok( $array[0], 'Gets dirty' );
56 tainted_ok( $scalar, 'Gets dirty' );
76 tainted_ok( $x, 'Gets dirty' );
77 tainted_ok( $x{$_}, 'Gets dirty' ) foreach keys %x;
78 tainted_ok( $_, 'Gets dirty' ) foreach @x;
132 tainted_ok( $hash_object->{value}, 'Gets dirty' );
155 tainted_ok( $array_object->[0], 'Gets dirty' );
178 tainted_ok( ${$scalar_object}, 'Gets dirty' );
204 tainted_ok( ${$ref_object}->{key}, 'Gets dirty' );
[all …]
H A Dtaint.t22 tainted_ok( $foo, 'Gets dirty' );
30 tainted_ok( $bar, 'Gets dirty' );
H A Dtainted_ok.t9 tainted_ok( $^X, '$^X is tainted' );
/dports/devel/p5-Params-Validate/Params-Validate-1.30/t/
H A D19-untaint.t19 tainted_ok( $value, 'make sure $value is tainted' );
39 tainted_ok( $value, 'make sure $value is tainted' );
56 tainted_ok( $value, 'make sure $value is tainted' );
67 tainted_ok( $p{value}, 'value is still tainted after validation' );
75 tainted_ok( $value, 'make sure $value is tainted' );
84 tainted_ok( $new_value, 'value is still tainted after validation' );
H A D29-taint-mode.t19 tainted_ok( $def, 'make sure $def is tainted' );
/dports/devel/p5-Params-Validate/Params-Validate-1.30/xt/author/
H A Dpp-19-untaint.t24 tainted_ok( $value, 'make sure $value is tainted' );
44 tainted_ok( $value, 'make sure $value is tainted' );
61 tainted_ok( $value, 'make sure $value is tainted' );
72 tainted_ok( $p{value}, 'value is still tainted after validation' );
80 tainted_ok( $value, 'make sure $value is tainted' );
89 tainted_ok( $new_value, 'value is still tainted after validation' );
H A Dpp-29-taint-mode.t24 tainted_ok( $def, 'make sure $def is tainted' );
/dports/security/p5-Crypt-SMIME/Crypt-SMIME-0.28/t/
H A D04-taint.t164 tainted_ok $signed, 'The signed message shall be tainted';
180 tainted_ok $decrypted, 'The decrypted message shall be tainted';
205 tainted_ok $signed, 'The signed message shall be tainted';
213 tainted_ok $encrypted, 'The encrypted message shall be tainted';
220 tainted_ok $decrypted, 'The decrypted message shall be tainted';
238tainted_ok $signed, 'The signed message shall be tainted (because we signed it with a tainted key)…
243tainted_ok $verified, 'The verified message shall be tainted (because we verified it with a tainte…
247tainted_ok $encrypted, 'The encrypted message shall be tainted (because we encrypted it with a tai…
254 tainted_ok $decrypted, 'The decrypted message shall be tainted';
259tainted_ok $signed, 'The signed message shall be tainted (because we haven\'t removed our tainted …
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/version/t/
H A D11_taint.t17 tainted_ok($v, 'Set string as tainted');
20 tainted_ok($v2, 'Resulting version object is tainted');
23 tainted_ok($vs, 'Stringified object still tainted');
/dports/lang/perl5.34/perl-5.34.0/cpan/version/t/
H A D11_taint.t17 tainted_ok($v, 'Set string as tainted');
20 tainted_ok($v2, 'Resulting version object is tainted');
23 tainted_ok($vs, 'Stringified object still tainted');
/dports/lang/perl5.32/perl-5.32.1/cpan/version/t/
H A D11_taint.t17 tainted_ok($v, 'Set string as tainted');
20 tainted_ok($v2, 'Resulting version object is tainted');
23 tainted_ok($vs, 'Stringified object still tainted');
/dports/devel/p5-version/version-0.9929/t/
H A D11_taint.t17 tainted_ok($v, 'Set string as tainted');
20 tainted_ok($v2, 'Resulting version object is tainted');
23 tainted_ok($vs, 'Stringified object still tainted');
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/version/t/
H A D11_taint.t17 tainted_ok($v, 'Set string as tainted');
20 tainted_ok($v2, 'Resulting version object is tainted');
23 tainted_ok($vs, 'Stringified object still tainted');
/dports/www/p5-WWW-Mechanize/WWW-Mechanize-2.06/t/
H A Dtaint.t23 tainted_ok( $^X, 'Interpreter Variable taints OK' );
28 tainted_ok( $mech->content, 'But content should' );
/dports/devel/p5-Module-Implementation/Module-Implementation-0.09/t/
H A Dtaint.t31 ::tainted_ok( $ENV{T_IMPLEMENTATION}, '$ENV{T_IMPLEMENTATION} is tainted' );
/dports/devel/p5-Test-Taint/Test-Taint-1.08/
H A DMANIFEST12 t/tainted_ok.t
H A DTaint.pm147 sub tainted_ok { subroutine
/dports/devel/p5-Test-Data/Test-Data-1.243/t/
H A Dimport.t9 ref_ok ref_type_ok strong_ok tainted_ok untainted_ok weak_ok undef_ok
/dports/devel/p5-MouseX-AttributeHelpers/MouseX-AttributeHelpers-0.07/inc/Test/Data/
H A DScalar.pm297 sub tainted_ok($;$) subroutine
/dports/devel/p5-Test-Data/Test-Data-1.243/lib/Test/Data/
H A DScalar.pm385 sub tainted_ok($;$) { subroutine