suricata icon indicating copy to clipboard operation
suricata copied to clipboard

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.

Results 352 suricata issues
Sort by recently updated
recently updated
newest added

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/6775 Describe changes: - detect: do not run tx detection on non established packets SV_BRANCH=https://github.com/OISF/suricata-verify/pull/1644 #10411 rebased to get CI green again

[J0eJ0h](https://github.com/J0eJ0h) commented [last week](https://github.com/OISF/suricata/pull/10274#issue-2106261911) Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/4777 Describe Changes: Add sandboxing support for lua detection scripts to avoid memory\cpu overruns and os interaction Fixes CI issue in https://github.com/OISF/suricata/pull/10272...

needs rebase

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) tickets: https://redmine.openinfosecfoundation.org/issues/3827 Preliminary work for https://redmine.openinfosecfoundation.org/issues/5053 Describe changes: - output: unify boilerplate code (trying to become a lines-of-code neutral contributor to Suricata ;-) and rising the percentage...

Ticket: #2886 Make sure these boxes are signed before submitting your Pull Request -- thank you. - [x] I have read the contributing guide lines at https://docs.suricata.io/en/latest/devguide/contributing/contribution-process.html - [x] I...

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/6366 Describe changes: - pop3 protocol detection https://github.com/OISF/suricata-verify/pull/1481 ``` SV_BRANCH=pr/1481 ``` Rebase of #9874 First preliminary part for https://github.com/OISF/suricata/pull/8892 and https://redmine.openinfosecfoundation.org/issues/1125 This will require a QA...

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/6355 Previous PR: #9777 Describe changes: - Incorporate feedback from previous PR. Output: ``` { "raw": "alert tcp any any -> any any (msg: "Testing mss";...

needs rebase
outreachy

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: None : generic cleaning https://redmine.openinfosecfoundation.org/issues/4083 Describe changes: - remove functions defined in a header and never used (debug, api-completeness, and others) - remove double definition of...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @​joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.0. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/3487 Describe changes: - convert HTTP to use new rust mime parser - convert SMTP to use new rust mime parser Follows #10302 with needed rebase