From 4ac44e72dee414c7a29102c87d12c602ed83f683 Mon Sep 17 00:00:00 2001 From: Adam Blackwell Date: Mon, 13 Nov 2023 17:04:28 -0500 Subject: [PATCH] docs: Add security issues section to README (#157) * chore: Add security issues section to README * Update README.rst --------- Co-authored-by: Ned Batchelder --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index c5294df10..43bcbc233 100644 --- a/README.rst +++ b/README.rst @@ -203,3 +203,8 @@ run the code, and returns the output and exit status of the process. Python code, and runs it using jail_code, modifying the globals dictionary as a side-effect. safe_exec does this by serializing the globals into and out of the subprocess as JSON. + +Reporting Security Issues +------------------------- + +Please do not report security issues in public. Please email security@openedx.org.