forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per discussion on chrome-security-leads@, this change centralizes ownership of cryptographic code in chromium within a single root-level file. Existing OWNERS files for crypto code are left in place (since they reflect expertise within specific directories) but //CRYPTO_OWNERS is added as a fallback owner to all of them. Bug: None Change-Id: I069f3c9085219f78504f533e84046aadb01fa11d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5770906 Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Adam Langley <agl@chromium.org> Reviewed-by: Emily Stark <estark@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Reviewed-by: Andrew Whalley <awhalley@chromium.org> Cr-Commit-Position: refs/heads/main@{#1341684}
- Loading branch information
Elly
authored and
Chromium LUCI CQ
committed
Aug 14, 2024
1 parent
1c890d9
commit cf0751e
Showing
5 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# People listed in this file are responsible for making decisions about | ||
# cryptography use in Chromium. If you are adding new cryptographic code, or | ||
# adding complex uses of existing cryptographic code, please consult one of | ||
# these people. | ||
|
||
agl@chromium.org | ||
bbe@chromium.org | ||
davidben@chromium.org | ||
ellyjones@chromium.org | ||
estark@chromium.org | ||
mattm@chromium.org | ||
svaldez@chromium.org | ||
tsepez@chromium.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
estark@chromium.org | ||
|
||
file://CRYPTO_OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
davidben@chromium.org | ||
ellyjones@chromium.org | ||
tsepez@chromium.org | ||
|
||
file://CRYPTO_OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ set noparent | |
agl@chromium.org | ||
davidben@chromium.org | ||
mattm@chromium.org | ||
|
||
file://CRYPTO_OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ agl@chromium.org | |
bbe@chromium.org | ||
davidben@chromium.org | ||
svaldez@chromium.org | ||
|
||
file://CRYPTO_OWNERS |