oss-fuzz/projects/clamav
Micah Snyder 83ee390bc0
[clamav] Add flex, bison to Dockerfile (#3755)
Flex & Bison are needed to generate source files for yara syntax
support. While the generated source are currently in the clamav-devel
repo, the build system sometimes thinks the files must be regenerated.

In the future, these and the autotools generated files will be removed
from the clamav-devel repo and will need to be generated for every
build.

We're also planning to add CMake tooling (still a work in progress).

Once the generated files are removed, we'll either have ot build the
fuzz targets with CMake or bring in autoconf, automake, m4, libtool, and
pkg-config to generate the files in build.sh. At that time, we should
also update build.sh to build the dependencies statically, many of which
are missing at present meaning we're not getting great code coverage.
We'll also want to load a small signature set to improve code coverage
for the fuzz targets.
2020-05-03 14:28:30 -07:00
..
Dockerfile [clamav] Add flex, bison to Dockerfile (#3755) 2020-05-03 14:28:30 -07:00
build.sh [clamav] Add flex, bison to Dockerfile (#3755) 2020-05-03 14:28:30 -07:00
clamav-scanfile-fuzzer.options Added the clamav project. (#2047) 2018-12-21 11:19:14 -08:00
project.yaml [presubmit] Enforce language attribute in project.yaml to be always set. (#3477) 2020-03-10 11:08:01 -07:00