Closed rabdill closed 6 years ago
If someone posts a paper with a string that will print a password, that would not be ideal http://lucumr.pocoo.org/2016/12/29/careful-with-str-format/
This is only a problem if you call .format() ON user input, not passing user input TO .format(), nevermind
.format()
If someone posts a paper with a string that will print a password, that would not be ideal http://lucumr.pocoo.org/2016/12/29/careful-with-str-format/