dragonflyoss / Dragonfly

This repository has be archived and moved to the new repository https://github.com/dragonflyoss/Dragonfly2.
https://d7y.io
Apache License 2.0
6k stars 774 forks source link

Add CIFuzz #1564

Open AdamKorcz opened 2 years ago

AdamKorcz commented 2 years ago

Ⅰ. Describe what this PR did

Added CIFuzz which will run Dragonflys fuzzers for 600 seconds in the CI when a PR is made.

CIFuzz is a service by OSS-fuzz for integrated projects. Documentation can be found here: https://google.github.io/oss-fuzz/getting-started/continuous-integration/

Dragonflys fuzzers can be found here:

Dragonflys OSS-fuzz integration can be found here: https://github.com/google/oss-fuzz/tree/master/projects/dragonfly

Ⅱ. Does this pull request fix one issue?

No

Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)

No new Go code has been added.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews