From eba425f6951ef0bd655133cf9d2ba7ce66d360fd Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Fri, 29 Mar 2024 09:58:20 -0500 Subject: [PATCH] docs: add security policy --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..3427dda8f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +Before v1.0 only the latest version of Excalibur.js is supported. + +## Reporting Security Issues + +The Excalibur.js team and its community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. + +To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"][create-new-report] button. + +The Excalibur.js team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. + + +[create-new-report]: https://github.com/excaliburjs/Excalibur/security/advisories/new \ No newline at end of file