pgsql: low hanging fruits - v1#10830
Closed
jufajardini wants to merge 2 commits into
Closed
Conversation
It was brought to my attention by GLongo that Pgsql parser handled eof diffrently for requests and responses, and apparently there isn't a good reason for such a difference therefore, apply same logic used for rs_pgsql_parse_request for checking for eof when parsing a response.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10830 +/- ##
==========================================
- Coverage 82.75% 82.67% -0.09%
==========================================
Files 928 928
Lines 247913 247918 +5
==========================================
- Hits 205162 204966 -196
- Misses 42751 42952 +201
Flags with carried forward coverage won't be shown. Click here to find out more. |
Member
|
This is mostly about alert enrichment, right? If so, can you add an SV test for it? |
|
Information: QA ran without warnings. Pipeline 20039 |
Contributor
Author
|
Replaced by: #10853 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While starting review for the LDAP protocol parser, noticed that we had a TODO for adding a simpler logger function for PGSQL, following up #9851.
Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/6092
Describe changes:
simple_lson_applayer_loggersused MQTT style as example for thiseofwhen parsing a response the same way as done when parsing a request - no ticket for this one