> ## 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/december-2024/index",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# December 2024

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

### Upgrade to endorctl version 1.6.734 or later for container scans

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

Endor Labs has notably improved container scanning, enhancing the accuracy of findings. As a result, container scans performed with older endorctl versions sometimes yield different or no results.

To ensure accurate scans, upgrade endorctl to version 1.6.734 or higher.

Run `endorctl --version` to check your current version. For instructions on upgrading endorctl, see [Install Endor Labs on your local system](/introduction/getting-started#install-endorctl).

### Upgrades and remediation support for .NET, Kotlin, and Scala projects

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

Endor Labs upgrade impact analysis now extends its capabilities to support Kotlin, Scala, and .NET projects, complementing the existing support for Python and Java to streamline dependency upgrades across more languages. For more information, see [Remediation support matrix](/risk-remediation#remediation-support-matrix).

### Configure container finding policies

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

Container base images from untrusted sources may lack proper security audits or fail to comply with organizational standards, increasing the risk of vulnerabilities being exploited. To address this, you can now configure a finding policy to detect unauthorised base images and raise a critical finding. For more information, see [Container policies](/platform-administration/policies/finding-policies/container-policies).

### Export multiple package versions in SBOM

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

You can now export multiple package versions in an SBOM through the Endor Labs user interface. This feature allows aggregating multiple package versions of a project in a single SBOM file. You can choose packages and package versions of a project, which you can export as an SBOM file. For more information, see [Export an SBOM at the project level](/inventory-insights/sbom/exporting-sboms#export-an-sbom-at-the-project-level).

### My Packages removed from Endor Labs user interface

**My Packages** page is no longer available on the Endor Labs user interface. Instead, you can view packages and package versions associated with a project under **Projects**. Use the package versions filter in **Projects** to filter by specific package criteria.
