diff --git a/projects/suricata/build.sh b/projects/suricata/build.sh index 843e9afc809c..5d2d83434bb0 100755 --- a/projects/suricata/build.sh +++ b/projects/suricata/build.sh @@ -45,6 +45,7 @@ make install cd .. export CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu" +rustup component add rust-src --toolchain nightly # build project cd suricata diff --git a/projects/suricata/project.yaml b/projects/suricata/project.yaml index d29402c43caf..76c6e8f3513b 100644 --- a/projects/suricata/project.yaml +++ b/projects/suricata/project.yaml @@ -4,3 +4,7 @@ primary_contact: "vjulien@openinfosecfoundation.org" auto_ccs: - "jish@openinfosecfoundation.org" - "p.antoine@catenacyber.fr" +sanitizers: + - address + - memory + - undefined