From d85fc336b4cc6c81f06e49d10e5f5d9dcc29f729 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 24 Aug 2021 09:39:41 +0200 Subject: [PATCH] chore: add security policy --- SECURITY.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..fe8fb0a3 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,24 @@ +# Security Policy + +## Supported Versions + +This is the list of versions of Pinia which are +currently being supported with security updates. + +| Version | Supported | +| --------------- | ------------------ | +| 2.x.x | :white_check_mark: | +| 2.0.0-rc.x | :white_check_mark: | +| 0.5.x | :white_check_mark: | +| < 0.5.0 | :x: | +| <= 2.0.0-beta.x | :x: | + +## Reporting a Vulnerability + +To report a vulnerability please send an email with the details to posva13@gmail.com. + +When a vulnerability is reported, it immediately becomes our top concern, with a full-time contributor dropping everything to work on it. + +While the discovery of new vulnerabilities is rare, we also recommend always using the latest versions of Vue, Pinia, and its official companion libraries to ensure your application remains as secure as possible. + +Thanks for helping to keep Pinia secure. -- 2.47.3