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 538 suricata issues
Sort by recently updated
recently updated
newest added

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 have signed...

Followup of https://github.com/OISF/suricata/pull/11521 Redmine ticket: https://redmine.openinfosecfoundation.org/issues/7036 This work allows more precise thread assignment and it is done either - automatically - by picking assigned cores of the same NUMA locality...

Link to ticket: https://redmine.openinfosecfoundation.org/issues/4904 SV_BRANCH=https://github.com/OISF/suricata-verify/pull/2024 **Note**: This is **Blocked by** https://github.com/OISF/suricata/pull/11675. Currently, it is incorrect for fragmented data. The buffering happens in the input handler with a new allocation every...

Remove strict validation of VXLAN Reserved fields per RFC 7348 §5, which requires them to be ignored on receipt. Strict enforcement caused valid packets with non-zero Reserved bits to be...

When PcapLogDataCopy() fails after duplicating pl->prefix, the allocated 'prefix' string was not freed, leading to a leak. Ticket: 7759 ## Contribution style: - [x] I have read the contributing guide...

Staging: - #13416 SV_BRANCH=https://github.com/OISF/suricata-verify/pull/2570

- [x] I have updated the JSON schema (in [etc/schema.json](https://github.com/OISF/suricata/blob/304271e63a9e388412f25f0f94a1a0da4bf619d9/etc/schema.json)) to reflect all logging changes (including schema descriptions) - [x] I have created a ticket at https://redmine.openinfosecfoundation.org/projects/suricata/issues Link to ticket:...

Link to ticket: https://redmine.openinfosecfoundation.org/issues/ https://redmine.openinfosecfoundation.org/issues/7667 Describe changes: - bidgen everything that I can https://github.com/OISF/suricata/pull/13444 with clippy fix @jasonish what do you think about the rust context removal ? Should I...

Link to ticket: https://redmine.openinfosecfoundation.org/issues/ https://redmine.openinfosecfoundation.org/issues/5576 Describe changes: - detect/dataset: delay set operation after signature full match SV_BRANCH=https://github.com/OISF/suricata-verify/pull/2093 https://github.com/OISF/suricata/pull/13443 with warning fix (glad CI caught it) The design is : -...