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

sbp_emet (3) Versions 0.1.2

Installs/Configures sbp_emet

Policyfile
Berkshelf
Knife
cookbook 'sbp_emet', '~> 0.1.2', :supermarket
cookbook 'sbp_emet', '~> 0.1.2'
knife supermarket install sbp_emet
knife supermarket download sbp_emet
README
Dependencies
Changelog
Quality 33%

sbp_emet Cookbook

This cookbook will install EMET 5.51 and manage the configuration.

Requirements

Windows cookbook

Attributes

To define applications defaults and enable/disable true/false
default['emet']['mitigation']['DEP'] = 'true'

To define process configuration and (optional) include/exclude mitigations
default['emet']['process']['acrobatreader']['path'] = '\Adobe\Reader\Reader\AcroRd32.exe'
default['emet']['process']['acrobatreader']['mitigations'] = {
'EAF' => 'False'
}

Usage

sbp_emet::install
will download EMET 5.51 from Microsoft download and install EMET.

sbp_emet::configure
will setup global system settings and define process

We set the global mitigation for DEP, SEHOP, ASLR to failsafe Opt-In, that way no processes will be under EMET protection unless specific added in the attributes.

License and Authors

Authors: Matthijs Wijers and Sander van Harmelen

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

Dependent cookbooks

windows >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

sbp_emet CHANGELOG

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

0.1.0

  • Matthijs Wijers - Initial release of sbp_emet

0.1.2

  • Increment to EMET 5.51 -- Modified use of node attributes to handle MS's discrepancy between the packages name and its install directory

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.1.2 passed this metric

Contributing File Metric
            

0.1.2 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.1.2 failed this metric

FC064: Ensure issues_url is set in metadata: sbp_emet/metadata.rb:1
FC065: Ensure source_url is set in metadata: sbp_emet/metadata.rb:1
FC066: Ensure chef_version is set in metadata: sbp_emet/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.2 passed this metric

Testing File Metric
            

0.1.2 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.1.2 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