-
-
Notifications
You must be signed in to change notification settings - Fork 988
Expand file tree
/
Copy pathpsrt-coordinator-report.html
More file actions
31 lines (31 loc) · 1.76 KB
/
psrt-coordinator-report.html
File metadata and controls
31 lines (31 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>