Skip to content

Commit 2c69ce3

Browse files
committed
[CVE-2017-17042] update vulnerable yard dependency
Signed-off-by: Ben Abrams <[email protected]>
1 parent ae7ccdf commit 2c69ce3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
### Security
9+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
10+
811
## [2.8.3] - 2018-03-14
912
### Fixed
1013
- `metrics-curl.rb`: fix shell quoting problem at execution and parse correctly curl metrics on non-C locale. (@multani)

sensu-plugins-http.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
5353
s.add_development_dependency 'rubocop', '~> 0.51.0'
5454
# intentionally locked as 1.17 requires ruby 2.3+
5555
s.add_development_dependency 'test-kitchen', '~> 1.16.0'
56-
s.add_development_dependency 'yard', '~> 0.8'
56+
s.add_development_dependency 'yard', '~> 0.9.11'
5757
end

0 commit comments

Comments
 (0)