PythonHub
2.63K subscribers
2.35K photos
50.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Origintracer

A low-level asynchronous web framework observability system. The system can trace nginx, gunicorn, Uvicorn, django and celery.

https://origintracer.app/docs/
When str.lower() is a security vulnerability in Python

A Python security vulnerability caused IDNA 2003 handling to use the interpreter’s current Unicode case-folding rules instead of the Unicode 3.2 rules required by the specification.The fix makes Python’s case-folding behavior match Unicode 3.2 for StringPrep, restoring standards-compliant IDNA encoding and addressing CVE-2026-17084.

https://sethmlarson.dev/when-str-lower-is-a-security-vulnerability