fluxcd: Revert to base-builder-go
The project recently started moving into Go fuzz native, and using
the codeintelligencetesting variant is causing the error below:
ERROR: no interesting inputs were found
This PR reverts https://github.com/google/oss-fuzz/pull/7683 for fluxcd
which fixes the issue.
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
turn off toolchain hardening flags in configure
these seem to clash with the oss-fuzz environment leading to weird
crashes like monorail #50678
Co-authored-by: Damien Miller <djm@google.com>
* New : OSSF Scorecard webapp
- Fuzzing scorecard webapp
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Fixed the path in the Dockerfile
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* New : OSSF Scorecard webapp
- Fuzzing scorecard webapp
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Fixed the path in the Dockerfile
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Fixed the year in the header.
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* [spring-framework] Apply patches in the Dockerfile
Applying patches is part of the sourcecode retrieval, which
we do in the Dockerfile, so apply the patches as part of the
Docker image creation, too.
While here, compile and install _all_ java files rather then
only those ending on "Fuzzer.java", and use a "real" git
checkout, which is required for more "advanced" git features,
most notoriously "log".
* [spring-framework] Use cp over mv in build.sh
Copying the files rather then moving them brings us one step
closer to being re-runable w/o restarting the docker container
* [spring-framework] shadow all our jar files
Also refactor the build.sh and Dockerfile to allow us adding
shadowJars more straightforwardly
* [spring-framework] Also build orm and jdbc, remove commented code
* [spring-framework] Copy all .class files to $OUT/
* [spring-framework] Use install over cp
* [spring-framework] Initial Integration for jdbc
* [spring-framework-jdbc] add copyright headers
* lcms: extend to have double as source format
srcFormats of double was supported but never actually hit, which is due
to the bits in the srcFormat not actually being accurate, e.g.
T_BYTES(srcFormat) == 0 would never be satisfied. This includes in the
cms_transform_fuzzer. This is an effort to overcoming this.
* lcms: avoid timeouts by only running a single test per iteration
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50723
The only fuzzer we have there is containerd_import_structured_fuzzer.go
but it is ignored by build.sh since
https://github.com/cncf/cncf-fuzzing/pull/220.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>