Added patch for CVE-2023-46136 to python-werkzeug#6669
Merged
nisamson merged 25 commits intofasttrack/2.0from Nov 20, 2023
Merged
Added patch for CVE-2023-46136 to python-werkzeug#6669nisamson merged 25 commits intofasttrack/2.0from
nisamson merged 25 commits intofasttrack/2.0from
Conversation
Contributor
|
@nisamson, just a heads-up: all PRs against |
PawelWMS
reviewed
Nov 11, 2023
| Group: Development/Languages/Python | ||
| URL: https://github.com/pallets/werkzeug | ||
| Source0: https://github.com/pallets/werkzeug/archive/%{version}.tar.gz#/werkzeug-%{version}.tar.gz | ||
| #Source0: werkzeug-%{version}.tar.gz |
Contributor
There was a problem hiding this comment.
Clean-up:
Suggested change
| #Source0: werkzeug-%{version}.tar.gz |
PawelWMS
reviewed
Nov 11, 2023
PawelWMS
reviewed
Nov 17, 2023
07658c4 to
8bec54b
Compare
PawelWMS
reviewed
Nov 18, 2023
| %check | ||
| pip3 install pytest hypothesis | ||
| LANG=en_US.UTF-8 PYTHONPATH=./ python3 setup.py test | ||
| pip3 install tox==4.6.3 tox-current-env |
Contributor
There was a problem hiding this comment.
Btw. why do we need to pin this to an older version? I'm not saying it's wrong, but let's leave a comment.
PawelWMS
approved these changes
Nov 18, 2023
CBL-Mariner-Bot
pushed a commit
that referenced
this pull request
Nov 20, 2023
Co-authored-by: Nick Samson <nisamson@microsoft.com> Co-authored-by: Nan Liu <108544011+liunan-ms@users.noreply.github.com> (cherry picked from commit 98edc7e)
Collaborator
|
Auto cherry-pick results: Auto cherry-pick pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=455727&view=results |
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.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./SPECS/LICENSES-AND-NOTICES/data/licenses.json,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
Upgrades and adds patch to python-werkzeug to fix CVE-2023-46136
Change Log
Upgrades python-werkzeug to 2.3.7
Patches CVE-2023-46136 in python-werkzeug
Does this affect the toolchain?
NO
Links to CVEs
Test Methodology