Eric Leblond
Eric Leblond
## Ticket 7347 If your pull request is related to a Suricata ticket, please provide the full URL to the ticket here so this pull request can monitor changes to...
### What events trigger your workflow? ```yml on: pull_request: branches: [master] paths: ['**.c', '**.h', '**.am'] push: paths: ['**.c', '**.h', '**.am'] ``` ### What OS does your workflow use? ```yml runs-on:...
The patch fixes command line when used as pre-commit plugin and change the hook. The --edit flag was asking for a argument which was not supplied by pre-commit. When using...
**Describe the bug** [Pre-commit](https://pre-commit.com/) wants to run a cargo install of the project but it is failing to build it. This is linked to the fact, the Cargo.toml has been...
Update of https://github.com/OISF/suricata/pull/12176 The filestore keyword had an influence on the signature matching when it should not. For example, if Suricata is analysing a traffic with a GET http request...
This patchset adds a .clang-tidy file. It will be used by clangd to provide additional diagnostics in the code. Some of the warnings especially the ones about using magic number...
When setting up a MCP server, it does not seem possible to use an option to skip verification of TLS certificate. This prevent us to connect to internal servers. This...
Draft PR containing the code that will be presented at Suricon 2025 ## Contribution style: - [x] I have read the contributing guide lines at https://docs.suricata.io/en/latest/devguide/contributing/contribution-process.html ## Our Contribution agreements:...
There was a regression between Suricata 7 and Suricata 8. The app_proto was logged in almost all events in 7 and is only log in a small subset (fileinfo, flow,...
Update of #13715 addressing comments from @jufajardini. As it seems it was not an in depth review. I'm reproducing here the details of changes from previous PR. ## Contribution style:...