Skip to content

Commit 4a75a94

Browse files
committedDec 9, 2019
SECURITY.md: new file
Closes: #164 Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 6df9308 commit 4a75a94

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ crun_SOURCES = src/crun.c src/run.c src/delete.c src/kill.c src/pause.c src/unpa
5252
crun_LDADD = libcrun.la $(FOUND_LIBS)
5353
crun_LDFLAGS = $(CRUN_LDFLAGS)
5454

55-
EXTRA_DIST = COPYING COPYING.libcrun README.md NEWS rpm/crun.spec.in autogen.sh \
55+
EXTRA_DIST = COPYING COPYING.libcrun README.md NEWS SECURITY.md rpm/crun.spec.in autogen.sh \
5656
src/crun.h src/list.h src/run.h src/delete.h src/kill.h src/pause.h src/unpause.h \
5757
src/create.h src/start.h src/state.h src/exec.h src/spec.h src/update.h src/ps.h \
5858
src/libcrun/container.h src/libcrun/seccomp.h src/libcrun/ebpf.h src/libcrun/cgroup.h \

‎SECURITY.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Reporting a Vulnerability
2+
3+
If you discover a potential security issue in this project we ask that
4+
you notify us directly via email to security@oci.run (not affiliated
5+
with opencontainers.org).
6+
7+
Please do **not** create a public issue.

0 commit comments

Comments
 (0)
Please sign in to comment.