A literal string type for Python
A literal string type for Python
Posted Apr 14, 2022 7:26 UTC (Thu) by ovitters (guest, #27950)Parent article: A literal string type for Python
I didn't read the article, but the problem reminds me of why Bugzilla uses the taint mode of Perl. It was really handy to catch loads of user input handling bugs. Despite that, Bugzilla still was affected by a few user input security issues. Basically things that were marked as safe that (despite reviews) was eventually proven not to be safe. I really appreciated the taint mode and it's surprising how few programming languages lack a similar concept. This as handling user input is so common.
