Skip to main content
We are excited to introduce the latest features and enhancements in Endor Labs.

watchOS, tvOS, and visionOS support for Bazel rules_apple scans

Enhancement Endor Labs now resolves dependencies for watchOS, tvOS, and visionOS application bundles built with rules_apple in Bazel workspaces, extending the existing iOS and macOS support. Scan targets such as watchos_application, tvos_application, visionos_application, and their related framework and test rules to get software composition analysis for the full app bundle. Watch apps embedded in an iOS app through watch_application are also resolved. For more information, see Bazel.

Package Firewall for VS Code extensions

New You can now use Package Firewall to block malicious VS Code extensions. Package Firewall checks every extension your developers install from the Microsoft Marketplace against your policy, and blocks or warns on extensions flagged for malware or below your minimum package age before they install. Deploy it to your developer machines through an MDM tool such as Microsoft Intune, Jamf, or Kandji. For more information, see Block malicious VS Code extensions.

Incremental container scanning

New You can now compare a container build against a baseline scan to surface only the findings the build introduced, fixed, or shares with the baseline. This helps you focus on what a new build changed instead of re-triaging the hundreds of findings it inherited from earlier builds. You can also suppress the findings shared with the baseline so only the new ones remain. For more information, see Incremental container scanning.