Skip to content

Commit ac422aa

Browse files
committed
*: add information about security mailing list
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 4271a8b commit ac422aa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

512
We are always thrilled to receive pull requests, and do our best to

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ This means that `runc` 1.0.0 should implement the 1.0 version of the specificati
1212

1313
You 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.
1823
It must be built with Go version 1.6 or higher in order for some features to function properly.
1924

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

0 commit comments

Comments
 (0)