-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include refereces to the maintainers team email (#1365)
Signed-off-by: Alfredo Garcia <[email protected]>
- Loading branch information
1 parent
360f4af
commit 05961f7
Showing
3 changed files
with
16 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,47 +2,42 @@ | |
|
||
The community has adopted this security disclosure and response policy to ensure we responsibly handle critical issues. | ||
|
||
|
||
## Supported Versions | ||
|
||
For a list of support versions that this project will potentially create security fixes for, please refer to the Releases page on this project's GitHub and/or project related documentation on release cadence and support. | ||
|
||
For a list of support versions that this project will potentially create security fixes for, please refer to the [Releases page](https://github.com/bitnami-labs/sealed-secrets/blob/main/CONTRIBUTING.md#release-process) on this project's GitHub and/or project related documentation on release cadence and support. | ||
|
||
## Reporting a Vulnerability - Private Disclosure Process | ||
|
||
Security is of the highest importance and all security vulnerabilities or suspected security vulnerabilities should be reported to this project privately, to minimize attacks against current users before they are fixed. Vulnerabilities will be investigated and patched on the next patch (or minor) release as soon as possible. This information could be kept entirely internal to the project. | ||
|
||
If you know of a publicly disclosed security vulnerability for this project, please **IMMEDIATELY** contact the maintainers of this project privately. The use of encrypted email is encouraged. | ||
If you know of a publicly disclosed security vulnerability for this project, please **IMMEDIATELY** contact the [maintainers](mailto:[email protected]) of this project privately. The use of encrypted email is encouraged. | ||
|
||
>**IMPORTANT:** Do not file public issues on GitHub for security vulnerabilities | ||
**IMPORTANT: Do not file public issues on GitHub for security vulnerabilities** | ||
To report a vulnerability or a security-related issue, please contact the maintainers with enough details through one of the following channels: | ||
|
||
To report a vulnerability or a security-related issue, please contact the maintainers with enough details through one of the following channels: | ||
* Directly via their individual email addresses | ||
* Directly via the team email addresses ([email protected]) | ||
* Open a [GitHub Security Advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability). This allows for anyone to report security vulnerabilities directly and privately to the maintainers via GitHub. Note that this option may not be present for every repository. | ||
|
||
The report will be fielded by the maintainers who have committer and release permissions. Feedback will be sent within 3 business days, including a detailed plan to investigate the issue and any potential workarounds to perform in the meantime. | ||
The report will be fielded by the [maintainers](https://github.com/bitnami-labs/sealed-secrets/blob/main/MAINTAINERS.md) who have committer and release permissions. Feedback will be sent within 3 business days, including a detailed plan to investigate the issue and any potential workarounds to perform in the meantime. | ||
|
||
Do not report non-security-impacting bugs through this channel. Use GitHub issues for all non-security-impacting bugs. | ||
|
||
|
||
## Proposed Report Content | ||
|
||
Provide a descriptive title and in the description of the report include the following information: | ||
|
||
* Basic identity information, such as your name and your affiliation or company. | ||
* Detailed steps to reproduce the vulnerability (POC scripts, screenshots, and logs are all helpful to us). | ||
* Description of the effects of the vulnerability on this project and the related hardware and software configurations, so that the maintainers can reproduce it. | ||
* How the vulnerability affects this project's usage and an estimation of the attack surface, if there is one. | ||
* List other projects or dependencies that were used in conjunction with this project to produce the vulnerability. | ||
|
||
* Basic identity information, such as your name and your affiliation or company. | ||
* Detailed steps to reproduce the vulnerability (POC scripts, screenshots, and logs are all helpful to us). | ||
* Description of the effects of the vulnerability on this project and the related hardware and software configurations, so that the maintainers can reproduce it. | ||
* How the vulnerability affects this project's usage and an estimation of the attack surface, if there is one. | ||
* List other projects or dependencies that were used in conjunction with this project to produce the vulnerability. | ||
|
||
## When to report a vulnerability | ||
|
||
* When you think this project has a potential security vulnerability. | ||
* When you suspect a potential vulnerability but you are unsure that it impacts this project. | ||
* When you know of or suspect a potential vulnerability on another project that is used by this project. | ||
|
||
* When you think this project has a potential security vulnerability. | ||
* When you suspect a potential vulnerability but you are unsure that it impacts this project. | ||
* When you know of or suspect a potential vulnerability on another project that is used by this project. | ||
|
||
## Patch, Release, and Disclosure | ||
|
||
|
@@ -56,14 +51,12 @@ The maintainers will respond to vulnerability reports as follows: | |
6. The maintainers will work on fixing the vulnerability and perform internal testing before preparing to roll out the fix. | ||
7. Once the fix is confirmed, the maintainers will patch the vulnerability in the next patch or minor release, and backport a patch release into all earlier supported releases. | ||
|
||
|
||
## Public Disclosure Process | ||
|
||
The maintainers publish the public advisory to this project's community via GitHub. In most cases, additional communication via Slack, Twitter, mailing lists, blog, and other channels will assist in educating the project's users and rolling out the patched release to affected users. | ||
|
||
The maintainers will also publish any mitigating steps users can take until the fix can be applied to their instances. This project's distributors will handle creating and publishing their own security advisories. | ||
|
||
|
||
## Confidentiality, integrity and availability | ||
|
||
We consider vulnerabilities leading to the compromise of data confidentiality, elevation of privilege, or integrity to be our highest priority concerns. Availability, in particular in areas relating to DoS and resource exhaustion, is also a serious security concern. The maintainer team takes all vulnerabilities, potential vulnerabilities, and suspected vulnerabilities seriously and will investigate them in an urgent and expeditious manner. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM gcr.io/distroless/static@sha256:d6fa9db9548b5772860fecddb11d84f9ebd7e0321c0cb3c02870402680cc315f | ||
LABEL maintainer "Bitnami <[email protected]>, Marko Mikulicic <mmikulicic@gmail.com>" | ||
LABEL maintainer "Sealed Secrets <bitnami-sealed-secrets@vmware.com>" | ||
|
||
USER 1001 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM gcr.io/distroless/static@sha256:d6fa9db9548b5772860fecddb11d84f9ebd7e0321c0cb3c02870402680cc315f | ||
LABEL maintainer "Bitnami <[email protected]>, Marko Mikulicic <mmikulicic@gmail.com>" | ||
LABEL maintainer "Sealed Secrets <bitnami-sealed-secrets@vmware.com>" | ||
|
||
USER 1001 | ||
|
||
|