You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
fulf
added a commit
to fulf/overcommit
that referenced
this issue
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 patchto
2.30.6
,2.31.5
,2.32.4
,2.33.5
,2.34.5
,2.35.5
,2.36.3
, and2.37.4
simply usinggit 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.The text was updated successfully, but these errors were encountered: