You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
5
5
6
6
## [Unreleased]
7
7
8
+
### Security
9
+
- updated `yard` dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 which closes attacks against a yard server loading arbitrary files (@majormoses)
10
+
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
11
+
12
+
### Breaking Changes
13
+
- removed ruby versions `< 2.3` support (@majormoses)
14
+
- bumped `sensu-plugin` to `~> 2.7` which removes in handler event filtering you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07)(@majormoses)
15
+
16
+
### Fixed
17
+
- fix `handler-microsoft-teams.rb`: rescue any non sensu specification compliant status code passed to the microsoft-teams handler as the color matching `unknown` (@majormoses)
18
+
19
+
### Changed
20
+
- appeased the cops (@majormoses)
21
+
8
22
## [1.3.1] - 2018-09-12
9
23
### Fixed
10
24
- Add erubis gem as a startup dependency (@asachs01)
0 commit comments