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: HTTPD access log parse failure on missing response #282

Merged
merged 7 commits into from
Aug 11, 2020

Conversation

kares
Copy link
Contributor

@kares kares commented Aug 10, 2020

Without this fix the following line would not match the HTTPD_COMBINEDLOG pattern:
83.149.9.216 - a.user [11/Jan/2020:23:05:27 +0100] "OPTIONS /remote.php/ HTTP/1.1" - 7908 "-" "x-client"
due "-" response (after 7908 "-") not parsing as a number

NOTE: there's also some more specs (which aren't relevant to the change)

@kares kares marked this pull request as ready for review August 10, 2020 10:19
Copy link
Contributor

@colinsurprenant colinsurprenant left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@yaauie yaauie left a comment

Choose a reason for hiding this comment

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

LGTM

@kares kares merged commit eaf9810 into logstash-plugins:master Aug 11, 2020
kares added a commit that referenced this pull request Dec 16, 2020
* master:
  Fix: UNIXPATH to avoid DoS on long paths with unmatching chars (#292)
  Fix: HTTPD access log parse failure on missing response (#282)
kares added a commit to kares/logstash-patterns-core that referenced this pull request Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants