SB Shivani Bhardwaj
- Login: unixia
- Registered on: 09/29/2018
- Last sign in: 06/22/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 31 | 428 | 459 |
| Reported issues | 69 | 293 | 362 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer, OISF Team, OISF Manager | 08/17/2023 |
| Suricata-Update | Developer, OISF Team, OISF Manager | 08/17/2023 |
Activity
Today
- SB 09:47 AM Suricata Task #8720 (Assigned): dcerpc: tx id handling should match other applayer parsers
- dcerpc parser creates a new tx with id 0 and compensates for the 1 based index handling throughout the code by overriding that value in a trait implementation. This is inconsistent with other applayer parsers and should be fixed
07/01/2026
- SB 08:11 AM Suricata Support #8697 (Closed): Suricata 8.0.5: http.host fails to match special characters (?, /, #) in HTTP Host header
- SB 07:36 AM Suricata Support #8697: Suricata 8.0.5: http.host fails to match special characters (?, /, #) in HTTP Host header
- Thanks for the report! @http.host@ is indeed normalized. Have you tried @http.host.raw@ ? See: https://docs.suricata.io/en/suricata-8.0.5/rules/http-keywords.html#http-host-raw
- SB 07:48 AM Suricata Bug #8698: firewall: non-sequential tx causes issues
- Not sure if ideal here but maybe the problem of
> when determining if a tx "is_last" we can scan the list for inactive txs. This would be a linear scan though, so not ideal
could possibly be solved by active reshuffling of large tx...
06/29/2026
- SB 01:18 PM Suricata Bug #8687 (Assigned): firewall: validate flowbit rules with strict ordering
- Firewall rules have strict ordering as they appear in the rule file. Flowbit rules have to have a certain order in order to be able to lead to expected and useful results. Validate if the strict order is in fact a valid order for flowbit...
- SB 05:44 AM Suricata Task #7863 (In Review): smb: trigger raw stream inspection
- In Review PR: https://github.com/OISF/suricata/pull/15729
- SB 05:43 AM Suricata Optimization #5711 (Closed): runmodes: Suricata does not hint anything about missing runmode
- SB 05:40 AM Suricata Bug #1399: flowbits: rules not always evaluated in necessary order
- In Review PR: https://github.com/OISF/suricata/pull/15738
- SB 05:40 AM Suricata Bug #1399 (In Review): flowbits: rules not always evaluated in necessary order
- SB 05:40 AM Suricata Task #8656 (In Review): flowbits: hard error on invalid command combinations