UI
🐞 Fixed
- Finding drawer tabs now keep the active tab text and underline styling when tooltip state changes (#11493)
API
🐞 Fixed
- API startup no longer crashes when Neo4j is unreachable, as the Neo4j driver now connects lazily on first use rather than during app initialization (#11491)
SDK
🐞 Fixed
- GCP
logging_sink_creatednow recognizes organization-level aggregated sinks withincludeChildren=True, avoiding false failures for covered projects (#11355) - GCP
logging_log_metric_filter_and_alert_*checks now recognize organization-level aggregated sinks withincludeChildren=True, no longer false-failing projects covered by a central bucket-scoped metric + alert (#11488) - Jira integration no longer fails with
400 INVALID_INPUTwhen a finding has empty fields (#11474) - GCP
iam_service_account_unusednow passes disabled service accounts instead of failing them, since a disabled account cannot authenticate or be used (#11467)