Skip to content

Commit 4e3b77d

Browse files
committed
Add missing executable bit to payloads
1 parent bf49d73 commit 4e3b77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-worktree/tests/fixtures/make_traverse_dotdot_trees.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
set -eu
44

55
repo="$1"
6-
76
git init -- "$repo"
87
cd -- "$repo"
98

@@ -13,6 +12,7 @@ printf 'Vulnerable!\n'
1312
date >~/vulnerable
1413
exec /bin/ls "$@"
1514
EOF
15+
chmod +x ls.tmp
1616

1717
upward='..'
1818
for subdir in .a .b .c .d .e .f .g .h .i .j; do

0 commit comments

Comments
 (0)