Skip to content

2.7.8

Choose a tag to compare

@gnufede gnufede released this 15 Apr 13:59
· 34 commits to 2.7 since this release
83ca60b

Bug Fixes

  • Code Security: fix setting the wrong source on map elements tainted from taint_structure.
  • Code Security: Fixes an issue where the AST patching process fails when the origin of a module is reported as None, raising a FileNotFoundError.
  • CI Visibility: fixes an issue where tests were less likely to be skipped due to ITR skippable tests requests timing out earlier than they should
  • Code Security: Fixed an issue with AES functions from the pycryptodome package that caused the application to crash and stop.
  • ASM: This fix removes unrequired API security metrics.
  • instrumentation: fixes crashes that could occur in certain integrations with packages that use non-integer components in their version specifiers