On fish and omf here, not vulnerable. I suppose I should test fisherman on my other machine as well.
I've confirmed fisherman is safe on my machine.
Omf is also safe
51–54 of 54 posts
bash-powerline is affected. I've sent out a PR: https://github.com/riobard/bash-powerline/pull/12/
My own fork (with some additional features) is already patched: https://github.com/Hexcles/bash-powerline
Earlier quoted context omitted.
Zsh seems to do the escaping correctly there.
Confirming what GP said on version 5.3.1, not seeing any escaping git checkout git checkout $(./pwd)
-% zsh -f
voi% echo $ZSH_VERSION
5.3.1
voi% autoload -U compinit
voi% compinit
voi% git checkout \$\(./pw3n\)
Already on '$(./pw3n)'
Your branch is up-to-date with 'origin/$(./pw3n)'.
voi% git checkout complete_\$\(./foo\)
Switched to branch 'complete_$(./foo)'