aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/suricata/build.sh
Commit message (Collapse)AuthorAge
* suricata: enables rust debug assertions (#7197)Gravatar Catena cyber2022-01-28
|
* suricata: uses better dictionaries (#6990)Gravatar Catena cyber2021-12-09
|
* suricata: uses pcre2 release from github (#6787)Gravatar Catena cyber2021-11-06
|
* Suricata sancov (#6555)Gravatar Catena cyber2021-10-06
| | | | | | | * Improves suricata corpus for one target * suricata: use now sancov-module * Better rust flags for suricata
* suricata: default rules in out directory (#6540)Gravatar Catena cyber2021-09-29
| | | | | | | * suricata: default rules in out directory to be used as config by a dedicated target * Adding a corpus and a dictionary to the next suricata fuzz target
* Suricata with pcre2 (#5606)Gravatar Catena cyber2021-04-13
| | | | | | | * Builds pcre2 dependency for Suricata * Update Dockerfile Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
* Suricata more targets (#5596)Gravatar Catena cyber2021-04-10
| | | | | * Adds per-protocol targets to suricata * fixup msan
* Suricata pcap-aware target (#5528)Gravatar Catena cyber2021-03-29
| | | | | | | | | | | | | * 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
* Use more RUSTFLAGS for Suricata (#5352)Gravatar Catena cyber2021-03-10
| | | | | | | * Use more RUSTFLAGS for Suricata Taken from libra and cargo fuzz * rustflags only for asan
* Rust coverage report (for Suricata) (#4697)Gravatar Catena cyber2021-03-08
| | | | | * Rust coverage test * Workaround to get rust coverage for Suricata
* Compatible build for Suricata with CIFuzz (#4606)Gravatar Catena cyber2020-11-05
|
* Adds one dictionary for suricata (#4603)Gravatar Catena cyber2020-11-05
|
* Makes suricata work with rust sanitizers (#3897)Gravatar Catena cyber2020-05-28
|
* Builds suricata with configure script from upstream repo (#3642)Gravatar Catena cyber2020-04-14
| | | | | * Builds suricata with configure script from upstream repo * Improves suricata corpus
* Adds more asserts to project suricata build (#3594)Gravatar Catena cyber2020-04-10
|
* [suricata] Adds project suricata (#2533)Gravatar Catena cyber2020-03-27
* 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>