mirror of https://github.com/google/oss-fuzz.git
docs: add grype project to oss-fuzz (#9013)
Fuzzing of Anchore [grype](https://github.com/anchore/grype) Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com> Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
d36184b4ef
commit
a59176184f
|
@ -0,0 +1,13 @@
|
|||
homepage: "https://github.com/anchore/grype/blob/main/README.md"
|
||||
main_repo: "https://github.com/anchore/grype"
|
||||
primary_contact: "christopher.phillips@anchore.com"
|
||||
auto_ccs:
|
||||
- alex.goodman@anchore.com
|
||||
- keith.zantow@anchore.com
|
||||
- nurmi@anchore.com
|
||||
- josh.bressers@anchore.com
|
||||
language: go
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
sanitizers:
|
||||
- address
|
Loading…
Reference in New Issue