1Builtins.Tainted(3kaya) Kaya module reference Builtins.Tainted(3kaya)
2
3
4
6 Builtins::Tainted - Untrusted values (typically strings)
7
9 Builtins::Tainted< a >
10
11
12 = Tainted()
13
15 When kayac is invoked with -T, untrusted input data becomes this con‐
16 tainer type. A small number of 'detainting' functions listed below
17 allow the data to be filtered, by taking a tainted value and returning
18 a detainted value.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 CGI.checkInput (3kaya)
32 Coercions.float_1 (3kaya)
33 Coercions.int_1 (3kaya)
34 Crypto.decode (3kaya)
35 DB.escape (3kaya)
36 Regex.match (3kaya)
37 Regex.quickMatch (3kaya)
38 Regex.replaced (3kaya)
39
40
41
42Kaya December 2010 Builtins.Tainted(3kaya)