From a59176184f1db3fb9f565ae6cc9838f3db133912 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Fri, 18 Nov 2022 12:01:59 -0500 Subject: [PATCH] docs: add grype project to oss-fuzz (#9013) Fuzzing of Anchore [grype](https://github.com/anchore/grype) Signed-off-by: Christopher Phillips Signed-off-by: Christopher Phillips --- projects/grype/project.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 projects/grype/project.yaml diff --git a/projects/grype/project.yaml b/projects/grype/project.yaml new file mode 100644 index 000000000..dd6d3492c --- /dev/null +++ b/projects/grype/project.yaml @@ -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