-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Revert "CVE-2007-4559 Patch" #4535
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
area/local/invoke
sam local invoke command
area/local/start-api
sam local start-api command
area/local/start-invoke
pr/internal
labels
Jan 4, 2023
hnnasit
approved these changes
Jan 4, 2023
torresxb1
approved these changes
Jan 4, 2023
mildaniel
pushed a commit
that referenced
this pull request
Jan 10, 2023
* support lists of source_path dicts * add unit tests for source_path is specified as a list of dicts * fix: update pyopenssl dependency (#4528) * chore(deps): bump setuptools from 54.2.0 to 65.5.1 in /requirements (#4518) Bumps [setuptools](https://github.com/pypa/setuptools) from 54.2.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](pypa/setuptools@v54.2.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: bump version to 1.68.0 (#4532) Co-authored-by: Lau <[email protected]> * CVE-2007-4559 Patch (#4499) * Adding tarfile member sanitization to extractall() * fix formatting issues * Refactored extract_tarfile functions and added unit/functional tests Co-authored-by: Mehmet Nuri Deveci <[email protected]> Co-authored-by: Mohamed Elasmar <[email protected]> Co-authored-by: hnnasit <[email protected]> Co-authored-by: Haresh Nasit <[email protected]> Co-authored-by: Wing Fung Lau <[email protected]> * chore: Update development guide to include information on dependency updates (#4476) * Add in instructions on updating SAMCLI dependencies * Update the command to be run to write to reproducible linux * Highlight content using separate sections for requirement files * Fix typos and reword for better readability * Update development guide text * Revert "CVE-2007-4559 Patch (#4499)" (#4535) This reverts commit 40bd90a. * chore: change license badge in readme to display GH license (#4538) * chore: update readme with pypi license * use gh rather than pypi * formatting only changes made by terraform fmt command * add intergration tests * Re-arrange order of if statements to remove recursion * remove print statement that was leftover from development Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Mohamed Elasmar <[email protected]> Co-authored-by: Paul Kehrer <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wing Fung Lau <[email protected]> Co-authored-by: Lau <[email protected]> Co-authored-by: TrellixVulnTeam <[email protected]> Co-authored-by: Mehmet Nuri Deveci <[email protected]> Co-authored-by: hnnasit <[email protected]> Co-authored-by: Haresh Nasit <[email protected]> Co-authored-by: Qingchuan Ma <[email protected]>
hnnasit
added a commit
that referenced
this pull request
Jan 10, 2023
* Revert "Revert "CVE-2007-4559 Patch (#4499)" (#4535)" This reverts commit 1065683. * Changed extract_tarfile input tarfile_path to str file path * Added type annotation for copy function Co-authored-by: Wing Fung Lau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/local/invoke
sam local invoke command
area/local/start-api
sam local start-api command
area/local/start-invoke
pr/internal
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.
Reverts #4499