From cb137b0c1c1897c3d58853870e5d0f64c5fb1e5b Mon Sep 17 00:00:00 2001 From: Paul Logan <101486603+laulpogan@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:01:26 -0700 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000000..3ca87b08d844df --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Reporting security issues + +If you think you have found a security vulnerability, please send a report to security@datahubproject.io. This address can be used for all of Acryl Data’s open source and commercial products (including but not limited to DataHub and Acryl Data). We can accept only vulnerability reports at this address. + +It's not mandatory, but if you'd like to encrypt your message to us; please use our PGP key. The key fingerprint is: + +A50B10A86CC21F4B7BE102E170764C95B4FACEBF + +The key is available from [keyserver.ubuntu.com](https://keyserver.ubuntu.com/pks/lookup?search=A50B10A86CC21F4B7BE102E170764C95B4FACEBF&fingerprint=on&op=index). + +Acryl Data will send you a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. + +**Important:** We ask you to not disclose the vulnerability before it have been fixed and announced, unless you received a response from the Acryl Data security team that you can do so. + +## Security announcements + +We maintain [Security Advisories](https://github.com/datahub-project/datahub/security/advisories) on the DataHub project GitHub repository, +where we will post a summary, remediation, and mitigation details for any patch containing security fixes. From 5c1358dec1b29325383a68ac2f9a92e25cf65cd7 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Tue, 27 Sep 2022 16:27:54 -0700 Subject: [PATCH 2/2] fix docs site --- docs-website/generateDocsDir.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-website/generateDocsDir.ts b/docs-website/generateDocsDir.ts index 7b1ba5dffdb37e..3c1b888be19cab 100644 --- a/docs-website/generateDocsDir.ts +++ b/docs-website/generateDocsDir.ts @@ -124,6 +124,7 @@ function list_markdown_files(): string[] { /^docs\/rfc\/templates\/000-template\.md$/, /^docs\/docker\/README\.md/, // This one is just a pointer to another file. /^docs\/README\.md/, // This one is just a pointer to the hosted docs site. + /^SECURITY\.md$/, /^\s*$/, //Empty string ];