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
+13-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,22 @@
1
1
# Change Log
2
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
3
4
-
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
4
+
This CHANGELOG follows the format laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
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 support for `< 2.3` (@majormoses)
14
+
15
+
### Changed
16
+
- appeased the cops (@majormoses)
17
+
- bumped min `sensu-plugin` to the latest version of 2.x (@majormoses)
0 commit comments