# 2025.11.0

Upgrade Notes

None.

***

New Features

\[INSIGHTS] Latest compatible component version display When displaying the latest version of a component, the latest version that is compatible with your Mendix version is now also displayed.

\[POLICIES] COMP\_0007 and COMP\_0008 use latest compatible component version COMP\_0007 and COMP\_0008 now use the latest version of a component that is compatible with your Mendix version instead of the absolute latest version when checking for the latest version of a module or widget.

\[POLICIES] COMP\_0001 uses CVSS score to set severity level COMP\_0001 now uses the CVSS score of a vulnerability to automatically set the severity level of the policy check result, preventing low-severity security vulnerabilities from causing high-risk alerts.

\[POLICIES] Actions available for policy checks When a policy check fails, it is now possible to either send an alert or assign a task.

\[TASKS] Task list A new task type is available: Task List. This enables you to create a list of tasks that must be completed as a group. Individual tasks in a task list can be assigned to different app roles, such as App Owner or App Administrator.

\[RELEASES] Assign task pipeline task A new pipeline task is available: Assign Task. You can now assign a manual task that must be completed before the pipeline can continue.

\[CORE] Disable configurations on environments page Configurations can now be disabled on the Environments page, preventing old configurations from being visible when selecting a configuration to deploy in a release.

***

Resolved Issues

\[POLICIES] APP\_0003 only fails for sandbox environment type APP\_0003 now only fails if the environment type is Sandbox.

\[RELEASES] Warning when deploy task added without build task A warning is now displayed when a Deploy task is added to a pipeline without a Build task already existing in the pipeline.

\[POLICIES] DOM\_0006 incorrectly checking non-persistent objects DOM\_0006 now correctly checks if anonymous users can create persistent objects instead of non-persistent objects.


---

# Agent Instructions: 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:

```
GET https://docs.bluestorm.io/support/releases/appcontrol-2025/2025.11.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
