Skip to content

Commit

Permalink
Merge pull request #638 from permitio/rk/prevent-git-symlink-bug
Browse files Browse the repository at this point in the history
Dockerfile: Mitigate git exploit by disabling symlink support
  • Loading branch information
roekatz authored Aug 7, 2024
2 parents d180532 + 607ed13 commit a3e7785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ USER opal
FROM common AS server

RUN apt-get update && apt-get install -y openssh-client git && apt-get clean
RUN git config --global core.symlinks false # Mitigate CVE-2024-32002

USER opal

Expand Down

0 comments on commit a3e7785

Please sign in to comment.