sigstore / timestamp-authority

RFC3161 Timestamp Authority
Apache License 2.0
67 stars 38 forks source link

Integrate project into oss-fuzz #293

Open haydentherapper opened 1 year ago

haydentherapper commented 1 year ago

Description

We can leverage oss-fuzz to run nightly fuzzing tests. I think this may uncover issues in the pkcs7 library rather than this repo, as this mostly just calls out to other libraries.

We'd need to follow this guide to onboarding the project, following a template like rekor.

malancas commented 1 year ago

Initial onboarding pull request filed: https://github.com/google/oss-fuzz/pull/10031