antlr4 icon indicating copy to clipboard operation
antlr4 copied to clipboard

Integrating antlr4 into OSS-Fuzz

Open vargen opened this issue 1 year ago • 5 comments

Hi all,

I have prepared the initial integration of antrl4 into google oss-fuzz. This will enable continuous fuzzing of this project, which will be conducted by Google. Bugs that will be found by fuzzing will be reported to you. After the initial integration of this project into oss-fuzz, I will continue to add additional fuzz tests to improve the code coverage over time.

The integration requires a primary contact, someone to deal with the bug reports submitted by oss-fuzz. The email address needs to belong to an established project committer and be associated with a Google account as per here. When a bug is found, you will receive an email that will provide you with access to ClusterFuzz, crash reports, and fuzzer statistics. More than 1 person can be included. Please let me know who I should include, if anyone.

Jazzer is used for fuzzing Java applications. Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by Code Intelligence. It is based on libFuzzer and brings many of its instrumentation-powered mutation features to the JVM. Jazzer has already found several bugs in JVM applications: Jazzer Findings

Please let me know if you have any questions regarding fuzzing or the oss-fuzz integration.

vargen avatar Jul 15 '22 14:07 vargen

Hi @vargen! Are you associated with oss-fuzz? thanks!

parrt avatar Jul 15 '22 17:07 parrt

Hi @parrt. In a sense, yes. I have been onboarding various projects into oss-fuzz at their request for the past few months.

vargen avatar Jul 15 '22 18:07 vargen

ok, maybe email directly and I'll respond with my gmail account?

parrt avatar Jul 15 '22 19:07 parrt

Sent

vargen avatar Jul 15 '22 20:07 vargen

@parrt could you also address this one? https://github.com/antlr/antlr4/issues/3143 Difference being one is java (this) the other is c++

DavidKorczynski avatar Jul 28 '22 10:07 DavidKorczynski