Skip to content

Commit

Permalink
Disclaimer about project status
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Murphy committed Jul 25, 2016
1 parent f9bf428 commit 9ce14dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Inspects source code for security problems by scanning the Go AST.

### Project status

Gas is still in alpha and accepting feedback from early adopters. We do
not consider it production ready at this time.

### Usage

Gas can be configured to only run a subset of rules, to exclude certain file
Expand Down Expand Up @@ -31,7 +36,7 @@ explicitly enabled to meet the [intermediate compatibility]( https://wiki.mozill
- __tls_old__ - Checks to ensure ciphers and protocol versions are
explicitly enabled to meet the [older compatibility](https://wiki.mozilla.org/Security/Server_Side_TLS#Old_compatibility_.28default.29) standards recommended by Mozilla.
- __templates__ - Detect cases where input is not escaped when entered into Go HTML templates.
- exec - Report cases where the application is executing an external process.
- __exec__ - Report cases where the application is executing an external process.
- __errors__ - Report error return values that are ignored.
- __httpoxy__ - Report on CGI usage as it may indicate vulnerability to the [httpoxy](https://httpoxy.org/) vulnerability.

Expand Down

0 comments on commit 9ce14dc

Please sign in to comment.