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

Add support for YAML output format #177

Merged
merged 2 commits into from
Mar 5, 2018
Merged

Add support for YAML output format #177

merged 2 commits into from
Mar 5, 2018

Conversation

ccojocar
Copy link
Member

This is a fix for #173.

cc @gcmurphy

@gcmurphy gcmurphy merged commit 1d9f816 into securego:master Mar 5, 2018
@gcmurphy
Copy link
Member

gcmurphy commented Mar 5, 2018

Thanks this is great.

gcmurphy pushed a commit that referenced this pull request Mar 8, 2018
* Add a tool to generate the TLS configuration form Mozilla's ciphers recommendation (#178)

* Add a tool which generates the TLS rule configuration from Mozilla server side
TLS configuration

* Update README

* Remove trailing space in README

* Update dependencies

* Fix the commends of the generated functions

* Add nil pointer check to rule. (#181)

TypeOf returns the type of expression e, or nil if not found. We are
calling .String() on a value that may be nil in this clause.

Relates to #174

* Add support for YAML output format (#177)

* Add YAML output format

* Update README

* added rule to check for tainted file path

* added #nosec to main/issue.go

* updated test case import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants