From 8cb4a718e814e3628e5b2d28ab18763447fcd9a9 Mon Sep 17 00:00:00 2001 From: Stefan Maric Date: Mon, 7 Aug 2023 17:06:04 +0200 Subject: [PATCH] Add SECURITY docs [f:10m] --- CHANGELOG.md | 2 +- SECURITY.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 SECURITY.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a05eb05..438cb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## Unreleased +- Add SECURITY docs - Upgrade actions used in workflow - ## 2.0.0 - 2023-08-07 - Upgrade nodejs version and all dependencies diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e639b32 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +This project is maintained by Masterworks' Engineering team. + +## Supported Versions + +We only support the latest major version of this software following the [Semantic Versioning specification](https://semver.org/spec/v2.0.0.html). + +| Version | Supported | +| ------- | ------------------ | +| 1.x.x | :white_check_mark: | +| < 1.0 | :x: | + +## Reporting a Vulnerability + +If you would like to report a potential security issue in this project, please do not create a GitHub issue. + +Instead, send an email to [`security@masterworks.com`](mailto:security@masterworks.com) with the details. We will make sure to review and respond back in a timely manner.