Bug Fixes
- tracing: This fix resolves an issue where previously some traces that were not sampled were not sent to the trace-agent, possibly affecting metrics. With this fix, all traces are sent to the agent.
- CI Visibility: This fix makes the CI Visibility system resilient to RuntimeErrors that can occur between pytest tests with coverage enabled.
- Vulnerability Management for Code-level (IAST): don't patch BytesIO since we don't have any aspects for it.
- ASM: This fix resolves an issue where suspicious request blocking on request data was preventing API Security to collect schemas in FastAPI, due to route not being computed.
- ASM: This fix resolves an issue where rules updated through remote config were not properly updating required waf addresses. This could lead to custom rules being ignored.
- Vulnerability Management for Code-level (IAST): Fixes a bug in the
str
aspect where encoding and errors arguments were not honored correctly. - Vulnerability Management for Code-level (IAST): Fixes issues derived from AST patching code with type annotations.