Commit Graph

3 Commits

Author SHA1 Message Date
Yi Zha 4b6ef2c5b1
update email addresses to view bugs (#9592)
update email addresses to view bugs using google accounts

Signed-off-by: Yi Zha <zhayi@outlook.com>

Signed-off-by: Yi Zha <zhayi@outlook.com>
2023-02-06 12:14:11 +00:00
AdamKorcz e828f06bf3
notary: Add maintainer (#9419)
As requested in
https://github.com/google/oss-fuzz/pull/6867#issuecomment-1381670756

cc @justincormack


Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-01-13 11:02:46 -08:00
AdamKorcz ad3f1d5943
[notary] Initial integration (#6867)
Notary is an implementation of the TUF specification. It is a tool for
publishing and managing trusted collections of content. Publishers can
digitally sign collections and consumers can verify the integrity and
origin of content.

Initially, Notary was sponsored by Docker who uses Notary for signing
and verifying container images. Notary joined the CNCF in 2017 and is
today used by companies such as:

- Amazon
- Docker
- Microsoft
______________________________________________________________________

@justincormack @marcofranssen @cyli @toddysm Are you interested in
integrating notary into OSS-fuzz for continuous fuzzing?

This PR adds the build files for the cryptoservice fuzzer to be run
continuously.

To complete this integration, one or more maintainers email addresses
are needed.

Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-01-13 10:22:38 +00:00