- 11 Nov, 2021 4 commits
-
-
Marc Cornellà authored
The `title` function unsafely prints its input without sanitization, which if used with custom user code that calls it, it could trigger command injection. The `spectrum_ls` and `spectrum_bls` could similarly be exploited if a variable is changed in the user's shell environment with a carefully crafted value. This is highly unlikely to occur (and if possible, other methods would be used instead), but with this change the exploit of these two functions is now impossible.
-
Marc Cornellà authored
The plugin unsafely processes directory paths in pop_past and pop_future. This commit fixes that.
-
Marc Cornellà authored
The `omz_urldecode` function uses an eval to decode the input which can be exploited to inject commands. This is used only in the svn plugin and it requires a complex process to exploit, so it is highly unlikely to have been used by an attacker.
-
- 10 Nov, 2021 3 commits
-
-
Kirill Molchanov authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10404
-
- 09 Nov, 2021 6 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Janusz Mordarski authored
-
Kevin Burke authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 08 Nov, 2021 2 commits
-
-
Shahin Sorkh authored
-
Marc Cornellà authored
-
- 05 Nov, 2021 2 commits
-
-
Jonathan Batchelor authored
Apple changed the name of their operating system from OS X to macOS a number of years ago. This was overdue! As per issue #10311 * refactor(osx): rename `osx` plugin to `macos` * refactor(macos): Add symbolic link from old `osx` plugin name.
-
Marc Cornellà authored
-
- 03 Nov, 2021 2 commits
-
-
Marc Cornellà authored
-
amnore authored
-
- 02 Nov, 2021 5 commits
-
-
Aaron Hutchinson authored
-
Michael Peick authored
Closes #8370
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10350
-
Richard Mitchell authored
-
- 30 Oct, 2021 1 commit
-
-
Afzal Sayed authored
-
- 29 Oct, 2021 1 commit
-
-
YR Chen authored
-
- 27 Oct, 2021 2 commits
-
-
Christophe Bliard authored
-
Marc Cornellà authored
In recent zsh versions, `${(@ps:$sep:)var}` where $sep is a variable containing a separator string and $var is a string with multiple values separated by $sep, the `p` flag makes zsh correctly expand $sep before splitting $var. In versions older than 5.0.8, this doesn't happen, so we use `eval` to get the same effect.
-
- 26 Oct, 2021 6 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
José Camelo Freitas authored
-
Marc Cornellà authored
Fixes #10345
-
- 25 Oct, 2021 1 commit
-
-
Sina Tak Tehrani authored
-
- 23 Oct, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #8492
-
- 20 Oct, 2021 2 commits
-
-
Rob Vadai authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
Marc Cornellà authored
BREAKING CHANGE: all `gem` aliases that started with `g` now start with `ge` to fix conflicting names with the `git` plugin. Also, the `ghlp` alias is now renamed `geh`. Have a look at the plugin README for more information. Fixes #10320
-
- 19 Oct, 2021 2 commits
-
-
Marc Cornellà authored
Mostly empty commit to fix the changelog for merge at 6f4c7f64
-
Robby Russell authored
-