Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.5, 3.3.3
Description
The first git command in the create-release docker container is failing as git doesn't consider /build/source to belong to the current user.
since CVE-2022-24765 and the april 2022 git releases to refuse to work in such directories
https://github.blog/2022-04-12-git-security-vulnerability-announced/
$ /usr/bin/git clean -xdf -e /patchprocess fatal: unsafe repository ('/build/source' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /build/source
Attachments
Issue Links
- blocks
-
HADOOP-18198 Release Hadoop 3.3.3: hadoop-3.3.2 with some fixes
-
- Resolved
-
- links to