Bug Fixes
- CI Visibility: This fix makes the CI Visibility system resilient to RuntimeErrors that can occur between pytest tests with coverage enabled.
- 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.
- Pin importlib_metadata to 6.5.0 to avoid its issue 455 (python/importlib_metadata#455).