Commit 44dbdc81 authored by Adrian Taylor's avatar Adrian Taylor Committed by Commit Bot

Clarify our position on groups of users.

Change-Id: I033216b6bcd459e087781bdadf46f72e8f6f670f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988227Reviewed-by: default avatarChris Palmer <palmer@chromium.org>
Commit-Queue: Andrew Whalley <awhalley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728746}
parent 8769dda9
...@@ -10,9 +10,15 @@ for guidance on how to release fixes based on severity. ...@@ -10,9 +10,15 @@ for guidance on how to release fixes based on severity.
Any significant mitigating factors, such as unusual or additional user Any significant mitigating factors, such as unusual or additional user
interaction, or running Chrome with a specific command line flag or non-default interaction, or running Chrome with a specific command line flag or non-default
feature enabled, may reduce an issue’s severity by one or more levels. Also note feature enabled, may reduce an issue’s severity by one or more levels.
that most crashes do not indicate vulnerabilities. Chromium is designed to crash
in a controlled manner (e.g., with a ```__debugBreak```) when memory is Conversely, we do not consider it a mitigating factor if a vulnerability applies
only to a particular group of users. For instance, a Critical vulnerability is
still considered Critical even if it applies only to Linux or to those users
running with accessibility features enabled.
Also note that most crashes do not indicate vulnerabilities. Chromium is designed
to crash in a controlled manner (e.g., with a ```__debugBreak```) when memory is
exhausted or in other exceptional circumstances. exhausted or in other exceptional circumstances.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment