chore(deps): upgrade Wagtail to 7.3.2 to fix security advisories#222
Merged
Conversation
Bump Wagtail from 7.2.3 to 7.3.2 to resolve five medium-severity security advisories related to improper permission handling: - GHSA-67rv-mg8q-5pf3: copying pages - GHSA-c4mr-889m-vgf6: viewing page history - GHSA-c6wj-9vcj-75pj: comparing revisions - GHSA-p5gm-92h4-6pv6: Documents and Images API restrictions - GHSA-pwm3-7fv4-g6xx: deleting form submissions Widen the constraint in main.in to >=7.3.2,<7.4 and recompile the locked requirements. All tests pass and no new project migrations are required.
…il-7.3.2 # Conflicts: # requirements/dev.txt # requirements/main.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps Wagtail from 7.2.3 to 7.3.2 to resolve the five medium-severity Dependabot security advisories (10 open alerts, counted across
main.txtanddev.txt). All relate to improper permission handling:GHSA-67rv-mg8q-5pf3GHSA-c4mr-889m-vgf6GHSA-c6wj-9vcj-75pjGHSA-p5gm-92h4-6pv6GHSA-pwm3-7fv4-g6xxChanges
requirements/main.in: widen constraintwagtail>=7.2,<7.3→wagtail>=7.3.2,<7.4requirements/main.txt&requirements/dev.txt: recompiled viatask dependencies:computeThe only real version change is Wagtail. The remaining diff is lock reformatting by the current
uvversion (extras expanded:psycopg[binary]→psycopg+psycopg-binary,willow[heif]→willow+pillow-heif;pipmade explicit viapip-api), functionally equivalent.Validation
makemigrations --check)collectstatic --clearrun successfullyDeployment note
After deploy: run
collectstatic --clearand clear browser cache (Wagtail admin JS is cached).