-
-
Notifications
You must be signed in to change notification settings - Fork 988
Expand file tree
/
Copy pathpsrt-coordinator-triage.html
More file actions
40 lines (40 loc) · 3.02 KB
/
psrt-coordinator-triage.html
File metadata and controls
40 lines (40 loc) · 3.02 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
32
33
34
35
36
37
38
39
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>