| OLD | NEW |
| 1 # Chrome Network Bug Triage : Components and labels | 1 # Chrome Network Bug Triage : Components and labels |
| 2 | 2 |
| 3 ## Some network component caveats | 3 ## Some network component caveats |
| 4 | 4 |
| 5 * **Internals>Network>SSL** | 5 * **Internals>Network>SSL** |
| 6 | 6 |
| 7 This includes issues that should be also tagged as **Security>UX** | 7 This includes issues that should be also tagged as **Security>UX** |
| 8 (certificate error pages or other security interstitials, omnibox indicators | 8 (certificate error pages or other security interstitials, omnibox indicators |
| 9 that a page is secure), and more general SSL issues. If you see requests | 9 that a page is secure), and more general SSL issues. If you see requests |
| 10 that die in the SSL negotiation phase, in particular, this is often the | 10 that die in the SSL negotiation phase, in particular, this is often the |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 also have some logic at the Internals>Network>Cache layer. | 142 also have some logic at the Internals>Network>Cache layer. |
| 143 | 143 |
| 144 * **UI>Browser>Navigation** | 144 * **UI>Browser>Navigation** |
| 145 | 145 |
| 146 * **UI>Browser>History** | 146 * **UI>Browser>History** |
| 147 | 147 |
| 148 Issues which only appear with forward/back navigation. | 148 Issues which only appear with forward/back navigation. |
| 149 | 149 |
| 150 * **OS>Systems>Network** / **OS>Systems>Mobile** / **OS>Systems>Bluetooth** | 150 * **OS>Systems>Network** / **OS>Systems>Mobile** / **OS>Systems>Bluetooth** |
| 151 | 151 |
| 152 These should be used for issues with ChromeOS's platform network code, and | 152 These should be used for issues with Chrome OS's platform network code, and |
| 153 not net/ issues on ChromeOS. | 153 not net/ issues on Chrome OS. |
| 154 | 154 |
| 155 * **Blink>SecurityFeature** | 155 * **Blink>SecurityFeature** |
| 156 | 156 |
| 157 CORS / Cross origin issues. Main frame cross-origin navigation issues are | 157 CORS / Cross origin issues. Main frame cross-origin navigation issues are |
| 158 often actually **UI>Browser>Navigation** issues. | 158 often actually **UI>Browser>Navigation** issues. |
| 159 | 159 |
| 160 * **Privacy** | 160 * **Privacy** |
| 161 | 161 |
| 162 Privacy related bug (History, cookies discoverable by an entity that | 162 Privacy related bug (History, cookies discoverable by an entity that |
| 163 shouldn't be able to do so, incognito state being saved in memory or on disk | 163 shouldn't be able to do so, incognito state being saved in memory or on disk |
| 164 beyond the lifetime of incognito tabs, etc). Generally used in conjunction | 164 beyond the lifetime of incognito tabs, etc). Generally used in conjunction |
| 165 with other components. | 165 with other components. |
| 166 | 166 |
| 167 ## Common labels | 167 ## Common labels |
| 168 | 168 |
| 169 * **Type-Bug-Security** | 169 * **Type-Bug-Security** |
| 170 | 170 |
| 171 Security related bug (Allows for code execution from remote site, allows | 171 Security related bug (Allows for code execution from remote site, allows |
| 172 crossing security boundaries, unchecked array bounds, etc) should be tagged | 172 crossing security boundaries, unchecked array bounds, etc) should be tagged |
| 173 with this label. | 173 with this label. |
| OLD | NEW |