mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-22 23:21:57 +00:00
Fix test
The branch name must not be expanded.
This commit is contained in:
parent
1b7e41964c
commit
24818eff79
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ function testBranchNameScriptingVulnerability() {
|
||||||
echo "#!/bin/sh\n\necho 'hacked'\n" > evil_script.sh
|
echo "#!/bin/sh\n\necho 'hacked'\n" > evil_script.sh
|
||||||
chmod +x evil_script.sh
|
chmod +x evil_script.sh
|
||||||
|
|
||||||
git checkout -b "$(./evil_script.sh)" 2>/dev/null
|
git checkout -b '$(./evil_script.sh)' 2>/dev/null
|
||||||
git add . 2>/dev/null
|
git add . 2>/dev/null
|
||||||
git commit -m "Initial commit" >/dev/null
|
git commit -m "Initial commit" >/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue