> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# October 2025

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

### Discontinuation of CI/CD tool scan

<Badge icon="badge-alert" color="orange" shape="pill">Breaking Change</Badge>

CI/CD tool scanning has been discontinued and is no longer available. This change does not affect the scanning of GitHub Action dependencies.

### Endor AI chat

<Badge icon="star" color="green" shape="pill">New</Badge>

Endor Labs now includes **Endor AI Chat**, an AI-powered assistant designed to help you understand vulnerabilities and take quicker, more informed action. You can ask natural language questions about security findings, scan results, package versions, and vulnerabilities. See [Endor AI chat](/secure-ai-coding/agentic-ui).

### Pre-computed reachability analysis

<Badge icon="star" color="green" shape="pill">New</Badge>

Endor Labs now supports pre-computed reachability analysis to determine vulnerability exposure in dependencies without requiring code compilation or full call graph generation. You can enable it using the pre-computed flag for quick scans and full scans.

For more information, see [Pre-computed reachability analysis](/scan/sca/reachability-analysis/pre-computed-reachability).

### Search for authorization policies

<Badge icon="check" color="blue" shape="pill">Enhancement</Badge>

You can now search for authorization policies using rule criteria, creator email addresses, and namespace assignments.

For more information, see [Search authorization policies](/platform-administration/rbac/authorization-policies#search-authorization-policies).

### Filter notifications using project name

<Badge icon="check" color="blue" shape="pill">Enhancement</Badge>

You can now filter notifications by project name to focus on notifications from specific projects and reduce noise from others.

For more information, see [Notifications](/introduction/endor-labs-ui#notifications).

### Gradle support for Scala projects

<Badge icon="check" color="blue" shape="pill">Enhancement</Badge>

Endor Labs now supports scanning Scala projects built with Gradle by resolving dependencies from `build.gradle` or `build.gradle.kts` files.

For more information, see [Scan Scala projects](/scan/sca/scala).
