Skip to content

2.20.2

Choose a tag to compare

@erikayasuda erikayasuda released this 19 Feb 23:03
f944b29

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.