Skip to content

Commit 622e66d

Browse files
authored
security: Add an email template for announcing security fix of main branch (#12787)
This proposes an email template for announcing the security fix of the main branch. Signed-off-by: Dhi Aurrahman <[email protected]>
1 parent 083da25 commit 622e66d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

security/email-templates.md

+39
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,42 @@ Thanks,
167167
168168
$PERSON (on behalf of the Envoy security team and maintainers)
169169
```
170+
171+
## Security Fix of Main Branch Announcement
172+
173+
```
174+
Subject: Security fix of Envoy main branch (that includes $GITSHORTCOMMITHASH) is now available
175+
176+
177+
178+
Hello Envoy Community,
179+
180+
The Envoy security team would like to announce the availability of the fix for security defect(s)
181+
introduced in the main branch by [$GITSHORTCOMMITHASH]($GITHUBCOMMITURL) commit. The defect(s)
182+
caused by the [$GITSHORTCOMMITHASH]($GITHUBCOMMITURL) were not part of any Envoy stable releases.
183+
184+
$DEFECTSSUMMARY
185+
186+
<!-- Provide details on features, extensions, configuration that make it likely that a system is
187+
vulnerable in practice. -->
188+
189+
The CVSS score for this is [$CVSSSTRING]($CVSSURL).
190+
191+
Including the [$FIXGITSHORTCOMMITHASH]($FIXGITHUBCOMMITURL) commit is encouraged to fix this issue.
192+
193+
**Security fix timeline**
194+
195+
1. The defect(s) introduced in [$GITSHORTCOMMITHASH]($GITHUBCOMMITURL) were landed in the main
196+
branch on $ORDINALDAY of $MONTH $YEAR at $PDTHOUR PDT ($GMTHOUR GMT).
197+
2. The fix [$FIXGITSHORTCOMMITHASH]($FIXGITHUBCOMMITURL) was merged into the main branch on
198+
$ORDINALDAY of $MONTH $YEAR at $PDTHOUR PDT ($GMTHOUR GMT).
199+
200+
**Thank you**
201+
202+
Thank you to $REPORTER, $DEVELOPERS, and the $RELEASEMANAGERS for the coordination in making this
203+
release.
204+
205+
Thanks,
206+
207+
$PERSON (on behalf of the Envoy security team and maintainers)
208+
```

0 commit comments

Comments
 (0)