Closed goproslowyo closed 2 years ago
This just makes the requests library essential force the ../.. in the URL by setting the URL again in the prepared request with prep.url = url.
../..
prep.url = url
There is a conflct now, so can't be merged.
Also, we do all our edits currently 'upstream' via the website (not Git) - please email in https://www.exploit-db.com/submit
Fix for EDBID: 47519
Update CVE-2019-17662 to Work Again
This just makes the requests library essential force the
../..
in the URL by setting the URL again in the prepared request withprep.url = url
.