Bug Fixes
-
ASM
- Ensures that no module from ASM are loaded when ASM is disabled or unavailable.
- Resolves an issue where IAST modules could be loaded, even if disabled, which could create an
ImportError
exception on Windows.
-
Code Security
- SCA: Ensures that no module from IAST are loaded when IAST is disabled or unavailable.
- Runtime Code Analysis (IAST): Avoids imports of IAST native module when IAST is not enabled.
-
Tracing
- internal: Fixes performance overhead of Python distribution parsing for internal telemetry.