1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

chore: fixup security response suggestions (#3056)

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
Moritz Johner 2024-01-21 19:57:15 +01:00 committed by GitHub
parent 26f9c3f1f4
commit fd62f96e9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,8 @@ as well as patch/release.
### Identify the problem ### Identify the problem
Triaging problems allows maintainers to focus resources on the most critically Triaging issues allows maintainers to focus resources on the most critically
impacting problems. Potential security problems should be evaluated against the impacting problems. Potential security risks should be evaluated against the
following information: following information:
* Which component(s) of the project is impacted? * Which component(s) of the project is impacted?
@ -30,15 +30,12 @@ following information:
Any potential problem that has an exploit, permits privilege escalation, is Any potential problem that has an exploit, permits privilege escalation, is
simple, and does not require user interaction should be evaluated immediately. simple, and does not require user interaction should be evaluated immediately.
[CVSS Version 3.1](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator) can be [CVSS Version 3.1](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator) can be
a helpful tool in evaluating the criticality of reported problems. a helpful tool in evaluating the criticality of reported issues.
### Acknowledge receipt of the problem ### Acknowledge receipt of the problem
Respond to the reporter and notify them you have received the problem and have Respond to the reporter and notify them that you have received and begun reviewing the problem. Remind them of the [embargo policy](https://github.com/cncf/tag-security/blob/231b87f371274b2d68def2c6a35a719210836191/project-resources/templates/embargo-policy.md), and provide them
begun reviewing it. Remind them of the [embargo policy](https://github.com/cncf/tag-security/blob/231b87f371274b2d68def2c6a35a719210836191/project-resources/templates/embargo-policy.md), and provide them information on who to contact/follow-up with if they have questions. Estimate when they can expect to receive an update. Create a calendar reminder to contact them again by that date to provide an update.
information on who to contact/follow-up with if they have questions. Estimate a
time frame that they can expect to receive an update on the problem. Create a
calendar reminder to contact them again by that date to provide an update.
### Replicate the problem ### Replicate the problem