Uh oh!
There was an error while loading. Please reload this page.
ci: fix download artifact vulnerability - #327
Merged
Merged
Conversation
DifferentialOrangeforce-pushed
the
DifferentialOrange/no-gh-ci-health
branch
2 times, most recently
from
September 4, 2024 06:36
41b052f to
f85f3c5CompareDifferentialOrangeforce-pushed
the
DifferentialOrange/no-gh-ci-health
branch
from
September 4, 2024 06:56
093813b to
31666d9CompareVersions of actions/download-artifact before 4.1.7 are vulnerable to arbitrary file write when downloading and extracting a specifically crafted artifact that contains path traversal filenames [1]. 1. https://github.com/tarantool/tarantool-python/security/dependabot/4
After this patch, current PR pipeline runs will be cancelled if new commits/force push triggers new pipelines.
DifferentialOrangeforce-pushed
the
DifferentialOrange/no-gh-ci-health
branch
from
September 4, 2024 08:09
31666d9 to
af88d26ComparePython 3.6 EOL is 2021-12-23 [1]. Current build script no longer supports Python 3.6 due to `packaging` Python dependency bump. (And fixing the issue is more than just fixating older `packaging` version as a dependency.) https://devguide.python.org/versions/
DifferentialOrange
marked this pull request as ready for review
September 4, 2024 08:25
DifferentialOrangeforce-pushed
the
DifferentialOrange/no-gh-ci-health
branch
from
September 4, 2024 08:25
af88d26 to
b32cab7CompareDifferentialOrange
requested review from
oleg-jukovec
and removed request for
oleg-jukovecSeptember 4, 2024 08:36
oleg-jukovec
approved these changes
Sep 18, 2024
Merged
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 freeto 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.
Versions of actions/download-artifact before 4.1.7 are vulnerable to arbitrary file write when downloading and extracting a specifically crafted artifact that contains path traversal filenames [1].
Also see #326
Since CI is failing now, several fixes were introduced, as well as Python 3.6 support drop.