
DEPRECATO: Cookbook Chef per l'audit e la correzione di 'Shellshock' (BASH-CVE-2014-7169)
Questo cookbook è progettato per testare e opzionalmente correggere il bug "shellshock" di bash, più formalmente noto come cve-2014-7169.
Una volta che Chef-client ha eseguito questa ricetta su uno o più host, è possibile recuperare un elenco di tutti i nodi vulnerabili all'exploit "Shellshock" dal server Chef tramite knife search:
knife search node 'bash:shellshock_vulnerable'
Questo cookbook si basa sul sistema di pacchetti nativo del sistema operativo per fornire versioni corrette del pacchetto bash.
Installa un plugin OHAI che eseguirà automaticamente l'audit dei nodi per la vulnerabilità Shellshock. Questo plugin crea due nuovi valori in OHAI:
node['languages']['bash']['version'], una stringa. Restituita da bash --version.
node['languages']['bash']['shellshock_vulnerable'], un booleano. True se il nodo è vulnerabile.
Autore: Cookbook Engineering Team ([email protected])
Copyright: 20014-2015, 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.