Skip to content

Commit

Permalink
Update README with new bugtracker links
Browse files Browse the repository at this point in the history
Recommendation from Chrome security folks was to use the Chromium
process for security bugs. Also crbug.com/boringssl links work now.

Also since I guess the "bug tracker" is now an "issue tracker", I
suppose we can say "issue". Meh.

Change-Id: I6c4bb81165989b3ec5f98041e4c6c2cdf52fca2f
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/70588
Auto-Submit: David Benjamin <[email protected]>
Commit-Queue: Adam Langley <[email protected]>
Reviewed-by: Adam Langley <[email protected]>
Commit-Queue: David Benjamin <[email protected]>
  • Loading branch information
davidben authored and Boringssl LUCI CQ committed Aug 27, 2024
1 parent 3551079 commit 6f7c3de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ not part of the NDK) and a number of other apps/programs.
Project links:

* [API documentation](https://commondatastorage.googleapis.com/chromium-boringssl-docs/headers.html)
* [Bug tracker](https://issues.chromium.org/issues?q=status:open%20componentid:1590116%2B&s=created_time:desc)
* [Filing new issues](https://issues.chromium.org/issues/new?component=1590116&template=2003314)
* [Filing new security issues](https://issues.chromium.org/issues/new?component=1590116&template=2003205)
* [Issue tracker](https://crbug.com/boringssl)
* [Filing new (public) issues](https://crbug.com/boringssl/new)
* [CI](https://ci.chromium.org/p/boringssl/g/main/console)
* [Code review](https://boringssl-review.googlesource.com)

To file a security issue, use the [Chromium process](https://www.chromium.org/Home/chromium-security/reporting-security-bugs/) and mention in the report this is for BoringSSL. You can ignore the parts of the process that are specific to Chromium/Chrome.

There are other files in this directory which might be helpful:

* [PORTING.md](./PORTING.md): how to port OpenSSL-using code to BoringSSL.
Expand Down

0 comments on commit 6f7c3de

Please sign in to comment.