Skip to content
31 changes: 31 additions & 0 deletions _static/psrt-coordinator-report.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!-- Centering a div -->
<div style="width: 100%; text-align: center;">
<div style="display: inline-block; text-align: left;">
<code><pre>
┌────────────────────────┐
│ Received a report... │
└──┬──────────────────┬──┘
│ │
┌────────────▼──────────────┐ ┌─▼──────────┐
│ ..via security@python.org │ │ ..via GHSA │
└────────────┬──────────────┘ └─┬──────────┘
│ │
┌────────────▼──────────────┐ │
│ PSRT admin reviews email │ │
└───┬───────────────────┬───┘ │
│ │ │
┌───▼────┐ ┌────▼───┐ │
│ Reject │ │ Accept │ │
└────────┘ └────┬───┘ │
│ │
┌───────────────────────▼───┐ │
│ PSRT asks reporter to │ │
│ open via GHSA │ │
└────────────┬──────────────┘ │
│ │
┌──▼──────────────────▼──┐
│ GHSA in state 'Triage' │
└────────────────────────┘
</pre></code>
</div>
</div>
40 changes: 40 additions & 0 deletions _static/psrt-coordinator-triage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!-- Centering a div -->
<div style="width: 100%; text-align: center;">
<div style="display: inline-block; text-align: left;">
<code><pre>
┌────────────────────────┐
│ GHSA in state 'Triage' │
└─┬────────────────────┬─┘
│ │
┌──────────────────▼─────────┐ ┌────────▼───────────────────┐
│ │ │ After 3 days idle, │
│ PSRT member volunteers │ │ Coordinator is assigned │
│ as Coordinator │ │ automatically by bot │
└──────────────────┬─────────┘ └────────┬───────────────────┘
│ │
┌─▼────────────────────▼─┐
│ GHSA update 'Credit' │
│ field to Coordinator │
└────────────┬───────────┘
┌────────────▼───────────┐
│ Coordinator determines │
┌───┤ whether report... ┼───┐
│ └────────────┬───────────┘ │
│ │ │
┌────────────▼─┐ ┌────────────▼───────────┐ ┌─▼─────────────┐
│..is a invalid│ │ ..is a bug, but not │ │..is a security│
│ or non-issue│ │ security relevant │ │ issue │
└────────────┬─┘ └────────────┬───────────┘ └─┬─────────────┘
│ │ │
│ ┌────────────▼───────────┐ │
│ │ Coordinator opens a │ │
│ │ public GitHub issue │ │
│ └─┬──────────────────────┘ │
│ │ │
┌──────────▼─────▼───────┐ ┌────────────▼───────────┐
│ Close the GHSA ticket │ │ GHSA in state 'Draft' │
└────────────────────────┘ └────────────────────────┘
</pre></code>
</div>
</div>
Loading
Loading