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 1
1
## Contribution Guidelines
2
2
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 security@opencontainers.org (which is inhabited only by the maintainers of
8
+ the various OCI projects).
9
+
3
10
### Pull requests are always welcome
4
11
5
12
We 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
12
12
13
13
You can find official releases of ` runc ` on the [ release] ( https://github.com/opencontainers/runc/releases ) page.
14
14
15
+ ### Security
16
+
17
+ If you wish to report a security issue, please disclose the issue responsibly
18
+ to security@opencontainers.org .
19
+
15
20
## Building
16
21
17
- ` runc ` currently supports the Linux platform with various architecture support.
22
+ ` runc ` currently supports the Linux platform with various architecture support.
18
23
It must be built with Go version 1.6 or higher in order for some features to function properly.
19
24
20
25
In 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