Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(Release) Release notes web 23.04.24 #3927

Merged
merged 4 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,40 @@ Retrouvez plus de détails sur la version 23.04 dans notre [post de blog](https:

## Centreon Web

### 23.04.24

Release date: `January 09, 2024`

<details open>
<summary>Enhancements</summary>

- [API] Added missing configuration change logs for service severities configuration.
- [Install] Added 23.04 support for unattended script.

</details>

<details>
<summary>Bug fixes</summary>

- [Custom Views] Fixed an issue preventing some filters from functioning in the "Hostgroup monitoring" and "Host monitoring" widgets.
- [Event Logs] Fixed hostgroup selection.

</details>

<details>
<summary>Security fixes</summary>

- [Security] Fixed an issue on virtual metrics' RPN field.
- [Security] Fixed a security issue in media binary.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to export the results in CSV format.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "Host Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "TOP10 CPU usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "TOP10 Memory usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Improved an SQL query triggered via the Event Logs menu for better protection.

</details>

### 23.04.23

Release date: `November 21, 2024`
Expand Down
34 changes: 34 additions & 0 deletions versioned_docs/version-23.04/releases/centreon-os.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,40 @@ Read more about version 23.04 in our [blog post](https://www.centreon.com/centre

## Centreon Web

### 23.04.24

Release date: `January 9, 2024`

<details open>
<summary>Enhancements</summary>

- [API] Added missing configuration change logs for service severities configuration.
- [Install] Added 23.04 support for unattended script.

</details>

<details>
<summary>Bug fixes</summary>

- [Custom Views] Fixed an issue preventing some filters from functioning in the "Hostgroup monitoring" and "Host monitoring" widgets.
- [Event Logs] Fixed hostgroup selection.

</details>

<details>
<summary>Security fixes</summary>

- [Security] Fixed an issue on virtual metrics' RPN field.
- [Security] Fixed a security issue in media binary.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to export the results in CSV format.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "Host Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "TOP10 CPU usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "TOP10 Memory usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Improved an SQL query triggered via the Event Logs menu for better protection.

</details>

### 23.04.23

Release date: `November 21, 2024`
Expand Down
Loading