0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/rand-quote
Marc Cornellà 72928432f1
fix(plugins): fix potential command injection in rand-quote and hitokoto
The `rand-quote` plugin uses quotationspage.com and prints part of its content to the
shell without sanitization, which could trigger command injection. There is no evidence
that this has been exploited, but this commit removes all possibility for exploit.

Similarly, the `hitokoto` plugin uses the hitokoto.cn website to print quotes to the
shell, also without sanitization. Furthermore, there is also no evidence that this has
been exploited, but with this change it is now impossible.
2021-11-11 22:45:24 +01:00
..
rand-quote.plugin.zsh fix(plugins): fix potential command injection in rand-quote and hitokoto 2021-11-11 22:45:24 +01:00
README.md rand-quote: add README 2018-06-29 17:55:55 +02:00

rand-quote plugin

Displays a random quote taken from quotationspage.com

Created by Eduardo San Martin Morote, aka Posva

Usage

Add the plugin to the plugins array in your zshrc file and restart zsh:

plugins=(... rand-quote)

Then, run quote to get a new random quote.