Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.0.x: backport RFB fixes #9232

Closed
wants to merge 5 commits into from
Closed

Conversation

satta
Copy link
Contributor

@satta satta commented Jul 13, 2023

Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/5915

Describe changes:

We only try to parse a small subset of what is possible in
RFB. Currently we only understand some standard auth schemes
and stop parsing when the server-client handshake is complete.
Since in IPS mode returning an error from the parser causes
drops that are likely uncalled for, we do not want to return
errors when we simply do not understand what happens in the
traffic. This addresses Redmine OISF#5912.

Bug: OISF#5915.
@satta satta requested review from victorjulien, jasonish and a team as code owners July 13, 2023 20:13
@catenacyber
Copy link
Contributor

Could you run git cherry-pick -x with -xoption adding a reference to the original commit ?

CI failure seems fixable by cherry-picking ce05511 merged a few hours ago

@satta
Copy link
Contributor Author

satta commented Jul 14, 2023

Could you run git cherry-pick -x with -xoption adding a reference to the original commit ?

Oof, these cherry-picks took >1h of manual fixing. I'd rather not cherry-pick again from the original commits but add the commit references to the current ones manually, making them look like git cherry-pick -x output.

CI failure seems fixable by cherry-picking ce05511 merged a few hours ago

Thanks, will also add that.

@satta
Copy link
Contributor Author

satta commented Jul 14, 2023

New PR: #9234

@satta satta closed this Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants