Skip to content

Commit

Permalink
Update documentation to reflect new repository location.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckx committed Apr 8, 2024
1 parent 507bb99 commit cd27d64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
26 changes: 0 additions & 26 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ Want to contribute? Great! First, read this page (including the small print at
the end).

### Before you contribute
Before we can use your code, you must sign the
[Google Individual Contributor License Agreement]
(https://cla.developers.google.com/about/google-individual)
(CLA), which you can do online. The CLA is necessary mainly because you own the
copyright to your changes, even after your contribution becomes part of our
codebase, so we need your permission to use and distribute your code. We also
need to be sure of various other things—for instance that you'll tell us if you
know that your code infringes on other people's patents. You don't have to sign
the CLA until after you've submitted your code for review and a member has
approved it, but you must do it before we can put your code into our codebase.
Before you start working on a larger contribution, you should get in touch with
us first through the issue tracker with your idea so that we can help out and
possibly guide you. Coordinating up front makes it much easier to avoid
Expand All @@ -22,22 +12,6 @@ If your tests uncover security vulnerabilities, please first report directly to
the maintainers of the libraries. You should only submit tests to us once the
bugs have been acknowledged or fixed.

Google has several
[security reward programs](https://www.google.com/about/appsecurity/programs-home/)
that provide cash rewards for quality security research that identifies or fixes
security vulnerabilities in products that we provide or proactive security
improvements to select open-source products. If your tests found or helped fix
vulnerabilities that are in scope you should submit them to these programs.

If you have any question with regard to disclosure, please email us at
security@google.com.

### Code reviews
All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose.

### The small print
Contributions made by corporations are covered by a different agreement than
the one above, the
[Software Grant and Corporate Contributor License Agreement]
(https://cla.developers.google.com/about/google-corporate).
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Wycheproof

https://github.com/google/wycheproof
https://github.com/c2sp/wycheproof

*Project Wycheproof is named after
[Mount Wycheproof](https://en.wikipedia.org/wiki/Mount_Wycheproof), the smallest
Expand All @@ -16,11 +16,8 @@ climb it.*
## Introduction

Project Wycheproof tests crypto libraries against known attacks. It is developed
and maintained by members of Google Security Team, but it is not an official
Google product.
Project Wycheproof tests crypto libraries against known attacks.

At Google, we rely on many third party cryptographic software libraries.
Unfortunately, in cryptography, subtle mistakes can have catastrophic
consequences, and we found that libraries fall into such implementation
pitfalls much too often and for much too long. Good implementation guidelines,
Expand Down Expand Up @@ -226,7 +223,7 @@ Project Wycheproof:

### Maintainers

Project Wycheproof is maintained by:
Project Wycheproof has been maintained by:

* Daniel Bleichenbacher
* Thai Duong
Expand Down

0 comments on commit cd27d64

Please sign in to comment.