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

Test flows fail due to git submodule add failing to execute #828

Closed
fulf opened this issue Feb 24, 2024 · 0 comments
Closed

Test flows fail due to git submodule add failing to execute #828

fulf opened this issue Feb 24, 2024 · 0 comments

Comments

@fulf
Copy link
Contributor

fulf commented Feb 24, 2024

Due to a security patch from 2022 (CVE-2022-39253) associated with the release of git 2.38.1 and the back port of the associated patch
to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 simply using git submodule add does not work anymore.

As such there are a bunch of failing specs for all Ruby versions due to the GitHub Worker container running an updated git version.

Solution: The git command must be prefixed with the -c protocol.file.allow=always flag.

fulf added a commit to fulf/overcommit that referenced this issue Feb 24, 2024
fulf added a commit to fulf/overcommit that referenced this issue Feb 24, 2024
fulf added a commit to fulf/overcommit that referenced this issue Feb 24, 2024
@sds sds closed this as completed Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants