> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xpanse-expander-rn/hotfix-releases/october-2024.md).

# October 2024

## Hotfix Release - October 20, 2024

The table below lists the bug fixes and enhancements in the October 20, 2024 hotfix release.

| Issue or Enhancement | Issue Type  | Description                                                                                                                                                   |
| -------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| XPSUPPORT-3128       | Bug Fix     | Improved CSV export performance for services in the Inventory.                                                                                                |
| XPSUPPORT-3127       | Bug Fix     | Improved CSV export performance for assets in the Inventory.                                                                                                  |
| XPSUPPORT-3116       | Bug Fix     | Improved CSV export performance for alerts.                                                                                                                   |
| XPSUPPORT-3038       | Bug Fix     | Fixed a click-through on the Server Software widget in the Websites dashboard.                                                                                |
| EXPANDR-11443        | Enhancement | Added Y-axis title and markers to Risk Trend Over Last 90 Days widget.                                                                                        |
| EXPANDR-11442        | Bug Fix     | Improved the styling and consistency of severity (critical, high, medium, low) in charts across widgets.                                                      |
| EXPANDR-11394        | Bug Fix     | Fixed a bug where the Assets tab in an incident or alert wouldn't load.                                                                                       |
| EXPANDR-11380        | Bug Fix     | The Top Assets with Compliance Violations widget was removed from the Attack Surface Compliance Violation dashboard to improve dashboard-loading performance. |
| EXPANDR-11188        | Bug Fix     | Fixed a bug that caused an API key to lose its configured scope when the role is updated.                                                                     |
| EXPANDR-11152        | Bug Fix     | Removed the words "Last 30 days" from the title of the Open Alerts by Severity widget, which displays current open alerts.                                    |
| EXPANDR-11151        | Bug Fix     | Fixed a bug that caused Business Units to appear in Tag filters.                                                                                              |
| EXPANDR-11143        | Enhancement | The ability to filter by business\_units\_list was added to the Get All Websites endpoint for the Cortex Xpanse API.                                          |
| EXPANDR-11101        | Enhancement | The Get Business Units endpoint was introduced for the Cortex Xpanse API.                                                                                     |
| EXPANDR-10809        | Enhancement | Introduced the ability to filter the Get All Alerts endpoint by first\_observed and last\_observed to collect data over specific periods of time.             |
| EXPANDR-10807        | Enhancement | Introduced the ability to filter the Get All Services endpoint by first\_observed and last\_observed to collect data over specific periods of time.           |
| EXPANDR-9930         | Enhancement | Introduced the ability to filter the Get All Assets endpoint by first\_observed and last\_observed to collect data over specific periods of time.             |
| EXPANDR-9443         | Bug Fix     | Fixed a bug that caused alert exclusion rules to not be applied to new alerts.                                                                                |


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xpanse-expander-rn/hotfix-releases/october-2024.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.
