Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created September 25, 2014 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferventcoder/fe2a6ffefbeeaf2691de to your computer and use it in GitHub Desktop.
Save ferventcoder/fe2a6ffefbeeaf2691de to your computer and use it in GitHub Desktop.
Okay, kind of - there are packages that have bash bundled like git for windows... so...
package { 'bash':
ensure => latest,
}
@ferventcoder
Copy link
Author

This is not a complete fix for bash vulnerability - at least not yet. Plus it doesn't catch anything that packages up bash like git for windows does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment