PA Philippe Antoine
- Login: catenacyber
- Registered on: 01/25/2018
- Last sign in: 06/18/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 34 | 876 | 910 |
| Reported issues | 60 | 505 | 565 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer, OISF Team | 12/05/2018 |
| Suricata-Update | Developer, OISF Team | 12/05/2018 |
Activity
06/30/2026
- PA 02:52 PM Suricata Feature #8675 (In Progress): detect/integers: auto-document list of possible values
- https://github.com/OISF/suricata/pull/15756
- PA 10:30 AM Suricata Security #8644 (In Review): detect/file_data: heap buffer overflow in SWF decompression depth handling (7.0.x backport)
- Backport PR: https://github.com/OISF/suricata/pull/15753
- PA 09:54 AM Suricata Security #8643 (Closed): detect/file_data: heap buffer overflow in SWF decompression depth handling (8.0.x backport)
- https://github.com/OISF/suricata/pull/15707
- PA 08:05 AM Suricata Optimization #8673 (Triaged): detect/firewall: DoParseAppPolicy has logical dead code if (hookname == NULL)
- PA 07:43 AM Suricata Optimization #8684: detect/pcre: quadratic complexity in stream processing
- Reproducer is @./src/suricata -S fuzz.rules -r lol.pcap -c fuzz.yaml -k none@ with fuzz.rules being @alert ip any any -> any any (pcre:"/.*mc|\H+$/"; sid:4;)@
Victor, is this similar to what you fixed in #8272 ? - PA 07:41 AM Suricata Optimization #8684: detect/pcre: quadratic complexity in stream processing
- Actually the \H pattern seems to be just a factor 2 for time of processing
I think the problem is rather a 150kbytes pcap runs 6Mbyte through pcre
I debug print
06/28/2026
- PA 07:22 PM Suricata Feature #7929 (Closed): detect/integers: support optional second argument to specify the index for all keywords
- https://github.com/OISF/suricata/pull/15736
06/26/2026
- PA 12:07 PM Suricata Optimization #8648 (Closed): detect/krb: move code to rust
- https://github.com/OISF/suricata/pull/15723
- PA 07:28 AM Suricata Optimization #8684 (Assigned): detect/pcre: quadratic complexity in stream processing
- https://issues.oss-fuzz.com/u/0/issues/518668540
Reproducer is @alert ip any any -> any any (pcre:"/.*mc|\H+$/"; sid:4;)@
06/25/2026
- PA 06:36 PM Suricata Feature #7705 (In Review): firewall: allow single rule to accept protocol detection in progress and the final protocol
- https://github.com/OISF/suricata/pull/15727