GoLang is_tainted

request it (258)
GoLang replacement for PHP's is_tainted [edit | history]



Do you know a GoLang replacement for PHP's is_tainted? Write it!

PHP is_tainted

PHP original manual for is_tainted [ show | php.net ]

is_tainted

(PECL taint >=0.1.0)

is_taintedChecks whether a string is tainted

Description

bool is_tainted ( string $string )

Checks whether a string is tainted

Parameters

string

Return Values

Return TRUE if the string is tainted, FALSE otherwise.