Skip to content

2.19.4

Choose a tag to compare

@gnufede gnufede released this 18 Feb 16:39
90df752

Bug Fixes

  • ASM: This ensures that no module from ASM are loaded when ASM is disabled or unavailable.

  • SCA: This ensures that no module from IAST are loaded when IAST is disabled or unavailable.

  • Runtime Code Analysis (IAST): Avoid imports of IAST native module when IAST is not enabled.

  • ASM: This fix resolves an issue where IAST modules could be loaded, even if disabled,
    which could create an ImportError exception on Windows.