Advocate
Advocate copied to clipboard
An SSRF-preventing wrapper around Python's requests library. Advocate is no longer maintained, please fork and rename if you would like to continue work on it.
http://0177.0.0.1/ resolves to http://127.0.0.1, which is localhost. This module does not block this URL when it should.
Any chance that the latest commit can be released so that there's fewer ipaddress module copies floating around? Can totally pin to a git commit but would be nice to...
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...
A network admin may configure their DNS64 instance to use a prefix other than the well-known prefix, which is in the private IP space. We want to allow people to...
I've avoided this because of security concerns, and was locally uploading packages with `twine`, but it looks like `twine` itself builds and publishes its package to PyPI in a github...
Requests itself has types in the typeshed: https://github.com/python/typeshed/tree/6e985ef3de3678676d753a1efbf45fd67095a3b2/stubs/requests/requests so maybe advocate can piggyback off those somehow, but type hints would be nice for static typing
The last release was 3 years ago: https://pypi.org/project/advocate/#history I think I just stumbled over https://stackoverflow.com/q/76002461/562769 Is there a chance of getting an update?
Hi, when I try to run the `pytest`, I noticed that hostname-related tests are skipped even when the nameserver supports the `AI_CANONNAME` flag. This was possibly due to the incorrect...
Will there be a version for python 3.11?