fix(deps): patch OpenTelemetry baggage propagation advisory - #10075
fix(deps): patch OpenTelemetry baggage propagation advisory#10075BridgeAR wants to merge 1 commit into
Conversation
OpenTelemetry 1.30.1 leaves W3C Baggage extraction without the specification's size limits, so oversized inbound baggage can allocate memory proportional to header size. Update the vendored core and resources packages to 2.10.0, which includes the upstream limits. Refs: GHSA-8988-4f7v-96qf
Overall package sizeSelf size: 8.63 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.4.0 | 127.33 kB | 447.04 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-08-31 14:34:36 Comparing candidate commit 98d894a in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 2295 metrics, 14 unstable metrics.
|
|
✅ All CI checks and tests passed. 🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 98d894a | Docs | View more details | Give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10075 +/- ##
========================================
Coverage 98.60% 98.61%
========================================
Files 992 993 +1
Lines 149800 150186 +386
Branches 12758 12882 +124
========================================
+ Hits 147704 148099 +395
+ Misses 2096 2087 -9 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
OpenTelemetry 1.30.1 leaves W3C Baggage extraction without the specification's size limits, so oversized inbound baggage can allocate memory proportional to header size. Update the vendored core and resources packages to 2.10.0, which includes the upstream limits.
Refs: GHSA-8988-4f7v-96qf