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: enforce w3c trace context value validation #777

Merged
merged 5 commits into from Dec 5, 2021
Merged

Commits on Dec 3, 2021

  1. fix: enforce w3c trace context value validation

    validate length and characters of the w3c trace context value.
    see https://www.w3.org/TR/trace-context/#traceparent-header-field-values
    refactor unit testing to bring invalid w3c trace context tests to separate file
    
    Fixes #774
    minherz committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    885b7a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9000c57 View commit details
    Browse the repository at this point in the history
  3. chore: fix bug in formatting validation

    change length of the span field from 12 to 16 according to the standard
    minherz committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    05e00c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18c4b1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8e923 View commit details
    Browse the repository at this point in the history