diff options
author | Stefan Hajnoczi | 2019-05-09 14:18:19 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2019-05-10 11:53:52 +0200 |
commit | e9d95d0163f14c487f51ffdaa12990f77018dcaa (patch) | |
tree | e3847476afcd22b9fcda31f433b8a16110dc3e7e /docs/devel/index.rst | |
parent | aio-posix: ensure poll mode is left when aio_notify is called (diff) | |
download | qemu-e9d95d0163f14c487f51ffdaa12990f77018dcaa.tar.gz qemu-e9d95d0163f14c487f51ffdaa12990f77018dcaa.tar.xz qemu-e9d95d0163f14c487f51ffdaa12990f77018dcaa.zip |
docs: add Secure Coding Practices to developer docs
At KVM Forum 2018 I gave a presentation on security in QEMU:
https://www.youtube.com/watch?v=YAdRf_hwxU8 (video)
https://vmsplice.net/~stefan/stefanha-kvm-forum-2018.pdf (slides)
This patch adds a guide to secure coding practices. This document
covers things that developers should know about security in QEMU. It is
just a starting point that we can expand on later. I hope it will be
useful as a resource for new contributors and will save code reviewers
from explaining the same concepts many times.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-id: 20190509121820.16294-2-stefanha@redhat.com
Message-Id: <20190509121820.16294-2-stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r-- | docs/devel/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index ebbab636ce..2a4ddf40ad 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -20,3 +20,4 @@ Contents: stable-process testing decodetree + secure-coding-practices |