GoLang taint

request it (306)
GoLang replacement for PHP's taint [edit | history]



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

PHP taint

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

taint

(PECL taint >=0.1.0)

taintTaint a string

Description

bool taint ( string &$string [, string $... ] )

Make a string tainted. This is used for testing purpose only.

Parameters

string

...

Return Values

Return TRUE if the transformation is done. Always return TRUE if the taint extension is not enabled.