JI Jason Ish
- Login: jish
- Email: jish@oisf.net, jason.ish@gmail.com
- Registered on: 11/09/2009
- Last sign in: 07/24/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 82 | 719 | 801 |
| Reported issues | 138 | 448 | 586 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer, OISF Team, OISF Manager | 11/09/2009 |
| Suricata-Update | Developer, OISF Team, OISF Manager | 10/31/2017 |
Activity
07/23/2026
- JI 09:49 PM Suricata Feature #8712 (In Progress): firewall: add default app policy options
07/21/2026
- JI 10:56 PM Suricata Bug #8741 (In Review): smtp: complete BDAT transactions at LAST
- Pull request: https://github.com/OISF/suricata/pull/15882
07/16/2026
- JI 09:01 PM Suricata Optimization #7994: pop3: parser improvements
- @vjulien Is this still a work in progress?
07/15/2026
- JI 10:01 PM Suricata Feature #7705: firewall: allow single rule to accept protocol detection in progress and the final protocol
- For reference, a list of tests showing example usage:
- https://github.com/OISF/suricata-verify/tree/master/tests/app-layer-protocol-engine-analysis
- https://github.com/OISF/suricata-verify/tree/master/tests/app-layer-protocol-list-... - JI 06:43 PM Suricata Feature #8386 (Resolved): firewall: support HTTP2 hook states for per-frame accept/drop decisions
- Merged to main with https://github.com/OISF/suricata/pull/15836.
- JI 05:29 PM Suricata Feature #8729 (In Review): firewall: allow single rule to accept protocol detection in progress and the final protocol (8.0.x backport)
- Provided in the 8.0.x backport branch for review and testing: https://github.com/OISF/suricata/pull/15854
07/14/2026
- JI 10:50 PM Suricata Bug #8741 (In Progress): smtp: complete BDAT transactions at LAST
- JI 02:01 PM Suricata-Update Bug #8743 (New): Improve performance with large modify.conf files
- Source: https://github.com/jasonish/docker-suricata/issues/52
Reporter: Jonny5 (@j0nny55555)
suricata-update takes approximately eight minutes to process a ruleset with a
large number of rule modifications. The run uses eight availa...
07/13/2026
- JI 08:46 PM Suricata Bug #8741 (In Review): smtp: complete BDAT transactions at LAST
- Found via an AI review of the SMTP work after merge, appears to be valid.
The SMTP parser extracts the BDAT length but does not retain the LAST marker.
Consequently, the final chunk and reply do not complete the transaction. A
subse... - JI 05:23 PM Suricata Bug #8739: smtp: assertion on DATA reply without owning transaction
- No backport required as this is new work in @main@ branch.