> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/releasenotes/previous-releases/february-2025/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# February 2025

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

### Endor patch dashboard

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

The Endor Patch dashboard demonstrates the impact of Endor Patches and request patches directly within the product.

It provides:

* A list of the most impactful dependencies affecting applications, with patches available for evaluation.
* Existing patches that can be used immediately upon purchase, along with their organization-wide impact.
* A visualization of how multiple patches would affect an application portfolio.
* Filters for reachability and severity to refine results easily.
* The dashboard makes it easier to assess, justify, and act on patching needs efficiently.

For more information, see [Endor patch dashboard](/inventory-insights/dashboards/endor-patches).

### View scan history

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

Scan History gives you a detailed view of past security scans, helping you track your project's security posture over time. With full context on individual scans, you can assess fidelity and troubleshoot issues more effectively.

For more information, see [Review past scan details](/inventory-insights/projects#review-past-scan-details).

### endorctl scan CLI options

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

Use the following new endorctl CLI options for tagging findings and projects:

* **Associate custom tags with findings**: Using the newly introduced `endorctl scan` CLI flag `--finding-tags <tags>` you can associate a list of custom tags with findings generated for objects in your scan. You can also use these tags to search and filter findings in the Endor Labs user interface.

* **Associate custom tags to your projects**: Using the newly introduced `endorctl scan` CLI flag `project-tags <tags>` you can associate a list of custom tags to your projects.

For more information, see [endorctl scan commands](/developers-api/cli/commands/scan).

### Endor Labs Azure Pipelines extension

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

The Endor Labs Azure Pipelines extension is now available in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=EndorLabs.endorlabs-security-scan-task).

You can use the extension to seamlessly integrate Endor Labs scanning into Azure Pipeline. For more information, see [Use Endor Labs extension with Azure pipelines](/setup-deployment/ci-cd/scan-with-azuredevops#configure-azure-pipeline-to-use-endor-labs).

### Add Azure organizations to Endor Labs

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

You can now add Azure organizations to Endor Labs instead of individual projects. All projects under the organization are added automatically. Azure organizations and projects are mapped as managed namespaces in Endor Labs.

For more information, see [Managed namespaces for Azure DevOps](/setup-deployment/scm-integrations/azure-app#managed-namespaces-for-azure-devops).

### Handle multiple requirement files with custom names in pip

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

Endor Labs now supports custom and multiple requirement file names while performing dependency analysis using the pip package manager.
For more information, see [Handling custom and multiple requirement files in pip](/scan/sca/python#handling-custom-and-multiple-requirement-files-in-pip).

### Support for py\_images with Bazel

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

Endor Labs now supports scanning [py\_image](https://github.com/bazelbuild/rules_docker/blob/master/README.md#py3_image) with Bazel. For more information, see [Bazel](/scan/bazel#supported-bazel-rules-and-features).

### Labels in Jira ticket

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

Jira tickets created by Endor Labs now include the labels `endorlabs-scan` and `endor-severity`, making it easy to identify these tickets and the severity of the findings associated with them. For more information, see [View ticket details in Jira](/integrations/jira#view-ticket-details-in-jira).

### Enhanced findings user interface

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

Endor Labs has improved the user interface for findings:

* Removed the **Overview tab**  to simplify the findings workflow.
* Moved the **Dependencies** and **Packages** tabs under **Inventory** for better organization and accessibility.
