Skip to content

Commit 7a81281

Browse files
bchaliospb8o
authored andcommitted
fix(ab): trust our repository for cloning
Otherwise "git clone /firecracker ..." fails in the container. This happens due to a patched version of git[1] addressing a CVE[2] that could lead to remote code execution when cloning specially crafted local repositories. [1] https://ubuntu.com/security/notices/USN-6793-1 [2] https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-32004 Signed-off-by: Babis Chalios <[email protected]>
1 parent cfebd11 commit 7a81281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/devctr/ctr_gitconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77

88
[safe]
99
directory = /firecracker
10+
directory = /firecracker/.git

0 commit comments

Comments
 (0)