-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to version 2.0 #150
Comments
- this is forked from version 1.8.0, but similar changes can apply to master
- metadata tokens are cached for up to 6 hours
Can this also be backported to v1.8.0? |
- multilint now passes locally
I won't backport since I only do Python 2 for money these days. But feel free to fork. |
Is there a way to make it compatible with both? The code didn't look drastically different between 1.8 and current. |
The problem is that I manage all 19 of my current OSS projects the same way. It takes extra effort to my general tooling and mental load to ensure things work on Python 2. Forking is not hard, you can pip install from github pretty easily. |
Fixes #150. Co-authored-by: antuarc <carl.antuar@smartservice.qld.gov.au>
https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-proxies-ssrf-vulnerabilities-ec2-instance-metadata-service/
This requires a new "knock" PUT request to get a session token before accessing any bits of data.
The text was updated successfully, but these errors were encountered: