File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
52
52
crun_LDADD = libcrun.la $(FOUND_LIBS )
53
53
crun_LDFLAGS = $(CRUN_LDFLAGS )
54
54
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 \
56
56
src/crun.h src/list.h src/run.h src/delete.h src/kill.h src/pause.h src/unpause.h \
57
57
src/create.h src/start.h src/state.h src/exec.h src/spec.h src/update.h src/ps.h \
58
58
src/libcrun/container.h src/libcrun/seccomp.h src/libcrun/ebpf.h src/libcrun/cgroup.h \
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments