aboutsummaryrefslogtreecommitdiff
path: root/projects/yara
AgeCommit message (Collapse)Author
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-08-20yara: enable "macho" module. (#4344)Victor M. Alvarez
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-11-26[yara] Install pkg-config in build image. (#3069)Victor M. Alvarez
YARA now needs pkg-config during the build process.
2019-05-01Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)jonathanmetzman
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2018-11-07yara: enable dotnet module for fuzzing (#1931)clem1
2018-02-08[yara] Enable dex module (#1142)Victor M. Alvarez
2017-10-27[yara] Add Dockerfile and build script. (#924)Victor M. Alvarez
* Add project.yaml for YARA * [yara] Add Dockerfile and build script.
2017-10-25Add project.yaml for YARA (#917)Victor M. Alvarez