Four More Python Packages Found Stealing AWS Credentials
https://blog.sonatype.com/python-packages-upload-your-aws-keys-env-vars-secrets-to-web
https://blog.sonatype.com/python-packages-upload-your-aws-keys-env-vars-secrets-to-web
Sonatype
Python packages upload your AWS keys, env vars, secrets to the web
Multiple Python packages caught by Sonatype were seen uploading secrets such as AWS keys and environment variables to a web endpoint.
Django 4.1 Beta 1 Released
https://www.djangoproject.com/weblog/2022/jun/21/django-41-beta-1-released/
https://www.djangoproject.com/weblog/2022/jun/21/django-41-beta-1-released/
Open Source Security Foundation Funds PSF
https://openssf.org/blog/2022/06/20/openssf-funds-python-and-eclipse-foundations-and-acquires-sos-dev-through-alpha-omega-project/
https://openssf.org/blog/2022/06/20/openssf-funds-python-and-eclipse-foundations-and-acquires-sos-dev-through-alpha-omega-project/
Open Source Security Foundation
OpenSSF Funds Python and Eclipse Foundations and Acquires SOS.dev through Alpha-Omega Project - Open Source Security Foundation
As part of the OpenSSF’s continued investment in critical open-source projects, we are pleased to announce that the OpenSSF’s Alpha-Omega Project has committed to $800,000 in funding split equally among the Python Software Foundation (PSF) and the Eclipse…
How to Patch requests to Have a Default Timeout
https://adamj.eu/tech/2022/06/23/how-to-patch-requests-to-have-a-default-timeout/
https://adamj.eu/tech/2022/06/23/how-to-patch-requests-to-have-a-default-timeout/
adamj.eu
How to Patch Requests to Have a Default Timeout - Adam Johnson
Python’s requests package is very popular. Even if you don’t use it directly, it’s highly likely one of your dependencies does.
6 Usage Patterns for the ThreadPoolExecutor in Python
https://superfastpython.com/threadpoolexecutor-usage-patterns/
https://superfastpython.com/threadpoolexecutor-usage-patterns/
Super Fast Python
6 Usage Patterns for the ThreadPoolExecutor in Python - Super Fast Python
You can adopt one of the common usage patterns to get the most out of the ThreadPoolExecutor in Python. In this tutorial, you will discover the common usage patterns for Python thread pools. Let’s get started. ThreadPoolExecutor Usage Patterns The ThreadPoolExecutor…