Skip to content
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 for Python 3.12 compatibility and backport bottle CVE-2022-31799 fix #459

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AdamWill
Copy link

This adjusts for things removed from Python 3.12, and backports the fix for CVE-2022-31799 to the bundled bottle.py.

This fixes bottle for the removal of imp (slightly different
in appearance from how upstream did it, as I wrote it first
without seeing the upstream commit, but the same in effect),
and backports the fix for CVE-2022-31799 .

Signed-off-by: Adam Williamson <[email protected]>
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.

1 participant