Commit Graph

18 Commits

Author SHA1 Message Date
DavidKorczynski 279c672f09
osquery: enable afl. (#5154) 2021-02-10 09:07:28 -08:00
Stefano Bonicatti 1cc92b2339
[osquery] Fix fuzzers build (#4882)
osquery incorrectly connected the build of the fuzzers
with the build of the tests.
This has been fixed but the flag to build the fuzzers has been
changed too, reflect that change here.

Moreover, a flag to avoid building AWS EC2 tables
and library has been added.
Disable building them on ossfuzz, so that the CI doesn't go oom.
2020-12-22 10:40:01 -08:00
Stefano Bonicatti 875a64db63
Ignore osquery cmake max version check (#4828)
Soon osquery will require that the version of CMake
is not equal or higher than 3.18.0.
We can ignore such requirement since we are not making packages.
See osquery/osquery#6801

Also remove unused sed replacements. Those settings are now the default
when not using the osquery toolchain.
2020-12-11 18:20:57 -08:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Abhishek Arya fa06dcc8ae
Remove cmake install from projects. (#3961) 2020-06-10 14:46:23 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [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
2020-03-10 11:08:01 -07:00
Teddy Reed 55b7ded4c8 [osquery] Use platform toolchain and fix coverage builds (#3182) 2020-01-04 23:32:42 -08:00
Stefano Bonicatti bbb5d37c07 Update osquery contacts (#3162) 2019-12-22 20:01:17 -08:00
gbedoya 113c5da7d7 Updated contacts for osquery project (#3144) 2019-12-17 12:27:55 -08:00
Sharvil Shah 1179fecf31 [osquery] Update osquery contact (#3073) 2019-11-26 21:22:22 -08:00
seph 5c89831bcd Update Osquery Contacts (#3016)
* Update Osquery Contacts
2019-11-15 07:46:37 -08:00
Teddy Reed bdd592b1b3 [osquery][lz4][zstd] Add more fb auto_ccs (#2998)
Cc: mhl@fb.com
2019-10-31 08:48:35 -07:00
Tom Ritter e49213a348 Add a new fuzz target to osquery for sql queries, and add dictionaries and seed corpuses for both targets. (#2992) 2019-10-30 17:51:01 -07:00
Tom Ritter dd51826da5 [osquery] Update osquery's build.sh for upstream changes (#2975) 2019-10-21 21:55:21 -07:00
Tom Ritter ec67fe2530 Add tom@ritter.vg to auto_ccs for osquery (#2968) 2019-10-19 07:35:19 -07:00
Teddy Reed b54b098f1d [osquery] Improve harnesses by adding build cleanup logic (#2959)
Coverage tests are currently failing. This is most likely due to
exhausting the container disk space. This commit removes downloaded
files and build artifacts, which are not needed for coverage tests.
2019-10-17 20:18:40 -07:00
Teddy Reed e7db461fd0 [osquery] Add new osquery project (#2919) 2019-10-14 09:33:10 -07:00