We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x-pack/filebeat/input/netflow/v9/decoder.go
> error is not nil (line 159) but it returns nil (nilerr)
This linter warning ... does look like a real problem whereby we are ignoring an error.
Originally posted by @andrewkroh in #42704 (comment)
The Netflow v9 decoder breaks out of a loop when an error is encountered, but it does not return that error.
The text was updated successfully, but these errors were encountered:
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices)
Sorry, something went wrong.
No branches or pull requests
x-pack/filebeat/input/netflow/v9/decoder.go
This linter warning ... does look like a real problem whereby we are ignoring an error.
Originally posted by @andrewkroh in #42704 (comment)
The Netflow v9 decoder breaks out of a loop when an error is encountered, but it does not return that error.
The text was updated successfully, but these errors were encountered: