diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-11-03 18:21:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 18:21:04 +0100 |
commit | 0520c2e30934a6e01b27988dca5bbbe3511d6868 (patch) | |
tree | 09eafa5d0c1272a7ba5c5ab1f4f904b10704495d | |
parent | 9a02515c7c8eee90909fe72d59d2e3169cb5ed28 (diff) | |
download | zsh-0520c2e30934a6e01b27988dca5bbbe3511d6868.tar.gz zsh-0520c2e30934a6e01b27988dca5bbbe3511d6868.tar.bz2 zsh-0520c2e30934a6e01b27988dca5bbbe3511d6868.zip |
docs: add Security Policy
-rw-r--r-- | SECURITY.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..cda53379f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,22 @@ +# Security Policy + +## Supported Versions + +At the moment Oh My Zsh only considers the very latest commit to be supported. +We combine that with our fast response to incidents, so risk is minimized. + +| Version | Supported | +|:-------------- |:------------------ | +| master | :white_check_mark: | +| other commits | :x: | + +In the near future we will introduce versioning, so expect this section to change. + +## Reporting a Vulnerability + +If you find a vulnerability, email all the maintainers directly at: + +- Robby: robby [at] planetargon.com +- Marc: hello [at] mcornella.com + +**Do not open an issue or Pull Request directly**, because it might reveal the vulnerability. |