diff options
author | Yves Orton <demerphq@gmail.com> | 2022-04-13 05:16:04 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2022-04-13 12:47:42 +0800 |
commit | 4303fd2da3dda68da2954d68ae885ed9fcba1b5b (patch) | |
tree | 7eb6f7c0e015e2f183189249ed932e2d729e101b /regcomp.c | |
parent | 642fa09bc22993893ccdaf4d32b4ad1ffd2750a6 (diff) | |
download | perl-4303fd2da3dda68da2954d68ae885ed9fcba1b5b.tar.gz |
testsuite.yml - fix git breakage from fix for CVE-2022-24765
We need to configure git to know that our working directory is "safe".
This fixes this bug on github:
Run git remote set-url origin "***[github.com/$GITHUB_REPOSITORY](http://github.com/$GITHUB_REPOSITORY)"
fatal: unsafe repository ('/__w/perl5/perl5' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory /__w/perl5/perl5
Process completed with exit code 128.
See the git mailing list for more details on this CVE.
Diffstat (limited to 'regcomp.c')
0 files changed, 0 insertions, 0 deletions