Skip to content

Commit

Permalink
Merge pull request #1213 from cyphar/add-security-email
Browse files Browse the repository at this point in the history
*: add information about security mailing list
  • Loading branch information
hqhq authored Dec 6, 2016
2 parents 4271a8b + ac422aa commit 5974b4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Contribution Guidelines

### Security issues

If you are reporting a security issue, do not create an issue or file a pull
request on GitHub. Instead, disclose the issue responsibly by sending an email
to [email protected] (which is inhabited only by the maintainers of
the various OCI projects).

### Pull requests are always welcome

We are always thrilled to receive pull requests, and do our best to
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ This means that `runc` 1.0.0 should implement the 1.0 version of the specificati

You can find official releases of `runc` on the [release](https://github.com/opencontainers/runc/releases) page.

### Security

If you wish to report a security issue, please disclose the issue responsibly
to [email protected].

## Building

`runc` currently supports the Linux platform with various architecture support.
`runc` currently supports the Linux platform with various architecture support.
It must be built with Go version 1.6 or higher in order for some features to function properly.

In order to enable seccomp support you will need to install `libseccomp` on your platform.
Expand Down

0 comments on commit 5974b4c

Please sign in to comment.