From 1cfb92d66a2b937f6b9cecfa1052fcef63db47e6 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Sat, 25 May 2019 03:46:59 -0700 Subject: [PATCH] Create SECURITY.md (#10018) --- SECURITY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000000..7fe81999cccc --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +## Supported Versions + +This is the list of versions of `babel` which are +currently being supported with security updates. + +| Version | Supported | +| -------- | ------------------ | +| 7.x | :white_check_mark: | +| 6.26.x | :white_check_mark: | +| < 6.26.0 | :x: | + +## Reporting a Vulnerability + +To report a vulnerability please send an email with the details to security@babeljs.io. +This will help us to assess the risk and start the necessary steps. + +Thanks for helping to keep babel secure.