fix(baggage): drop entire baggage header when malformed#3498
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 4526 Passed, 65 Skipped, 3m 13.39s Total Time |
BenchmarksBenchmark execution time: 2025-05-09 14:47:43 Comparing candidate commit 0db2d6b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 56 metrics, 0 unstable metrics. |
mtoffl01
left a comment
There was a problem hiding this comment.
Just some nits in terms of implementation, but would love to see an approach to testing that tries to break the behavior, to show that our implementation is robust
mtoffl01
left a comment
There was a problem hiding this comment.
Just some nits in terms of implementation, but would love to see an approach to testing that tries to break the behavior, to show that our implementation is robust
49f65f0 to
48b6cb4
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
Added to the queue but the mergequeue is not enabled for now.
This PR is rejected because it was updated |
Datadog Summary✅ Code Quality ✅ Code Security ✅ Dependencies Was this helpful? Give us feedback! |
According to the RFC,
So instead of dropping individual baggage items, we drop the entire header and log a warning.
What does this PR do?
Motivation
Reviewer's Checklist
golangci-lint runlocally.Unsure? Have a question? Request a review!