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

[syslog] Fix handling of escaped characters in structured data #40446

Merged
merged 3 commits into from
Aug 8, 2024

Commits on Aug 6, 2024

  1. [syslog] Fix handling of escaped characters in structured data

    - Improved parser to handle escaped closing square brackets in structured data.
    - Fix incorrect offset being passed to removeBytes function, which would not remove
    escaped characters from structured data values.
    - Add tests
    taylor-swanson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a0b814f View commit details
    Browse the repository at this point in the history
  2. changelog

    taylor-swanson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    117b956 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Fix case where message contains square brackets

    - The non-compliant-sd cases now include escapes on the closing brackets
    within the structured data, something that should have always been there.
    taylor-swanson committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    520d87b View commit details
    Browse the repository at this point in the history