Commit Graph

11 Commits

Author SHA1 Message Date
aschaich f23485dbad
[apache-commons] Add some fuzz-targets for commons-math (#8089)
Add some fuzz-targets for commons-math

Bring in some fuzz targets for Clustering, DistanceMetrics
and Linear Optimization

Co-authored-by: psy <patrice.salathe@code-intelligence.com>
2022-07-27 14:54:14 +00:00
Fabian Meumertzheim 0a5c3a9c10
Add new CI employee to Java projects (#7376)
@bertschneider will co-maintain Jazzer and should have access to
findings for projects integrated by Code Intelligence.
2022-03-13 17:46:24 +00:00
Fabian Meumertzheim 5fa5f3150b
[apache-commons] Fix build after breaking changes (#7153)
Also add --no-transfer-progress to the MAVEN_ARGS to decrease log spam.
2022-01-19 10:00:53 +00:00
Fabian Meumertzheim 6562f44c8a
Fix builds after Jazzer breaking change (#6622)
Follow-up to f043a72a0e, which became necessary due to
24069c3885
2021-10-20 17:24:25 +00:00
jonathanmetzman 8520693633
[infra][jvm] Split out JVM projects to their own builder. (#6336) 2021-08-30 06:51:24 -07:00
Matt Juntunen 290344bc6a
adding commons-geometry to Apache Commons project files (#6144) 2021-08-01 02:02:37 +00:00
Fabian Meumertzheim 08c3b789f2
[apache-commons] Run fuzzers in headless mode (#6107)
Running the fuzzers in headless mode works around missing dependencies
for the full Java AWT libraries. It is likely that the commons-imaging
only uses features available in headless mode, in which case this would
be a complete fix for the fuzzer startup crashes observed on
ClusterFuzz.
2021-07-23 17:31:07 +01:00
Stefan Bodewig 38a6c2a977
Change Apache Commons primary from @bodewig to @jvz (#6040) 2021-07-14 13:47:13 +00:00
Fabian Meumertzheim 10e888b561
[all] Make fuzz targets world executable (#5751)
Making fuzz targets only user executable as the root user makes them
non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2021-05-12 07:03:21 -07:00
Lee e6936c3b37
add peter's google account to apache commons (#5661) 2021-04-22 21:06:25 -07:00
Fabian Meumertzheim 17db8249e0
[apache-commons] Initial integration (#5633)
Adds fuzzers for Imaging and Compress.
2021-04-19 08:12:46 -07:00