> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/changelog/version-5.11-april-11-2025-1-1.md).

# Version 5.11 - April 11, 2025

Version 5.11 introduces key upgrades to enhance developer experience, improve static analysis, and more effectively enforce security controls across builds. This release focuses on usability improvements, better enforcement of secure development policies, and expanded language support in SAST.

### 🧩 Unified Screen Design

We’ve updated all product screens to improve readability and consistency across the platform.

* Key fields like **explanation** and **location** are now always visible
* Homogeneous layouts across risk types make navigation more intuitive
* Original filtering and sorting options remain fully supported

This visual redesign helps teams scan, triage, and act on issues faster—reducing friction and enabling more efficient reviews across large projects.

<figure><img src="/files/LsYShpJoKckn97sRBSEe" alt=""><figcaption></figcaption></figure>

### 🛡️ Guardrail Rule Enhancements

Guardrails now offer more control to enforce build-time security policies with greater precision.

* Create detailed **Go/No-Go rules** for specific scenarios and thresholds
* Update the **baseline directly from the CLI**. No UI interaction is needed

These changes make it easier to integrate Guardrails into automated pipelines and align security enforcement with internal compliance requirements.

<figure><img src="/files/ZjZhR5xiX9wlJ4p1lLpV" alt=""><figcaption></figcaption></figure>

### 🧪 SAST Detection & Performance Improvements

We’ve expanded and optimized our static analysis rules to strengthen detection and reduce overhead.

* New and extended detection rules for **PHP**
* Refined logic and detectors across other supported languages
* **Performance boosts** that reduce scan times for large codebases

These enhancements help teams catch more relevant issues with less delay, improving overall security coverage without slowing development.

<figure><img src="/files/9IxAwgJLK9tfGjLReS6V" alt=""><figcaption></figcaption></figure>


---

# 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.xygeni.io/changelog/version-5.11-april-11-2025-1-1.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.
