> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/security/release-notes/lfx-security-v2.0.31-release.md).

# LFX Security V2.0.31 Release

Release Date:23/March/2022

## LFX Security Overview

LFX Security provides a strong security for you open source code. LFX provides a clear view into the security of a given project and enables developers to identify and resolve vulnerabilities quickly and easily.

Some of the prominent features for LFX Security are:

* Automated vulnerability scanning
* License compliance management
* Centralized project security dashboard
* Fix Recommendations
* Contextual vulnerability reporting
* Detailed Dependency Tree
* Neutral to Source Control Systems
* Release Version Contextualization
* Code secrets detection
* Identification of Non Inclusive language in the code

## New Features and Bug Fixes

This sections provides you with list of new features and bug fixes for this release.

### New Features

**NA**

### Bug Fixes

The following list provides you the bug fixes that are applied in this release:

* Resolved PCC LFX Security Settings API Issues
  * Resolved API not implemented error (was using Datalake provider vs the vendor provider)
  * Removed the requirement to pass/provide the repository list for the Onboard Update settings API (not required if only adjusting the\
    auto-enable flag
  * Removed Settings Update response payload (not used by PCC) and took a lot of resources
* Updated to the serverless library to v3.8.0

## Known Issues

**NA**

## **Support Information**

You can visit the following links for more information on LFX Security:

* [LFX Security Website](https://lfx.linuxfoundation.org/tools/security/)
* [LFX Security Documentation](https://docs.linuxfoundation.org/lfx/security)
* [Support Forum](https://community.lfx.dev)
* [General Discussions](https://community.lfx.dev/c/lfx-general-discussion/72)
* [LFX Tool Help](https://community.lfx.dev/c/help/62)
* [Content & Articles](https://community.lfx.dev/c/content-articles/58)
* [Suggestions & Requests](https://community.lfx.dev/c/suggestion-box/70)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/security/release-notes/lfx-security-v2.0.31-release.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
