Skip to content

Commit cb3f245

Browse files
committed
Some misc cleanup work
1 parent d155fec commit cb3f245

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem 'rspec', '~> 3.0'
88
group :development do
99
gem 'pry'
1010
gem 'nokogiri', '~> 1.0'
11-
gem 'activesupport', '~> 7.0'
11+
gem 'activesupport', '~> 8.0'
1212
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ patched_versions:
121121

122122
* `gem` \[String\] (required): Name of the affected gem.
123123
* `library` \[String\] (optional): Name of the ruby library which the affected gem belongs to.
124-
* `framework` \[String\] (optional): Name of the framework which the affected gem belongs to.
124+
* `framework` \[String\] (optional): Name of the framework which the affected gem belongs to. (e.g. rails)
125125
* `platform` \[String\] (optional): If this vulnerability is platform-specific, name of platform this vulnerability affects (e.g. jruby)
126126
* `cve` \[String\] (optional): Common Vulnerabilities and Exposures (CVE) ID.
127127
* `osvdb` \[Integer\] (optional): Open Sourced Vulnerability Database (OSVDB) ID.

gems/karo/CVE-2014-10075.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
gem: karo
3-
library: rubygems
4-
framework: rubygems
5-
platform: rubygems
63
cve: 2014-10075
74
osvdb: 108573
85
ghsa: qfwq-chf4-jvwg
9-
url: https://nvd.nist.gov/vuln/detail/CVE-2014-10075
6+
url: https://github.com/advisories/GHSA-qfwq-chf4-jvwg
107
title: karo Gem for Ruby db.rb Metacharacter Handling Remote Command Execution
118
date: 2014-06-30
129
description: |
@@ -21,13 +18,13 @@ description: |
2118
in a Command ('Command Injection')
2219
2320
* Severity: CRITICAL - CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
21+
cvss_v2: 7.5
2422
cvss_v3: 9.8
23+
notes: "Never patched"
2524
related:
2625
url:
2726
- https://nvd.nist.gov/vuln/detail/CVE-2014-10075
28-
- http://www.vapid.dhs.org/advisories/karo-2.3.8.html
2927
- http://www.vapidlabs.com/advisory.php?v=63
30-
- http://osvdb.org/show/osvdb/108573
31-
- https://github.com/advisories/GHSA-qf67-vmxx-gp4jGHSA-qfwq-chf4-jvwg.json
3228
- https://github.com/rahult/karo
3329
- https://github.com/rahult/karo/blob/master/CHANGELOG.md
30+
- https://github.com/advisories/GHSA-qfwq-chf4-jvwg

0 commit comments

Comments
 (0)