Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cxs (1) Versions 0.5.1

Manages and Installs ConfigServer Xploit Scanner

Policyfile
Berkshelf
Knife
cookbook 'cxs', '~> 0.5.1', :supermarket
cookbook 'cxs', '~> 0.5.1'
knife supermarket install cxs
knife supermarket download cxs
README
Dependencies
Changelog
Quality 17%

cxs Cookbook

This cookbook will install and configure your CXS plugin.
It will check if you have a valid license and install it.

Requirements

This cookbook requires no extra libraries. Though requires valid license.

Platforms

  • CentOS
  • CloudLinux

Chef

  • Chef 12.0 or later

Cookbooks

  • default - installs and manages cxs
  • _config - manages cxs configs
  • _semicolon_config - manages the configs like ignore and xtra, using semicolon arrangement

Attributes

Attribute Default Description
node['cxs']['config']['mail'] 'root' The e-mail
node['cxs']['config']['options'] 'mLScehnwROfGZxdMDuW' Exploit scan options
node['cxs']['config']['filemax'] '0' Skip dir if > than [num] resources
node['cxs']['config']['voptions'] 'mfuhexT' Virus scan specified file types only
node['cxs']['config']['qoptions'] 'MvB' Delete specified file types only
node['cxs']['config']['quarantine'] '/home/quarantine' Quarantine Folder
node['cxs']['config']['ignore'] '/etc/cxs/cxs.ignore' CXS ignore matching file
node['cxs']['config']['xtra'] '/etc/cxs/cxs.xtra' CXS xtra fingerprints file
  • More parameter can be found at CXS's url

  • For cxs.ignore and cxs.xtra please check the attributes as set under attributes/

Usage

cxs::default

TODO: Write usage instructions for each cookbook.

e.g.
Just include cxs in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[cxs]"
  ]
}

and on your cookbook installation:

cxs 'install cxs'

Uninstall:
ruby
cxs 'uninstall' do
action :uninstall
end

Contributing

TODO:

  • Add all the remaining configs (except ignore,xtra)
  • Make cxswatch management better
  • Cronjobs support
  • Other tweaks like: FTP fo cpanel etc

License and Authors

License and Author

Author: Vassilis Aretakis (<vassilis@aretakis.eu)
  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.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

cxs CHANGELOG

This file is used to list changes made in each version of the cxs cookbook.

0.5.0

  • [Vassilis Aretakis] - Initial release of cxs support installation,removal and basic configuration

Collaborator Number Metric
            

0.5.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.5.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.5.1 failed this metric

FC069: Ensure standardized license defined in metadata: cxs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.5.1 passed this metric

Testing File Metric
            

0.5.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.5.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number