From fe6f0b95d2acf7966dd7e6d2fc1fed903b80df6e Mon Sep 17 00:00:00 2001 From: srinivasreddych Date: Wed, 21 Aug 2024 13:02:11 -0500 Subject: [PATCH] added SECURITY.md file --- .github/workflows/gh-sync-cc.yaml | 1 + SECURITY.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 SECURITY.md diff --git a/.github/workflows/gh-sync-cc.yaml b/.github/workflows/gh-sync-cc.yaml index 51c55268..6581c3de 100644 --- a/.github/workflows/gh-sync-cc.yaml +++ b/.github/workflows/gh-sync-cc.yaml @@ -60,6 +60,7 @@ jobs: cp CHANGELOG.md scene-intelligence-with-rosbag-on-aws/ cp NOTICE.txt scene-intelligence-with-rosbag-on-aws/ cp LICENSE.txt scene-intelligence-with-rosbag-on-aws/ + cp SECURITY.md scene-intelligence-with-rosbag-on-aws/ cp .viperlightignore scene-intelligence-with-rosbag-on-aws/ cp .cfnnag_global_disable scene-intelligence-with-rosbag-on-aws/ cp .bandit scene-intelligence-with-rosbag-on-aws/ diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..1b67beee --- /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](https://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. \ No newline at end of file