Commit Graph

4 Commits

Author SHA1 Message Date
Henry Lin 05c5736806
Fix issues for multiple projects (#10971)
Previous Jazzer version only instrument code under the same package as
the fuzz test, this PR adds `--instrumentation_includes` to several
projects.

Also fix build failures in jdom and jsqlparser, fix fuzzing blocker in
qdox and avro, delete not needed file in apache-cxf
2023-09-18 12:22:06 +01:00
Henry Lin 27a40582e3
Fix coverage build failure for multiple Java projects (#10766)
Fix coverage build failure for:

java-jwt
ion-java
g-http-java-client
jose4j
apache-commons-text
jsqlparser
tablesaw
zt-zip
json-flattener
opencsv
calcite
mvel
spring-amqp
univocity-parsers
async-http-client
pdfbox
itext7
presto
2023-08-10 09:51:21 +10:00
Roman Wagner 31ed0c8b0a
fix multiple java build issues in ClusterFuzz (#10017)
This fix aims to solve multiple build issues in ClusterFuzz related to
absolute path invocation of java dependencies.
2023-04-04 14:38:35 +10:00
Henry Lin ae633afbd2
gwt: Initial integration (#9990)
Initial integration of Google Web Toolkit into OSS-Fuzz
2023-03-28 16:19:53 +11:00