-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Auditbeat - panic while scanning file system #6005
Comments
There was a missing error check on the
This affects 6.1.0 and 6.1.1. |
We're going to have a 6.1.2 (FF this coming week), so it would make sense to backport this one to the 6.1 branch. |
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jan 7, 2018
There was a missing error check in the file_integrity module's scanner that could result in a panic. Fixes elastic#6005
tsg
pushed a commit
that referenced
this issue
Jan 7, 2018
There was a missing error check in the file_integrity module's scanner that could result in a panic. Fixes #6005
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jan 7, 2018
There was a missing error check in the file_integrity module's scanner that could result in a panic. Fixes elastic#6005 (cherry picked from commit e8db561)
exekias
pushed a commit
that referenced
this issue
Jan 8, 2018
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
There was a missing error check in the file_integrity module's scanner that could result in a panic. Fixes elastic#6005 (cherry picked from commit eca195a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Auditbeat panic'ed while doing a large file integrity scan.
For confirmed bugs, please report:
beats/auditbeat/module/file_integrity/scanner.go
Line 126 in 51f0db4
The text was updated successfully, but these errors were encountered: