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

Fix out of bounds access to slice in MongoDB parser #6256

Merged
merged 2 commits into from
Feb 19, 2018

Conversation

adriansr
Copy link
Contributor

@adriansr adriansr commented Feb 1, 2018

Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic.

Closes #5188

@tsg tsg added the needs_backport PR is waiting to be backported to other branches. label Feb 1, 2018
Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Can you add a changelog entry for this.

@andrewkroh
Copy link
Member

jenkins, test it

@kvch
Copy link
Contributor

kvch commented Feb 15, 2018

@adriansr After you resolve the conflicts, I would like to merge this.

Ignore MongoDB message and drop the TCP stream if a malformed
query / response is received, instead of logging a panic.

Closes elastic#5188
@kvch kvch merged commit b98a987 into elastic:master Feb 19, 2018
adriansr added a commit to adriansr/beats that referenced this pull request Apr 5, 2018
* Fix out of bounds access to slice in MongoDB parser

Ignore MongoDB message and drop the TCP stream if a malformed
query / response is received, instead of logging a panic.

Closes elastic#5188

* Update CHANGELOG
adriansr added a commit to adriansr/beats that referenced this pull request Apr 6, 2018
* Fix out of bounds access to slice in MongoDB parser

Ignore MongoDB message and drop the TCP stream if a malformed
query / response is received, instead of logging a panic.

Closes elastic#5188

* Update CHANGELOG
andrewkroh pushed a commit that referenced this pull request Apr 6, 2018
* Fix out of bounds access to slice in MongoDB parser

Ignore MongoDB message and drop the TCP stream if a malformed
query / response is received, instead of logging a panic.

Closes #5188

* Update CHANGELOG
andrewkroh pushed a commit that referenced this pull request Apr 6, 2018
* Fix out of bounds access to slice in MongoDB parser

Ignore MongoDB message and drop the TCP stream if a malformed
query / response is received, instead of logging a panic.

Closes #5188

* Update CHANGELOG
@adriansr adriansr removed the needs_backport PR is waiting to be backported to other branches. label Jun 15, 2018
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
* Fix out of bounds access to slice in MongoDB parser

Ignore MongoDB message and drop the TCP stream if a malformed
query / response is received, instead of logging a panic.

Closes elastic#5188

* Update CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants