aboutsummaryrefslogtreecommitdiff
path: root/projects/suricata
AgeCommit message (Collapse)Author
2021-03-29Suricata pcap-aware target (#5528)Catena cyber
* Adds structure-aware target for suricata * Remove rustc wrapper for suricata now that https://github.com/rust-lang/rust/issues/82144 got fixed * Remove suricata rust workarounds for coverage Now that https://github.com/rust-lang/rust/issues/82144 got fixed
2021-03-23[suricata] Add pcre2 as dependency (#5484)Catena cyber
2021-03-10Use more RUSTFLAGS for Suricata (#5352)Catena cyber
* Use more RUSTFLAGS for Suricata Taken from libra and cargo fuzz * rustflags only for asan
2021-03-08Rust coverage report (for Suricata) (#4697)Catena cyber
* Rust coverage test * Workaround to get rust coverage for Suricata
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-11-05Compatible build for Suricata with CIFuzz (#4606)Catena cyber
2020-11-05Adds one dictionary for suricata (#4603)Catena cyber
2020-09-30Enables MSAN for Suricata (#4455)Catena cyber
* Enables MSAN for Suricata * Move rustup std lib download to base-builder
2020-05-28Makes suricata work with rust sanitizers (#3897)Catena cyber
2020-04-14Builds suricata with configure script from upstream repo (#3642)Catena cyber
* Builds suricata with configure script from upstream repo * Improves suricata corpus
2020-04-10Adds more asserts to project suricata build (#3594)Catena cyber
2020-03-28Adds people to suricta project (#3552)Catena cyber
2020-03-27[suricata] Adds project suricata (#2533)Catena cyber
* Adds project suricata * Updates lz4 to latest version * remove sanitizers section -- harmless change to trigger Travis * add language attribute Co-authored-by: Max Moroz <mmoroz@chromium.org>