From 8c8dceb9e960972c92ea0cbb0e523d09fc9c5bc7 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:57:19 +0200 Subject: [PATCH] docs: update security email (#16799) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/refactor.yml | 2 +- .github/contributing.md | 2 +- SECURITY.md | 2 +- docs/usage/security-and-permissions.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f3a94c255a..46ec52b00d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -72,7 +72,7 @@ body: id: describe-bug attributes: label: Describe the bug - description: 'Do not report any security concerns here. Email [renovate-disclosure@whitesourcesoftware.com](mailto:renovate-disclosure@whitesourcesoftware.com) instead.' + description: 'Do not report any security concerns here. Email [renovate-disclosure@mend.io](mailto:renovate-disclosure@mend.io) instead.' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/refactor.yml b/.github/ISSUE_TEMPLATE/refactor.yml index fd49bf107c..a0605122f6 100644 --- a/.github/ISSUE_TEMPLATE/refactor.yml +++ b/.github/ISSUE_TEMPLATE/refactor.yml @@ -10,6 +10,6 @@ body: id: describe-proposed-changes attributes: label: Describe the proposed change(s). - description: 'Do not report any security concerns here. Email renovate-disclosure@whitesourcesoftware.com instead.' + description: 'Do not report any security concerns here. Email renovate-disclosure@mend.io instead.' validations: required: true diff --git a/.github/contributing.md b/.github/contributing.md index 25334dde00..e0ed6c006e 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -2,7 +2,7 @@ ## Security / Disclosure -If you find any bug with Renovate that may be a security problem, then e-mail us at: [renovate-disclosure@whitesourcesoftware.com](mailto:renovate-disclosure@whitesourcesoftware.com). +If you find any bug with Renovate that may be a security problem, then e-mail us at: [renovate-disclosure@mend.io](mailto:renovate-disclosure@mend.io). This way we can evaluate the bug and hopefully fix it before it gets abused. Please give us enough time to investigate the bug before you report it anywhere else. diff --git a/SECURITY.md b/SECURITY.md index db800d4a0e..83efcc07e1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,6 @@ # Security / Disclosure -If you find any bug with Renovate that may be a security problem, then e-mail us at: [renovate-disclosure@whitesourcesoftware.com](mailto:renovate-disclosure@whitesourcesoftware.com). +If you find any bug with Renovate that may be a security problem, then e-mail us at: [renovate-disclosure@mend.io](mailto:renovate-disclosure@mend.io). This way we can evaluate the bug and hopefully fix it before it gets abused. Please give us enough time to investigate the bug before you report it anywhere else. diff --git a/docs/usage/security-and-permissions.md b/docs/usage/security-and-permissions.md index 77c70ad5ee..1066c0737b 100644 --- a/docs/usage/security-and-permissions.md +++ b/docs/usage/security-and-permissions.md @@ -14,7 +14,7 @@ Mend the company, which maintains Renovate and operates the hosted Renovate App ### Security / Disclosure -If you find any bug with Renovate that may be a security problem, then e-mail us at: [renovate-disclosure@whitesourcesoftware.com](mailto:renovate-disclosure@whitesourcesoftware.com). +If you find any bug with Renovate that may be a security problem, then e-mail us at: [renovate-disclosure@mend.io](mailto:renovate-disclosure@mend.io). This way we can evaluate the bug and hopefully fix it before it gets abused. Please give us enough time to investigate the bug before you report it anywhere else. -- GitLab