Skip to content

Commit e05c72f

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

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
11+
### Changed
12+
- appeased the cops (@majormoses)
13+
814
## [2.0.0] - 2018-03-07
915
### Security
1016
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
source 'https://rubygems.org'
24

35
# Specify your gem's dependencies in sensu-plugins-consul.gemspec

sensu-plugins-consul.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
4444
s.add_development_dependency 'redcarpet', '~> 3.2'
4545
s.add_development_dependency 'rspec', '~> 3.4'
4646
s.add_development_dependency 'rubocop', '~> 0.51.0'
47-
s.add_development_dependency 'yard', '~> 0.8'
47+
s.add_development_dependency 'yard', '~> 0.9.11'
4848
end

test/spec_helper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# frozen_string_literal: true
2+
13
require 'codeclimate-test-reporter'
24
CodeClimate::TestReporter.start

0 commit comments

Comments
 (0)