mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-12 05:15:24 +08:00

gpg's --use-embedded-filename is a dangerous option that can cause gpg to write arbitrary content to arbitrary files. According to the GnuPG maintainer, this is not an option recommended for use (https://dev.gnupg.org/T4500). Fish shouldn't encourage users to supply it. I've offered https://dev.gnupg.org/T6972 to upstream to make it even more clear that this option is a bad idea. While removing it, we might as well also remove --no-use-embedded-filename, since it is effectively a no-op.