Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stelligent/cfn_nag#416 Explicit encoding when reading files in rspec tests #76

Merged
6 commits merged into from
Mar 26, 2020

Commits on Mar 25, 2020

  1. stelligent/cfn_nag#416 Adding 'ArgumentError' handler when parsing fo…

    …r JSON text in CFN templates.
    Patrick Shelby committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    169a91b View commit details
    Browse the repository at this point in the history
  2. stelligent/cfn_nag#416 Relocating rescue statement to cover entire va…

    …lidation method and additional errors.
    Patrick Shelby committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1b5af68 View commit details
    Browse the repository at this point in the history
  3. stelligent/cfn_nag#416 Changing file read encoding to UTF-8 in cfn_pa…

    …rse, and removing UTF-8 characters from template key names.
    Patrick Shelby committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    937035a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. stelligent/cfn_nag#416 Adding handling of NoMethodError in references…

    ….rb in case of bad syntax.
    Patrick Shelby committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    c7af9df View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/encoding-handling

    Patrick Shelby committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    75dd490 View commit details
    Browse the repository at this point in the history
  3. Explicitly reading template as US-ASCII encoding for certain rspec te…

    …sts.
    Patrick Shelby committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b787463 View commit details
    Browse the repository at this point in the history