From d67948b8e3c7793b6104d5e702393329edb6f3ca Mon Sep 17 00:00:00 2001 From: Max Golionko <8kirk8@gmail.com> Date: Mon, 26 Sep 2022 21:47:02 +0800 Subject: [PATCH] added security policy (#3140) * added security policy * Update SECURITY.md Co-authored-by: Aliaksandr Valialkin --- SECURITY.md | 14 ++++++++++++++ docs/Release-Guide.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..052a44eda --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +|---------|--------------------| +| 1.81.x | :white_check_mark: | +| 1.80.x | :x: | +| 1.79.x | :white_check_mark: | +| < 1.78 | :x: | + +## Reporting a Vulnerability + +Please report any security issues to security@victoriametrics.com diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md index a1b8b4c03..0f59567d5 100644 --- a/docs/Release-Guide.md +++ b/docs/Release-Guide.md @@ -16,7 +16,7 @@ git remote add enterprise ## Release version and Docker images 0. Make sure that the release commits have no security issues. -1a. Document all the changes for new release in [CHANGELOG.md](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md). +1a. Document all the changes for new release in [CHANGELOG.md](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md) and update version if needed in [SECURITY.md](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/SECURITY.md) 1b. Add `(available starting from v1.xx.y)` line to feature docs introduced in the upcoming release. 2. Create the following release tags: * `git tag -s v1.xx.y` in `master` branch