Restructure downloads body parser
Opened this issue · 0 comments
rtilder commented
Stop using split() and pop() on user supplied data. Switch to indexing or a tail to head technique.
Opened this issue · 0 comments
Stop using split() and pop() on user supplied data. Switch to indexing or a tail to head technique.