blekhmanlab / rxivist

API providing access to papers and authors scraped from biorxiv.org

Home Page:https://rxivist.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review risks of leaking internal variables

rabdill opened this issue · comments

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