Bug Fixes
- ASM: This fix resolves an issue where an exception would be logged while parsing an empty body JSON request.
- Fixed an incompatible version requirements for one of the internal dependencies that could have caused an exception to be raised at runtime with Python 3.12.
- Fix an incomplete support for
pkg_resources
that could have caused an exception on start-up. - Fixed an issue that could have caused an exception as a result of a concurrent access to some internal value cache.
- Vulnerability Management for Code-level (IAST): Fix an unhandled ValueError in
ast_function
thrown in some cases (i.e. Numpy arrays when converted to bool).