docs/process/priorities_slo.md
[TOC]
Five priority levels from P0-P4.
The following SLOs only apply to bugs of type "Bug", "Vulnerability" (Security), "Customer Issue" or "Privacy Issue".
<table> <tr> <td> </td> <td><strong>Assigned</strong></td> <td><strong>Updated</strong></td> <td><strong>Fixed</strong></td> </tr> <tr> <td><strong>P0</strong></td> <td>1 business day</td> <td>Every business day</td> <td>Within 1 week</td> </tr> <tr> <td><strong>P1</strong></td> <td>1 week</td> <td>Weekly</td> <td>Within 4 weeks</td> </tr> </table>Priorities 2-4 are out of scope for SLO.
Additionally, "Vulnerability" (Security) type issues carry the following closure SLOs based on the noted severity.
<table> <tr> <td><strong>S</strong></td> <td><strong>Closure SLO</strong></td> </tr> <tr> <td><strong>S0</strong></td> <td>1 week</td> </tr> <tr> <td><strong>S1</strong></td> <td>4 weeks</td> </tr> <tr> <td><strong>S2</strong></td> <td>12 weeks</td> </tr> <tr> <td><strong>S3+</strong></td> <td>No SLO</td> </tr> </table>These are SLOs for issues that are severe enough to block a release shipping to users (see Release Blockers). They apply to bug types in the same way as the above SLOs.
<table> <tr> <td> </td> <td><strong>Assigned</strong></td> <td><strong>Updated</strong></td> <td><strong>Fixed</strong></td> </tr> <tr> <td><strong>Urgent</strong></td> <td>1 day</td> <td>Every day</td> <td>2 days*</td> </tr> <tr> <td><strong>Standard</strong></td> <td>2 days</td> <td>Every 2 days</td> <td>Within 5 days*</td> </tr> <tr> <td colspan="4"> <em><small>* Fixed includes CLs landed to all relevant release branches.</small></em> </td> </tr> </table>