pixee / codemodder-python

Python implementation of the Codemodder framework
GNU Affero General Public License v3.0
32 stars 10 forks source link

Codemod `url-sandbox` could also support `from urllib.request.urlopen` #437

Open clavedeluna opened 3 months ago

clavedeluna commented 3 months ago

This codemod currently handles making requests with the requests library, but requests can also be made with the builtin urllib.request library

andrecsilva commented 2 months ago

This is blocked until the python-security can support urllib.request.urlopen calls. However tests are failing for that package at the moment. See: https://github.com/pixee/python-security/pull/20