Skip to content

Commit 3a361d7

Browse files
committed
clarify how fixes are nowadays handled
1 parent ceda3a0 commit 3a361d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locales/en-US/security.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ security-disclosure-description--2025-07 =
6767
<p>The Rust project has a 5 step disclosure process.</p>
6868
<ol>
6969
<li>The security report is received and is assigned a primary handler. This person will coordinate the fix and release process.</li>
70-
<li>The problem is confirmed and a list of all affected versions is determined.</li>
70+
<li>The problem is confirmed, the affected versions are identified, and relevant domain experts from relevant Rust teams are involved.</li>
7171
<li>Code is audited to find any potential similar problems.</li>
72-
<li>Fixes are prepared for all supported release branches. These fixes are not committed to the public repository but rather held locally pending the announcement.</li>
72+
<li>Fixes are prepared for all supported release branches. These fixes are not committed to the public repository but rather held in private repositories pending the announcement. These fixes are reviewed privately using the same review process of public changes.</li>
7373
<li>On the embargo date, the <a href="{ -rustlang-security-announcements-google-groups-forum-href }"> Rust security mailing list</a> is sent a copy of the announcement. The changes are pushed to the public repository and the release process is started. Within 6 hours of the mailing list being notified, a copy of the advisory will be published on the Rust blog.</li>
7474
</ol>
7575
<p>This process can take some time, especially when coordination is required with maintainers of other projects. Every effort will be made to handle the bug in as timely a manner as possible, however it’s important that we follow the release process above to ensure that the disclosure is handled in a consistent manner.</p>

0 commit comments

Comments
 (0)