From 2d9181a5ba6abf6ca693ada1d2bbe581277f436b Mon Sep 17 00:00:00 2001 From: Jay Linski Date: Sun, 23 Jul 2023 20:29:34 +0200 Subject: [PATCH] Create SECURITY.md Closes #1961. --- SECURITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..524d81d2 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +We recommend always using the latest versions of Handlebars and its official companion libraries to ensure your application remains as secure as possible. + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 5.0.x | :white_check_mark: | +| 4.7.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +To report a vulnerability, please visit https://github.com/handlebars-lang/handlebars.js/security.