You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
IAST: Don't split AST Assign nodes since it's not needed for propagation to work.
Vulnerability Management for Code-level (IAST): Cookies vulnerabilities are only reported if response cookies are insecure.
Vulnerability Management for Code-level (IAST): Ensure that Cookies vulnerabilities report only the cookie name.
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).
psycopg: This fix resolves an issue where exceptions originating from asynchronous Psycopg cursors were not propagated up the call stack.