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

internal: appsec: switch appsec event tag from json to messagepack using meta_struct #2570

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Feb 21, 2024

  1. ddtrace: tracer: meta_struct agent protocol v0.4 support

    Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
    eliottness committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1aa3487 View commit details
    Browse the repository at this point in the history
  2. ddtrace: tracer: add tests

    APPSEC-51698
    
    Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
    eliottness committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c8613ca View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. send meta_struct through meta in the logWriter

    Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
    eliottness committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b98fa5e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. internal: appsec: switch appsec event tag from json to messagepack us…

    …ing meta_struct
    
    Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
    eliottness committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    03c64d6 View commit details
    Browse the repository at this point in the history
  2. internal: appsec: trace: msgp.AppendIntf does not support map[string]…

    …[]any but it supports map[string]any :[
    
    Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
    eliottness committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b10eaa4 View commit details
    Browse the repository at this point in the history
  3. appsec: appsec event tag is named 'appsec' instead of _dd.appsec.json…

    … in meta_struct
    
    Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
    eliottness committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    147955e View commit details
    Browse the repository at this point in the history