-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove gpg-suite #531
Comments
- EFF released a recommendation to uninstall or disable GPG autodecryption - Details forthcoming on the vulnerability - https://www.eff.org/deeplinks/2018/05/attention-pgp-users-new-vulnerabilities-require-you-take-action-now - https://twitter.com/seecurity/status/995906576170053633 [Closes thoughtbot#531]
- The plugin autodecrypts messages, which exposes users to EFAIL vulnerability. - https://efail.de/ - https://www.eff.org/deeplinks/2018/05/attention-pgp-users-new-vulnerabilities-require-you-take-action-now [Closes thoughtbot#531]
The laptop script includes the Homebrew The current recommendation in https://github.com/asdf-vm/asdf-nodejs Since this vulnerability only applies to users of PGP email, Alternatively, a change could remove - bash "$HOME/.asdf/plugins/nodejs/bin/import-release-team-keyring"
+ export NODEJS_CHECK_SIGNATURES=no That approach recognizes that key management and signature Perhaps a simpler method could one day be used for Node packages: |
Hey friends, researchers have found a vulnerability that prompted EFF to make this recommendation:
https://www.eff.org/deeplinks/2018/05/attention-pgp-users-new-vulnerabilities-require-you-take-action-now
The laptop script includes gpg-suite. From what I can tell, gpg-suite autodecrypts emails by default.
The text was updated successfully, but these errors were encountered: