
사용 중단됨: "Shellshock"(BASH-CVE-2014-7169)를 감사 및 수정하기 위한 Chef cookbook
이 쿡북은 bash "shellshock" 버그(공식 명칭 cve-2014-7169)를 테스트하고 선택적으로 수정하기 위해 설계되었습니다.
Chef-client가 하나 이상의 호스트에서 이 레시피를 실행하면, "Shellshock" 익스플로잇에 취약한 모든 노드 목록을 knife search:를 통해 Chef 서버에서 검색할 수 있습니다.
knife search node 'bash:shellshock_vulnerable'
이 쿡북은 OS 네이티브 패키징 시스템에 의존하여 bash 패키지의 패치 버전을 제공합니다.
노드의 Shellshock 취약점을 자동으로 감사하는 OHAI 플러그인을 설치합니다. 이 플러그인은 OHAI에 두 개의 새 값을 생성합니다:
node['languages']['bash']['version'], 문자열. bash --version에서 반환됩니다.
node['languages']['bash']['shellshock_vulnerable'], 불리언. 노드가 취약한 경우 true입니다.
저자: Cookbook Engineering Team ([email protected])
저작권: 2014-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.