Actions
Bug #4508
closedSSH bypass is not working
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 5.0, Needs backport to 6.0
Description
Since SSH parser is in rust.
This is because constants between Rust and C are not in sync.
In Rust we have APP_LAYER_PARSER_BYPASS_READY : u8 = 0b1000;
that means 8
In C we have #define APP_LAYER_PARSER_BYPASS_READY BIT_U8(4)
that means 16
There may be other implications
Updated by Philippe Antoine over 3 years ago
- Status changed from New to In Review
Updated by Shivani Bhardwaj over 3 years ago
- Has duplicate Bug #4509: Incorrect flags in Rust added
Updated by Shivani Bhardwaj over 3 years ago
- Copied to Bug #4511: SSH bypass is not working added
Updated by Shivani Bhardwaj over 3 years ago
- Related to Bug #4510: Incorrect flags in Rust added
Updated by Philippe Antoine over 3 years ago
- Status changed from In Review to Closed
Actions