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.