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

dvwa (7) Versions 0.3.0

Installs/Configures Damn Vulnerable Web Application

Policyfile
Berkshelf
Knife
cookbook 'dvwa', '= 0.3.0', :supermarket
cookbook 'dvwa', '= 0.3.0'
knife supermarket install dvwa
knife supermarket download dvwa
README
Dependencies
Changelog
Quality 50%

DVWA Cookbook

Deploy a Damn Vulnerable Web Application environment.
Cookbook Version Build Status

Requirements

Platform

  • Ubuntu 14.04

Cookbooks

Attributes

dvwa::default

Key Type Description
[dvwa][db][use_pgsql] Boolean Use Postgresql instead MySQL (default: false)
[dvwa][db][server] String Database server host (default: localhost)
[dvwa][db][port] Integer Database port, only needed for postgresql dbms (default: 5432)
[dvwa][db][name] String Database name (default: dvwa)
[dvwa][db][username] String Database user name (default: dvwa)
[dvwa][db][password] String Database user password (default: dvwa)
[dvwa][recaptcha][public_key] String Recaptcha public key (default: 6LfzKeUSAAAAABbGMjVS77HmkY7emIB9v5VGeEvb)
[dvwa][recaptcha][private_key] String Recaptcha private key (default: 6LfzKeUSAAAAAEPD91_3uUGaemNs9ZNehkccBOoF)
[dvwa][apache2][server_name] String Apache2 server name (default: dvwa)
[dvwa][apache2][server_aliases] Array Array of apache2 virtualhost aliases (default: [dvwa])
[dvwa][version] String DVWA version to deploy (default: v1.0.8)
[dvwa][path] String Path where application will be deployed (default: /opt/dvwa)
[dvwa][security_level] String DVWA default security level (default: high)

Usage

dvwa::default

Just include dvwa in your node's run_list:

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

For PostgreSQL support, you need to include some extras recipes:
json
{
"name":"my_node",
"run_list": [
"recipe[postgresql::apt_pgdg_postgresql]",
"recipe[postgresql::client]",
"recipe[dvwa::pg_omnibus]",
"recipe[dvwa::gem_pg]",
"recipe[postgresql::server]",
"recipe[dvwa]"
],
"attributes": {
"postgresql": {
"password": {
"postgres": "postgres"
}
},
"dvwa": {
"db": {
"use_pgsql": true
}
}
}
}

Running tests

  • First, install dependencies:

    bundle install

  • Run Checkstyle and ChefSpec:

    bundle exec rake

  • Run Kitchen tests:

    bundle exec rake kitchen

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add-component-x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Sliim sliim@mailoo.org

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

apache2 >= 0.0.0
mysql >= 0.0.0
mysql2_chef_gem >= 0.0.0
postgresql >= 0.0.0
php >= 0.0.0
database >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for DVWA

This file is used to list changes made in each version of dvwa.

0.3.0:

  • Chef 13 compatibility
  • Support Ubuntu 14.04

0.2.1:

  • Install mysql2 gem package with mysql2_chef_gem cookbook

0.2.0:

  • Chef 12 compatibility
  • Use Rake instead of Strainer
  • Test hardness (rubocop, chefspec)

0.1.3:

  • Changed license for Apache 2.0

0.1.2:

  • Integration testing with serverspec and test-kitchen

0.1.1:

  • Remove and ignore tracked files *.lock
  • Readme improvements
  • Running tests with strainer
  • Added travis continuous integration
  • Tests refactoring

0.1.0:

  • Initial release of dvwa

Collaborator Number Metric
            

0.3.0 failed this metric

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

Contributing File Metric
            

0.3.0 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.3.0 passed this metric

No Binaries Metric
            

0.3.0 passed this metric

Testing File Metric
            

0.3.0 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.3.0 passed this metric