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
Modernised core dependencies and applied security updates (contribution by @toliver-hb) to address known vulnerabilities and improve STIX pattern parsing reliability. #1776
Upgraded antlr4-python3-runtime to 4.13.2 and regenerated STIX pattern grammar files.
Added a runtime compatibility workaround for the stix_bundle connector to mitigate an upstream issue in stix2-matcher==3.0.0 that caused "'datetime.datetime' object is not iterable" errors.
Removed incorrect timestamp manipulation logic that affected STIX 2.0 pattern handling.
Removed unused NumPy dependency from core requirements (still required by the Azure Log Analytics connector module). #1781
Fixes:
Patched multiple security vulnerabilities via updated dependencies. #1782, #1778, and #1776