]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: add security
authorEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 9 Jun 2021 11:44:22 +0000 (13:44 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 11:44:22 +0000 (13:44 +0200)
SECURITY.md [new file with mode: 0644]

diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644 (file)
index 0000000..7c6a76d
--- /dev/null
@@ -0,0 +1,20 @@
+# Security Policy
+
+## Supported Versions
+
+This is the list of versions of Vue Router which are
+currently being supported with security updates.
+
+| Version | Supported          |
+| ------- | ------------------ |
+| 4.0.x   | :white_check_mark: |
+| 3.5.x   | :white_check_mark: |
+| < 3.5.x | :x:                |
+
+## Reporting a Vulnerability
+
+To report a vulnerability please send an email with the details to security@vuejs.org. 
+This will help us to assess the risk and start the necessary steps. More information
+can be found in [Vue Documentation](https://vuejs.org/v2/guide/security.html#Reporting-Vulnerabilities).
+
+Thanks for helping to keep Vue Router secure.