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

TX files work. Includes rework to remove internals from suricata-common.h. Other cleanups and optimizations. suricata-verify-pr: 943 replaces #7883, fixing a filestore issue and adding an optimization

Before 6.0.6 if hex content was incomplete, Suricata didn't error out. With 6.0.6 incomplete hex was detected and errored on which is a breaking change in a release branch. Instead,...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. Release notes Sourced from codecov/codecov-action's releases. 3.1.1 What's Changed Update deprecation warning by @​slifty in codecov/codecov-action#661 Create codeql-analysis.yml by @​mitchell-codecov in codecov/codecov-action#593 build(deps): bump...

dependencies
github_actions

Continuation of #7845 This commit modifies the validation callback to include the distance during validation. Values of distance that cause the right edge to be exceeded are considered an error...

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/5373 Describe changes: - optionally calls `setrlimit(RLIMIT_NPROC, 0)` to prevent process creation by Suricata process Modifies #7858 with better doc libhtp-pr: 366

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: None Describe changes: - Fix CI by not having S-V hang indefinitely because of a non-ascii character in stderr Replaces #7868 by printing the right full...

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/945 Describe changes: - Remove unused includes in c files - adds some options in CI : hyperscan, luajit Follows #7686 with smarter script paying attention...

Link to [redmine](https://redmine.openinfosecfoundation.org/projects/suricata/issues) ticket: https://redmine.openinfosecfoundation.org/issues/4861 Describe changes: - smb : handle multi-stream file transfers Continuation of #7863 This is a draft for feedback. Questions : - How good is this...

- [X] I have read the contributing guide lines at https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing - [X] I have signed the Open Information Security Foundation contribution agreement at https://suricata.io/about/contribution-agreement/ - [X] I have updated...

When a flowbit is set on application layer tests, this has for consequence that there is no point in checking it per packet. This patch adds the `data` option to...