http://www.perlmonks.org?node_id=82636


in reply to Alternatives to Taint Checking?

One alternative. Write everything so it can easily run either as CGI or other. Run a test environment in CGI with working taint checking. Switch to a faster test environment on the way to production, resulting in losing run-time taint checks (which your code already passed).
  • Comment on Re (tilly) 1: Alternatives to Taint Checking?