cookbook 'bash-shellshock', '= 1.0.0'
The bash-shellshock cookbook has been deprecated
Author provided reason for deprecation:
The bash-shellshock cookbook has been deprecated and is no longer being maintained by its authors. Use of the bash-shellshock cookbook is no longer recommended.
bash-shellshock (2) Versions 1.0.0 Follow5
Audits & remediates the Shellshock vulnerability
cookbook 'bash-shellshock', '= 1.0.0', :supermarket
knife supermarket install bash-shellshock
knife supermarket download bash-shellshock
bash-shellshock Cookbook
This cookbook is designed to test and optionally remediate the bash "shellshock" bug, more formally known as cve-2014-7169.
Once Chef-client has executed this recipe on one or more hosts, a list of all nodes that are vulnerable to the "Shellshock" exploit can be retrieved from the Chef server via knife search:
knife search node 'languages_bash_shellshock_vulnerable'
Limitations
This cookbook relies on the OS-native packaging system to provide patched versions of the bash package.
Requirements
Platform:
- Tested on CentOS 6.5
- Tested on Ubuntu 12.04
- Should work on a wide variety of other systems
Cookbook Dependencies:
Attributes
- No user-configurable attributes
Recipes
bash-shellshock::default
- Audits and remediates Bash-CVE-2014-7169 ("Shellshock")
bash-shellshock::audit
- Installs an OHAI plugin that will automatically audit nodes for the Shellshock vulnerability. This plugin creates two new values in OHAI:
node['languages']['bash']['version'], a string. Returned from bash --version
.
node['languages']['bash']['shellshock_vulnerable'], a boolean. True if node is vulnerable.
bash-shellshock::remediate
- If the node is marked vulnerable by the audit recipe, this recipe will attempt to upgrade bash via the native packaging system. Includes the audit recipe.
- Audits and remediates Bash-CVE-2014-7169 ("Shellshock")
Testing
Chefspec
- Includes a Chefspec suite. This can be run with rspec.
Test Kitchen / Serverspec
- Includes Test-kitchen support for Ubuntu 12.04 and Centos 6.5 operating systems. The .kitchen.yml file defaults to the Vagrant driver. Universal Serverspec tests valid for both operating systems are included.
License and Author
Author:: Chef Software, Inc (support@getchef.com)
Author:: Charles Johnson (charles@getchef.com)
Author:: Nicolas Rycar (nrycar@getchef.com)
Author:: Julian Dunn (jdunn@getchef.com)
Copyright:: 2014, Chef Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Dependent cookbooks
ohai ~> 2.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
1.0.0 (October 29th, 2014)
- Initial release
Foodcritic Metric
1.0.0 passed this metric
1.0.0 passed this metric