From 71edcbc90623f12d6afaf94336a9c47b8d2e2029 Mon Sep 17 00:00:00 2001 From: srkandi Date: Thu, 5 Sep 2024 14:54:05 -0400 Subject: [PATCH] docs: Add deprecation notice and SECURITY.md --- README.md | 2 ++ SECURITY.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index dd0ac54..6fba2cd 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +⚠️ __Important: DevOps Monitoring Dashboard on AWS will no longer be supported starting December 3, 2024. We encourage you to look at other alternatives offered by AWS Partners, such as [Datadog’s CI Visibility](https://www.datadoghq.com/blog/aws-codepipeline-ci-visibility/) which provides a monitoring dashboard for [AWS CodePipeline](https://aws.amazon.com/codepipeline/).__ ⚠️ + **[🚀 Solution Landing Page](https://aws.amazon.com/solutions/implementations/aws-devops-monitoring-dashboard/)** | **[🚧 Feature request](https://github.com/aws-solutions/aws-devops-monitoring-dashboard/issues/new?assignees=&labels=feature-request%2C+enhancement&template=feature_request.md&title=)** | **[🐛 Bug Report](https://github.com/aws-solutions/aws-devops-monitoring-dashboard/issues/new?assignees=&labels=bug%2C+triage&template=bug_report.md&title=)** Note: If you want to use the solution without building from source, navigate to Solution Landing Page diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..7d08f2f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,6 @@ +Reporting Security Issues +---------------------------------------------------------------------------------------------------------- +We take all security reports seriously. When we receive such reports, we will investigate and +subsequently address any potential vulnerabilities as quickly as possible. If you discover a potential +security issue in this project, please notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or +directly via email to [AWS Security](mailto:aws-security@amazon.com). Please do not create a public GitHub issue in this project.