File tree Expand file tree Collapse file tree 9 files changed +29
-8
lines changed
library/Icinga/Application Expand file tree Collapse file tree 9 files changed +29
-8
lines changed Original file line number Diff line number Diff 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
930You can find all issues related to this release on the respective [ milestone] ( https://github.com/Icinga/icingaweb2/milestone/61?closed=1 ) .
Original file line number Diff line number Diff line change 1- v2.8.1
1+ v2.8.2
Original file line number Diff line number Diff line change 88 */
99class 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
Original file line number Diff line number Diff line change 11Module: doc
2- Version: 2.8.1
2+ Version: 2.8.2
33Description: Documentation module
44 Extracts, shows and exports documentation for Icinga Web 2 and its modules.
Original file line number Diff line number Diff line change 11Module: migrate
2- Version: 2.8.1
2+ Version: 2.8.2
33Description: 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.
Original file line number Diff line number Diff line change 11Module: monitoring
2- Version: 2.8.1
2+ Version: 2.8.2
33Description: 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.
Original file line number Diff line number Diff line change 11Module: setup
2- Version: 2.8.1
2+ Version: 2.8.2
33Description: 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),
Original file line number Diff line number Diff line change 11Module: test
2- Version: 2.8.1
2+ Version: 2.8.2
33Description: 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.
Original file line number Diff line number Diff line change 11Module: translation
2- Version: 2.8.1
2+ Version: 2.8.2
33Description: 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
You can’t perform that action at this time.
0 commit comments