]> git.ipfire.org Git - thirdparty/git.git/commit
t7423: add tests for symlinked submodule directories
authorFilip Hejsek <filip.hejsek@gmail.com>
Sun, 28 Jan 2024 03:32:47 +0000 (04:32 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 17 Apr 2024 20:30:00 +0000 (22:30 +0200)
commitb20c10fd9b035f46e48112d2cd33d7cb740012b6
treedb882af3e4d04436c6b4dca5e50781e0af213102
parentc30a574a0b50e64f26885f740dd49d2420b9bed7
t7423: add tests for symlinked submodule directories

Submodule operations must not follow symlinks in working tree, because
otherwise files might be written to unintended places, leading to
vulnerabilities.

Signed-off-by: Filip Hejsek <filip.hejsek@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
t/t7423-submodule-symlinks.sh [new file with mode: 0755]