From 91f5398ba229142219855dc586cf2f386a401dac Mon Sep 17 00:00:00 2001 From: James Brown <33660060+jamesbr3@users.noreply.github.com> Date: Thu, 23 May 2019 10:13:04 +0100 Subject: [PATCH] CORDA-2958 Security policy for corda --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..ec80c0a0c4 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Supported Versions + +Security updates will be made for the following versions of Corda: + +| Version | Supported | +| ------- | ------------------ | +| 4.x | :white_check_mark: | +| 3.3.x | :white_check_mark: | +| < 3.3 | :x: | + +## Reporting a Vulnerability + +Vulnerabilities in Corda can be reported by following the responsible disclosure policy: + +https://www.corda.net/participate/security.html +