Replies: 1 comment 2 replies
-
According to https://google.github.io/oss-fuzz/advanced-topics/ideal-integration/ it is the recommended ideal integration. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Abstract: AFAIU, currently all fuzzers are stored in the
google/oss-fuzz
repository. I am considering making fuzzers part of the actual project and only providing integration scripts in thegoogle/oss-fuzz
repository. Is this okay?I am a Log4j maintainer and currently Log4j fuzzers are stored under
projects/log4j2
of thegoogle/oss-fuzz
repository. I am considering to doapache/logging-log4j2
repository. As a result,./mvnw -P fuzz test
projects/log4j2
of thegoogle/oss-fuzz
repository. To be precise, provide onlyDockerfile
andbuild.sh
to generatefoo_fuzzer
,bar_fuzzer
, etc. executables. (To be more precise,foo_fuzzer
will forward to./mvnw -P fuzz test -Dtest=FooFuzzer
.)Would such an approach have any certain drawbacks I am not able to see? What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions