Skip to content

Conversation

@khemrajrathore
Copy link
Member

@khemrajrathore khemrajrathore commented Apr 16, 2025

I see urlopen to be correct sink and see lot of FP's by matching on urlparse

from urllib.request import urlopen

response = urlopen("http://example.com")
html = response.read()
print(html)

@khemrajrathore khemrajrathore merged commit 196de9c into dev Apr 16, 2025
10 of 14 checks passed
@khemrajrathore khemrajrathore deleted the fix/pythonAPI branch April 16, 2025 14:38
khemrajrathore added a commit that referenced this pull request Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants