Skip to content

Commit 8a89839

Browse files
committed
Release v2.8.2
2 parents c6baff2 + b012efc commit 8a89839

File tree

9 files changed

+29
-8
lines changed

9 files changed

+29
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
44

55
## What's New
66

7+
### What's New in Version 2.8.2
8+
9+
**Notice**: This is a security release. It is recommended to immediately upgrade to this release.
10+
11+
You can find all issues related to this release on the respective [milestone](https://github.com/Icinga/icingaweb2/milestone/62?closed=1).
12+
13+
#### Path Traversal Vulnerability
14+
15+
The vulnerability in question allows an attacker to access arbitrary files which are readable by the process running
16+
Icinga Web 2. Technical details can be found at the corresponding [CVE-2020-24368](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24368)
17+
and in the issue below.
18+
19+
* Possible path traversal when serving static image files [#4226](https://github.com/Icinga/icingaweb2/issues/4226)
20+
21+
#### Broken Negated Filters with PostgreSQL
22+
23+
We've also included a small non-security related fix. Searching for e.g. `servicegroup!=support` leads to an error
24+
instead of the desired result when using a PostgreSQL database.
25+
26+
* Single negated membership filter fails with PostgreSQL [#4196](https://github.com/Icinga/icingaweb2/issues/4196)
27+
728
### What's New in Version 2.8.1
829

930
You can find all issues related to this release on the respective [milestone](https://github.com/Icinga/icingaweb2/milestone/61?closed=1).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.8.1
1+
v2.8.2

library/Icinga/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
class Version
1010
{
11-
const VERSION = '2.8.1';
11+
const VERSION = '2.8.2';
1212

1313
/**
1414
* Get the version of this instance of Icinga Web 2

modules/doc/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Module: doc
2-
Version: 2.8.1
2+
Version: 2.8.2
33
Description: Documentation module
44
Extracts, shows and exports documentation for Icinga Web 2 and its modules.

modules/migrate/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: migrate
2-
Version: 2.8.1
2+
Version: 2.8.2
33
Description: Migrate module
44
This module was introduced with the domain-aware authentication feature in version 2.5.0.
55
It helps you migrating users and user configurations according to a given domain.

modules/monitoring/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: monitoring
2-
Version: 2.8.1
2+
Version: 2.8.2
33
Description: Icinga monitoring module
44
IDO accessor and UI for your monitoring. This is the initial instalment for a
55
graphical presentation of Icinga environments. The predecessor of Icinga DB.

modules/setup/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: setup
2-
Version: 2.8.1
2+
Version: 2.8.2
33
Description: Setup module
44
Web based wizard for setting up Icinga Web 2 and its modules.
55
This includes the data backends (e.g. relational database, LDAP),

modules/test/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: test
2-
Version: 2.8.1
2+
Version: 2.8.2
33
Description: Translation module
44
This module allows developers to run (unit) tests against Icinga Web 2 and
55
any of its modules. Usually you do not need to enable this.

modules/translation/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: translation
2-
Version: 2.8.1
2+
Version: 2.8.2
33
Description: Translation module
44
This module allows developers and translators to translate Icinga Web 2 and
55
its modules for multiple languages. You do not need this module to run an

0 commit comments

Comments
 (0)