Skip to content

Commit

Permalink
- Update changelog
Browse files Browse the repository at this point in the history
- Harden pgsql parser
  - check pgsql strings really end with \0
  - check pgsql message type
  - limit data row/column/fields parsing buffer regarding to length field
  - check row/column/fields parser consumed exactly `length` bytes
  - do not skip some parsing errors, but report to kill stream
  • Loading branch information
urso committed Jan 25, 2016
1 parent fd42478 commit b5e25ad
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 29 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ https://github.com/elastic/beats/compare/1.0.0...master[Check the HEAD diff]
- Allow PF_RING sniffer type to be configured using pf_ring or pfring {pull}671[671]
- Create a proper BPF filter when ICMP is the only enabled protocol {issue}757[757]
- Check column length in pgsql parser. {issue}565{565
- Harden pgsql parser. {issue}565[565]

*Topbeat*

Expand Down
Loading

0 comments on commit b5e25ad

Please sign in to comment.