File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11## Contribution Guidelines
22
3+ ### Security issues
4+
5+ If you are reporting a security issue, do not create an issue or file a pull
6+ request on GitHub. Instead, disclose the issue responsibly by sending an email
7+ to
[email protected] (which is inhabited only by the maintainers of
8+ the various OCI projects).
9+
310### Pull requests are always welcome
411
512We are always thrilled to receive pull requests, and do our best to
Original file line number Diff line number Diff line change @@ -12,9 +12,14 @@ This means that `runc` 1.0.0 should implement the 1.0 version of the specificati
1212
1313You can find official releases of ` runc ` on the [ release] ( https://github.com/opencontainers/runc/releases ) page.
1414
15+ ### Security
16+
17+ If you wish to report a security issue, please disclose the issue responsibly
18+ 19+
1520## Building
1621
17- ` runc ` currently supports the Linux platform with various architecture support.
22+ ` runc ` currently supports the Linux platform with various architecture support.
1823It must be built with Go version 1.6 or higher in order for some features to function properly.
1924
2025In order to enable seccomp support you will need to install ` libseccomp ` on your platform.
You can’t perform that action at this time.
0 commit comments