bundler-audit 0.7.0.1 → 0.9.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/FUNDING.yml +3 -0
- data/.github/ISSUE_TEMPLATE/bug-report.md +44 -0
- data/.github/workflows/ruby.yml +42 -0
- data/.gitignore +1 -0
- data/.rspec +1 -1
- data/.rubocop.yml +83 -0
- data/COPYING.txt +4 -4
- data/ChangeLog.md +95 -4
- data/Gemfile +7 -3
- data/README.md +79 -17
- data/Rakefile +7 -26
- data/bundler-audit.gemspec +3 -11
- data/gemspec.yml +2 -2
- data/lib/bundler/audit/advisory.rb +36 -4
- data/lib/bundler/audit/cli/formats/json.rb +65 -0
- data/lib/bundler/audit/cli/formats/junit.rb +127 -0
- data/lib/bundler/audit/cli/formats/text.rb +122 -0
- data/lib/bundler/audit/cli/formats.rb +148 -0
- data/lib/bundler/audit/cli/thor_ext/shell/basic/say_error.rb +33 -0
- data/lib/bundler/audit/cli.rb +111 -93
- data/lib/bundler/audit/configuration.rb +108 -0
- data/lib/bundler/audit/database.rb +153 -30
- data/lib/bundler/audit/report.rb +149 -0
- data/lib/bundler/audit/results/insecure_source.rb +78 -0
- data/lib/bundler/audit/results/result.rb +21 -0
- data/lib/bundler/audit/results/unpatched_gem.rb +98 -0
- data/lib/bundler/audit/results.rb +19 -0
- data/lib/bundler/audit/scanner.rb +101 -22
- data/lib/bundler/audit/task.rb +19 -6
- data/lib/bundler/audit/version.rb +3 -3
- data/lib/bundler/audit.rb +2 -2
- data/spec/advisory_spec.rb +42 -15
- data/spec/bundle/insecure_sources/Gemfile.lock +133 -85
- data/spec/bundle/secure/Gemfile.lock +60 -57
- data/spec/bundle/unpatched_gems/Gemfile.lock +6 -72
- data/spec/bundle/unpatched_gems_with_dot_configuration/.bundler-audit.yml +3 -0
- data/spec/bundle/unpatched_gems_with_dot_configuration/Gemfile +3 -0
- data/spec/bundle/unpatched_gems_with_dot_configuration/Gemfile.lock +31 -0
- data/spec/cli/formats/json_spec.rb +114 -0
- data/spec/cli/formats/junit_spec.rb +284 -0
- data/spec/cli/formats/text_spec.rb +273 -0
- data/spec/cli/formats_spec.rb +86 -0
- data/spec/cli_spec.rb +78 -26
- data/spec/configuration_spec.rb +78 -0
- data/spec/database_spec.rb +273 -52
- data/spec/fixtures/advisory/CVE-2020-1234.yml +21 -0
- data/spec/fixtures/{not_a_hash.yml → advisory/not_a_hash.yml} +0 -0
- data/spec/fixtures/config/bad/empty.yml +0 -0
- data/spec/fixtures/config/bad/ignore_contains_a_non_string.yml +4 -0
- data/spec/fixtures/config/bad/ignore_is_not_an_array.yml +3 -0
- data/spec/fixtures/config/valid.yml +4 -0
- data/spec/fixtures/lib/bundler/audit/cli/formats/bad.rb +17 -0
- data/spec/fixtures/lib/bundler/audit/cli/formats/good.rb +17 -0
- data/spec/integration_spec.rb +17 -89
- data/spec/report_spec.rb +98 -0
- data/spec/results/insecure_source_spec.rb +47 -0
- data/spec/results/result_spec.rb +10 -0
- data/spec/results/unpatched_gem_spec.rb +123 -0
- data/spec/scanner_spec.rb +90 -35
- data/spec/spec_helper.rb +42 -25
- metadata +46 -568
- data/.gitmodules +0 -3
- data/.travis.yml +0 -14
- data/data/ruby-advisory-db/.gitignore +0 -1
- data/data/ruby-advisory-db/.rspec +0 -1
- data/data/ruby-advisory-db/.travis.yml +0 -12
- data/data/ruby-advisory-db/CONTRIBUTING.md +0 -71
- data/data/ruby-advisory-db/CONTRIBUTORS.md +0 -41
- data/data/ruby-advisory-db/Gemfile +0 -11
- data/data/ruby-advisory-db/Gemfile.lock +0 -44
- data/data/ruby-advisory-db/LICENSE.txt +0 -5
- data/data/ruby-advisory-db/README.md +0 -133
- data/data/ruby-advisory-db/Rakefile +0 -22
- data/data/ruby-advisory-db/gems/Arabic-Prawn/CVE-2014-2322.yml +0 -12
- data/data/ruby-advisory-db/gems/RedCloth/CVE-2012-6684.yml +0 -21
- data/data/ruby-advisory-db/gems/VladTheEnterprising/CVE-2014-4995.yml +0 -13
- data/data/ruby-advisory-db/gems/VladTheEnterprising/CVE-2014-4996.yml +0 -13
- data/data/ruby-advisory-db/gems/actionmailer/CVE-2013-4389.yml +0 -17
- data/data/ruby-advisory-db/gems/actionpack/CVE-2012-1099.yml +0 -26
- data/data/ruby-advisory-db/gems/actionpack/CVE-2012-3424.yml +0 -28
- data/data/ruby-advisory-db/gems/actionpack/CVE-2012-3463.yml +0 -26
- data/data/ruby-advisory-db/gems/actionpack/CVE-2012-3465.yml +0 -23
- data/data/ruby-advisory-db/gems/actionpack/CVE-2013-0156.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/CVE-2013-1855.yml +0 -20
- data/data/ruby-advisory-db/gems/actionpack/CVE-2013-1857.yml +0 -23
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-0081.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-0082.yml +0 -22
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-0130.yml +0 -23
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-7818.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-7829.yml +0 -26
- data/data/ruby-advisory-db/gems/actionpack/CVE-2015-7576.yml +0 -119
- data/data/ruby-advisory-db/gems/actionpack/CVE-2015-7581.yml +0 -55
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-0751.yml +0 -74
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-0752.yml +0 -96
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-2097.yml +0 -91
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-2098.yml +0 -89
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-6316.yml +0 -57
- data/data/ruby-advisory-db/gems/actionpack/CVE-2020-8164.yml +0 -49
- data/data/ruby-advisory-db/gems/actionpack/CVE-2020-8166.yml +0 -31
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100524.yml +0 -20
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100525.yml +0 -21
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100526.yml +0 -27
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100527.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100528.yml +0 -22
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-74616.yml +0 -18
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-77199.yml +0 -23
- data/data/ruby-advisory-db/gems/actionpack-page_caching/CVE-2020-8159.yml +0 -40
- data/data/ruby-advisory-db/gems/actionview/CVE-2016-0752.yml +0 -95
- data/data/ruby-advisory-db/gems/actionview/CVE-2016-2097.yml +0 -89
- data/data/ruby-advisory-db/gems/actionview/CVE-2016-6316.yml +0 -56
- data/data/ruby-advisory-db/gems/actionview/CVE-2019-5418.yml +0 -98
- data/data/ruby-advisory-db/gems/actionview/CVE-2019-5419.yml +0 -95
- data/data/ruby-advisory-db/gems/actionview/CVE-2020-5267.yml +0 -69
- data/data/ruby-advisory-db/gems/actionview/CVE-2020-8163.yml +0 -29
- data/data/ruby-advisory-db/gems/actionview/CVE-2020-8167.yml +0 -45
- data/data/ruby-advisory-db/gems/active-support/CVE-2018-3779.yml +0 -17
- data/data/ruby-advisory-db/gems/activejob/CVE-2018-16476.yml +0 -36
- data/data/ruby-advisory-db/gems/activemodel/CVE-2016-0753.yml +0 -95
- data/data/ruby-advisory-db/gems/activerecord/CVE-2012-2660.yml +0 -24
- data/data/ruby-advisory-db/gems/activerecord/CVE-2012-2661.yml +0 -25
- data/data/ruby-advisory-db/gems/activerecord/CVE-2013-0155.yml +0 -24
- data/data/ruby-advisory-db/gems/activerecord/CVE-2013-0276.yml +0 -21
- data/data/ruby-advisory-db/gems/activerecord/CVE-2013-0277.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/CVE-2013-1854.yml +0 -26
- data/data/ruby-advisory-db/gems/activerecord/CVE-2014-0080.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/CVE-2014-3482.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/CVE-2014-3483.yml +0 -24
- data/data/ruby-advisory-db/gems/activerecord/CVE-2014-3514.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/CVE-2015-7577.yml +0 -110
- data/data/ruby-advisory-db/gems/activerecord/CVE-2016-6317.yml +0 -73
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-88661.yml +0 -20
- data/data/ruby-advisory-db/gems/activerecord-jdbc-adapter/OSVDB-114854.yml +0 -20
- data/data/ruby-advisory-db/gems/activerecord-oracle_enhanced-adapter/OSVDB-95376.yml +0 -15
- data/data/ruby-advisory-db/gems/activeresource/CVE-2020-8151.yml +0 -48
- data/data/ruby-advisory-db/gems/activeresource/OSVDB-95749.yml +0 -15
- data/data/ruby-advisory-db/gems/activestorage/CVE-2018-16477.yml +0 -43
- data/data/ruby-advisory-db/gems/activestorage/CVE-2020-8162.yml +0 -31
- data/data/ruby-advisory-db/gems/activesupport/CVE-2012-1098.yml +0 -26
- data/data/ruby-advisory-db/gems/activesupport/CVE-2012-3464.yml +0 -23
- data/data/ruby-advisory-db/gems/activesupport/CVE-2013-0333.yml +0 -25
- data/data/ruby-advisory-db/gems/activesupport/CVE-2013-1856.yml +0 -28
- data/data/ruby-advisory-db/gems/activesupport/CVE-2015-3226.yml +0 -55
- data/data/ruby-advisory-db/gems/activesupport/CVE-2015-3227.yml +0 -33
- data/data/ruby-advisory-db/gems/activesupport/CVE-2020-8165.yml +0 -41
- data/data/ruby-advisory-db/gems/administrate/CVE-2016-3098.yml +0 -14
- data/data/ruby-advisory-db/gems/administrate/CVE-2020-5257.yml +0 -24
- data/data/ruby-advisory-db/gems/aescrypt/CVE-2013-7463.yml +0 -10
- data/data/ruby-advisory-db/gems/airbrake-ruby/CVE-2019-16060.yml +0 -18
- data/data/ruby-advisory-db/gems/archive-tar-minitar/CVE-2016-10173.yml +0 -16
- data/data/ruby-advisory-db/gems/as/OSVDB-112683.yml +0 -10
- data/data/ruby-advisory-db/gems/authlogic/CVE-2012-6497.yml +0 -15
- data/data/ruby-advisory-db/gems/auto_awesomplete/OSVDB-132800.yml +0 -11
- data/data/ruby-advisory-db/gems/auto_select2/OSVDB-132800.yml +0 -13
- data/data/ruby-advisory-db/gems/awesome-bot/CVE-2019-15224.yml +0 -19
- data/data/ruby-advisory-db/gems/awesome_spawn/CVE-2014-0156.yml +0 -19
- data/data/ruby-advisory-db/gems/backup-agoddard/CVE-2014-4993.yml +0 -8
- data/data/ruby-advisory-db/gems/backup_checksum/CVE-2014-4993.yml +0 -12
- data/data/ruby-advisory-db/gems/backup_checksum/OSVDB-108570.yml +0 -10
- data/data/ruby-advisory-db/gems/bcrypt/OSVDB-62067.yml +0 -17
- data/data/ruby-advisory-db/gems/bcrypt-ruby/OSVDB-62067.yml +0 -19
- data/data/ruby-advisory-db/gems/bibtex-ruby/CVE-2019-10780.yml +0 -16
- data/data/ruby-advisory-db/gems/bio-basespace-sdk/CVE-2013-7111.yml +0 -8
- data/data/ruby-advisory-db/gems/bitcoin_vanity/CVE-2019-15224.yml +0 -18
- data/data/ruby-advisory-db/gems/blockchain_wallet/CVE-2019-15224.yml +0 -19
- data/data/ruby-advisory-db/gems/bootstrap/CVE-2016-10735.yml +0 -20
- data/data/ruby-advisory-db/gems/bootstrap/CVE-2018-14040.yml +0 -24
- data/data/ruby-advisory-db/gems/bootstrap/CVE-2019-8331.yml +0 -20
- data/data/ruby-advisory-db/gems/bootstrap-sass/CVE-2016-10735.yml +0 -20
- data/data/ruby-advisory-db/gems/bootstrap-sass/CVE-2019-10842.yml +0 -25
- data/data/ruby-advisory-db/gems/bootstrap-sass/CVE-2019-8331.yml +0 -20
- data/data/ruby-advisory-db/gems/brakeman/CVE-2019-18409.yml +0 -26
- data/data/ruby-advisory-db/gems/brbackup/CVE-2014-5004.yml +0 -11
- data/data/ruby-advisory-db/gems/brbackup/OSVDB-108899.yml +0 -12
- data/data/ruby-advisory-db/gems/brbackup/OSVDB-108900.yml +0 -11
- data/data/ruby-advisory-db/gems/bson/CVE-2015-4411.yml +0 -21
- data/data/ruby-advisory-db/gems/bson/CVE-2015-4412.yml +0 -18
- data/data/ruby-advisory-db/gems/builder/OSVDB-95668.yml +0 -13
- data/data/ruby-advisory-db/gems/bundler/CVE-2013-0334.yml +0 -15
- data/data/ruby-advisory-db/gems/bundler/OSVDB-115090.yml +0 -13
- data/data/ruby-advisory-db/gems/bundler/OSVDB-115091.yml +0 -12
- data/data/ruby-advisory-db/gems/bundler/OSVDB-115917.yml +0 -12
- data/data/ruby-advisory-db/gems/cairo/CVE-2017-7475.yml +0 -15
- data/data/ruby-advisory-db/gems/cap-strap/CVE-2014-4992.yml +0 -8
- data/data/ruby-advisory-db/gems/cap-strap/OSVDB-108575.yml +0 -7
- data/data/ruby-advisory-db/gems/capistrano-colors/CVE-2019-15224.yml +0 -19
- data/data/ruby-advisory-db/gems/chartkick/CVE-2019-12732.yml +0 -21
- data/data/ruby-advisory-db/gems/chartkick/CVE-2019-18841.yml +0 -13
- data/data/ruby-advisory-db/gems/chloride/CVE-2018-6517.yml +0 -17
- data/data/ruby-advisory-db/gems/ciborg/CVE-2014-5003.yml +0 -8
- data/data/ruby-advisory-db/gems/cocaine/CVE-2013-4457.yml +0 -15
- data/data/ruby-advisory-db/gems/codders-dataset/CVE-2014-4991.yml +0 -8
- data/data/ruby-advisory-db/gems/coin_base/CVE-2019-15224.yml +0 -18
- data/data/ruby-advisory-db/gems/colorscore/CVE-2015-7541.yml +0 -21
- data/data/ruby-advisory-db/gems/coming-soon/CVE-2019-15224.yml +0 -18
- data/data/ruby-advisory-db/gems/command_wrap/CVE-2013-1875.yml +0 -9
- data/data/ruby-advisory-db/gems/consul/CVE-2019-16377.yml +0 -15
- data/data/ruby-advisory-db/gems/crack/CVE-2013-1800.yml +0 -17
- data/data/ruby-advisory-db/gems/cremefraiche/CVE-2013-2090.yml +0 -11
- data/data/ruby-advisory-db/gems/cron_parser/CVE-2019-15224.yml +0 -20
- data/data/ruby-advisory-db/gems/curb/OSVDB-114600.yml +0 -12
- data/data/ruby-advisory-db/gems/curl/CVE-2013-2617.yml +0 -13
- data/data/ruby-advisory-db/gems/datagrid/CVE-2019-14281.yml +0 -14
- data/data/ruby-advisory-db/gems/delayed_job_web/CVE-2017-12097.yml +0 -17
- data/data/ruby-advisory-db/gems/devise/CVE-2013-0233.yml +0 -20
- data/data/ruby-advisory-db/gems/devise/CVE-2015-8314.yml +0 -14
- data/data/ruby-advisory-db/gems/devise/CVE-2019-16109.yml +0 -13
- data/data/ruby-advisory-db/gems/devise/CVE-2019-5421.yml +0 -16
- data/data/ruby-advisory-db/gems/devise/OSVDB-114435.yml +0 -17
- data/data/ruby-advisory-db/gems/devise-two-factor/CVE-2015-7225.yml +0 -22
- data/data/ruby-advisory-db/gems/doge-coin/CVE-2019-15224.yml +0 -19
- data/data/ruby-advisory-db/gems/doorkeeper/CVE-2014-8144.yml +0 -26
- data/data/ruby-advisory-db/gems/doorkeeper/CVE-2016-6582.yml +0 -43
- data/data/ruby-advisory-db/gems/doorkeeper/CVE-2018-1000088.yml +0 -39
- data/data/ruby-advisory-db/gems/doorkeeper/CVE-2018-1000211.yml +0 -39
- data/data/ruby-advisory-db/gems/doorkeeper/CVE-2020-10187.yml +0 -34
- data/data/ruby-advisory-db/gems/doorkeeper/OSVDB-118830.yml +0 -17
- data/data/ruby-advisory-db/gems/doorkeeper-openid_connect/CVE-2019-9837.yml +0 -16
- data/data/ruby-advisory-db/gems/dragonfly/CVE-2013-1756.yml +0 -16
- data/data/ruby-advisory-db/gems/dragonfly/CVE-2013-5671.yml +0 -14
- data/data/ruby-advisory-db/gems/dragonfly/OSVDB-110439.yml +0 -13
- data/data/ruby-advisory-db/gems/dragonfly/OSVDB-97854.yml +0 -12
- data/data/ruby-advisory-db/gems/easymon/CVE-2018-1000855.yml +0 -16
- data/data/ruby-advisory-db/gems/echor/CVE-2014-1834.yml +0 -12
- data/data/ruby-advisory-db/gems/echor/CVE-2014-1835.yml +0 -11
- data/data/ruby-advisory-db/gems/ember-source/CVE-2013-4170.yml +0 -25
- data/data/ruby-advisory-db/gems/ember-source/CVE-2014-0013.yml +0 -33
- data/data/ruby-advisory-db/gems/ember-source/CVE-2014-0014.yml +0 -30
- data/data/ruby-advisory-db/gems/ember-source/CVE-2014-0046.yml +0 -26
- data/data/ruby-advisory-db/gems/ember-source/CVE-2015-1866.yml +0 -26
- data/data/ruby-advisory-db/gems/ember-source/CVE-2015-7565.yml +0 -30
- data/data/ruby-advisory-db/gems/enum_column3/OSVDB-94679.yml +0 -9
- data/data/ruby-advisory-db/gems/espeak-ruby/CVE-2016-10193.yml +0 -15
- data/data/ruby-advisory-db/gems/excon/CVE-2019-16779.yml +0 -23
- data/data/ruby-advisory-db/gems/extlib/CVE-2013-1802.yml +0 -18
- data/data/ruby-advisory-db/gems/fastreader/CVE-2013-2615.yml +0 -13
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2013-7222.yml +0 -17
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2013-7223.yml +0 -19
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2013-7224.yml +0 -17
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2013-7225.yml +0 -19
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2013-7249.yml +0 -16
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2014-5441.yml +0 -19
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2015-1585.yml +0 -17
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2018-1000842.yml +0 -23
- data/data/ruby-advisory-db/gems/fat_free_crm/CVE-2018-20975.yml +0 -12
- data/data/ruby-advisory-db/gems/faye/CVE-2020-11020.yml +0 -91
- data/data/ruby-advisory-db/gems/features/CVE-2013-4318.yml +0 -8
- data/data/ruby-advisory-db/gems/festivaltts4r/CVE-2016-10194.yml +0 -12
- data/data/ruby-advisory-db/gems/ffi/CVE-2018-1000201.yml +0 -22
- data/data/ruby-advisory-db/gems/field_test/CVE-2019-13146.yml +0 -20
- data/data/ruby-advisory-db/gems/fileutils/CVE-2013-2516.yml +0 -11
- data/data/ruby-advisory-db/gems/fileutils/OSVDB-90715.yml +0 -7
- data/data/ruby-advisory-db/gems/fileutils/OSVDB-90716.yml +0 -7
- data/data/ruby-advisory-db/gems/fileutils/OSVDB-90718.yml +0 -7
- data/data/ruby-advisory-db/gems/flash_tool/CVE-2013-2513.yml +0 -8
- data/data/ruby-advisory-db/gems/flavour_saver/OSVDB-110796.yml +0 -14
- data/data/ruby-advisory-db/gems/flukso4r/OSVDB-101577.yml +0 -7
- data/data/ruby-advisory-db/gems/fog-dragonfly/CVE-2013-1756.yml +0 -18
- data/data/ruby-advisory-db/gems/fog-dragonfly/CVE-2013-5671.yml +0 -16
- data/data/ruby-advisory-db/gems/fog-dragonfly/OSVDB-110439.yml +0 -15
- data/data/ruby-advisory-db/gems/fog-dragonfly/OSVDB-97854.yml +0 -12
- data/data/ruby-advisory-db/gems/ftpd/CVE-2013-2512.yml +0 -18
- data/data/ruby-advisory-db/gems/geminabox/CVE-2017-16792.yml +0 -21
- data/data/ruby-advisory-db/gems/gemirro/CVE-2017-16833.yml +0 -22
- data/data/ruby-advisory-db/gems/git-fastclone/CVE-2015-8968.yml +0 -21
- data/data/ruby-advisory-db/gems/git-fastclone/CVE-2015-8969.yml +0 -13
- data/data/ruby-advisory-db/gems/gitlab-grit/CVE-2013-4489.yml +0 -14
- data/data/ruby-advisory-db/gems/gnms/OSVDB-108594.yml +0 -7
- data/data/ruby-advisory-db/gems/gollum/CVE-2015-7314.yml +0 -13
- data/data/ruby-advisory-db/gems/gollum-grit_adapter/CVE-2014-9489.yml +0 -23
- data/data/ruby-advisory-db/gems/grape/CVE-2018-3769.yml +0 -20
- data/data/ruby-advisory-db/gems/gtk2/CVE-2007-6183.yml +0 -20
- data/data/ruby-advisory-db/gems/gyazo/CVE-2014-4994.yml +0 -10
- data/data/ruby-advisory-db/gems/haml/CVE-2017-1002201.yml +0 -19
- data/data/ruby-advisory-db/gems/handlebars-source/OSVDB-131671.yml +0 -17
- data/data/ruby-advisory-db/gems/http/CVE-2015-1828.yml +0 -14
- data/data/ruby-advisory-db/gems/httparty/CVE-2013-1801.yml +0 -14
- data/data/ruby-advisory-db/gems/i18n/CVE-2014-10077.yml +0 -18
- data/data/ruby-advisory-db/gems/i18n/OSVDB-100528.yml +0 -17
- data/data/ruby-advisory-db/gems/iodine/GHSA-85rf-xh54-whp3.yml +0 -21
- data/data/ruby-advisory-db/gems/jekyll/CVE-2018-17567.yml +0 -14
- data/data/ruby-advisory-db/gems/jquery-rails/CVE-2015-1840.yml +0 -36
- data/data/ruby-advisory-db/gems/jquery-rails/CVE-2019-11358.yml +0 -24
- data/data/ruby-advisory-db/gems/jquery-ui-rails/CVE-2016-7103.yml +0 -23
- data/data/ruby-advisory-db/gems/jquery-ujs/CVE-2015-1840.yml +0 -35
- data/data/ruby-advisory-db/gems/jruby-openssl/CVE-2009-4123.yml +0 -16
- data/data/ruby-advisory-db/gems/jruby-sandbox/OSVDB-106279.yml +0 -12
- data/data/ruby-advisory-db/gems/json/CVE-2013-0269.yml +0 -20
- data/data/ruby-advisory-db/gems/json/CVE-2020-10663.yml +0 -35
- data/data/ruby-advisory-db/gems/json/OSVDB-101157.yml +0 -14
- data/data/ruby-advisory-db/gems/json-jwt/CVE-2018-1000539.yml +0 -21
- data/data/ruby-advisory-db/gems/json-jwt/CVE-2019-18848.yml +0 -15
- data/data/ruby-advisory-db/gems/kafo/CVE-2014-0135.yml +0 -15
- data/data/ruby-advisory-db/gems/kajam/CVE-2014-4999.yml +0 -12
- data/data/ruby-advisory-db/gems/kajam/OSVDB-108530.yml +0 -11
- data/data/ruby-advisory-db/gems/kaminari/CVE-2020-11082.yml +0 -34
- data/data/ruby-advisory-db/gems/karo/OSVDB-108573.yml +0 -10
- data/data/ruby-advisory-db/gems/karteek-docsplit/CVE-2013-1933.yml +0 -9
- data/data/ruby-advisory-db/gems/kcapifony/CVE-2014-5001.yml +0 -8
- data/data/ruby-advisory-db/gems/kcapifony/OSVDB-108572.yml +0 -7
- data/data/ruby-advisory-db/gems/kelredd-pruview/CVE-2013-1947.yml +0 -9
- data/data/ruby-advisory-db/gems/kompanee-recipes/OSVDB-108593.yml +0 -12
- data/data/ruby-advisory-db/gems/lawn-login/CVE-2014-5000.yml +0 -8
- data/data/ruby-advisory-db/gems/ldap_fluff/CVE-2012-5604.yml +0 -15
- data/data/ruby-advisory-db/gems/ldoce/CVE-2013-1911.yml +0 -9
- data/data/ruby-advisory-db/gems/lean-ruport/CVE-2014-4998.yml +0 -8
- data/data/ruby-advisory-db/gems/lingq/OSVDB-108585.yml +0 -7
- data/data/ruby-advisory-db/gems/lita_coin/CVE-2019-15224.yml +0 -18
- data/data/ruby-advisory-db/gems/loofah/CVE-2018-16468.yml +0 -16
- data/data/ruby-advisory-db/gems/loofah/CVE-2018-8048.yml +0 -11
- data/data/ruby-advisory-db/gems/loofah/CVE-2019-15587.yml +0 -13
- data/data/ruby-advisory-db/gems/loofah/OSVDB-90945.yml +0 -21
- data/data/ruby-advisory-db/gems/lynx/CVE-2014-5002.yml +0 -11
- data/data/ruby-advisory-db/gems/lynx/OSVDB-108579.yml +0 -7
- data/data/ruby-advisory-db/gems/mail/CVE-2011-0739.yml +0 -21
- data/data/ruby-advisory-db/gems/mail/CVE-2012-2139.yml +0 -14
- data/data/ruby-advisory-db/gems/mail/CVE-2012-2140.yml +0 -16
- data/data/ruby-advisory-db/gems/mail/CVE-2015-9097.yml +0 -26
- data/data/ruby-advisory-db/gems/mapbox-rails/OSVDB-129854.yml +0 -25
- data/data/ruby-advisory-db/gems/mapbox-rails/OSVDB-132871.yml +0 -26
- data/data/ruby-advisory-db/gems/marginalia/CVE-2019-1010191.yml +0 -17
- data/data/ruby-advisory-db/gems/matestack-ui-core/CVE-2020-5241.yml +0 -18
- data/data/ruby-advisory-db/gems/md2pdf/CVE-2013-1948.yml +0 -9
- data/data/ruby-advisory-db/gems/mini_magick/CVE-2013-2616.yml +0 -15
- data/data/ruby-advisory-db/gems/mini_magick/CVE-2019-13574.yml +0 -14
- data/data/ruby-advisory-db/gems/minitar/CVE-2016-10173.yml +0 -20
- data/data/ruby-advisory-db/gems/moped/CVE-2015-4410.yml +0 -17
- data/data/ruby-advisory-db/gems/multi_xml/CVE-2013-0175.yml +0 -16
- data/data/ruby-advisory-db/gems/mustache-js-rails/OSVDB-131671.yml +0 -17
- data/data/ruby-advisory-db/gems/mysql-binuuid-rails/CVE-2018-18476.yml +0 -21
- data/data/ruby-advisory-db/gems/net-ldap/CVE-2014-0083.yml +0 -14
- data/data/ruby-advisory-db/gems/net-ldap/CVE-2017-17718.yml +0 -17
- data/data/ruby-advisory-db/gems/netaddr/CVE-2019-17383.yml +0 -13
- data/data/ruby-advisory-db/gems/newrelic_rpm/CVE-2013-0284.yml +0 -17
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2012-6685.yml +0 -15
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2013-6460.yml +0 -18
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2013-6461.yml +0 -15
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-1819.yml +0 -52
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-5312.yml +0 -92
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-7499.yml +0 -37
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-8806.yml +0 -42
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2016-4658.yml +0 -33
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2017-15412.yml +0 -23
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2017-16932.yml +0 -21
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2017-5029.yml +0 -44
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2017-9050.yml +0 -60
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2018-14404.yml +0 -69
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2018-8048.yml +0 -36
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2019-11068.yml +0 -49
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2019-13117.yml +0 -80
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2019-5477.yml +0 -31
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2020-7595.yml +0 -20
- data/data/ruby-advisory-db/gems/nokogiri/OSVDB-118481.yml +0 -15
- data/data/ruby-advisory-db/gems/nori/CVE-2013-0285.yml +0 -19
- data/data/ruby-advisory-db/gems/omniauth/CVE-2015-9284.yml +0 -25
- data/data/ruby-advisory-db/gems/omniauth/CVE-2017-18076.yml +0 -18
- data/data/ruby-advisory-db/gems/omniauth-facebook/CVE-2013-4562.yml +0 -22
- data/data/ruby-advisory-db/gems/omniauth-facebook/CVE-2013-4593.yml +0 -17
- data/data/ruby-advisory-db/gems/omniauth-oauth2/CVE-2012-6134.yml +0 -16
- data/data/ruby-advisory-db/gems/omniauth-saml/CVE-2017-11430.yml +0 -17
- data/data/ruby-advisory-db/gems/omniauth_amazon/CVE-2019-15224.yml +0 -19
- data/data/ruby-advisory-db/gems/open-uri-cached/OSVDB-121701.yml +0 -13
- data/data/ruby-advisory-db/gems/openssl/CVE-2016-7798.yml +0 -16
- data/data/ruby-advisory-db/gems/ox/CVE-2017-15928.yml +0 -16
- data/data/ruby-advisory-db/gems/ox/CVE-2017-16229.yml +0 -16
- data/data/ruby-advisory-db/gems/padrino-contrib/CVE-2019-16145.yml +0 -11
- data/data/ruby-advisory-db/gems/paperclip/CVE-2015-2963.yml +0 -16
- data/data/ruby-advisory-db/gems/paperclip/CVE-2017-0889.yml +0 -23
- data/data/ruby-advisory-db/gems/paperclip/OSVDB-103151.yml +0 -13
- data/data/ruby-advisory-db/gems/paranoid2/CVE-2019-13589.yml +0 -16
- data/data/ruby-advisory-db/gems/paratrooper-newrelic/CVE-2014-1234.yml +0 -13
- data/data/ruby-advisory-db/gems/paratrooper-pingdom/CVE-2014-1233.yml +0 -13
- data/data/ruby-advisory-db/gems/passenger/CVE-2013-2119.yml +0 -15
- data/data/ruby-advisory-db/gems/passenger/CVE-2013-4136.yml +0 -14
- data/data/ruby-advisory-db/gems/passenger/CVE-2014-1831.yml +0 -13
- data/data/ruby-advisory-db/gems/passenger/CVE-2014-1832.yml +0 -13
- data/data/ruby-advisory-db/gems/passenger/CVE-2015-7519.yml +0 -17
- data/data/ruby-advisory-db/gems/passenger/CVE-2016-10345.yml +0 -17
- data/data/ruby-advisory-db/gems/passenger/OSVDB-90738.yml +0 -16
- data/data/ruby-advisory-db/gems/pdfkit/CVE-2013-1607.yml +0 -11
- data/data/ruby-advisory-db/gems/point-cli/CVE-2014-4997.yml +0 -8
- data/data/ruby-advisory-db/gems/private_address_check/CVE-2017-0904.yml +0 -17
- data/data/ruby-advisory-db/gems/private_address_check/CVE-2017-0909.yml +0 -15
- data/data/ruby-advisory-db/gems/private_address_check/CVE-2018-3759.yml +0 -14
- data/data/ruby-advisory-db/gems/puma/CVE-2019-16770.yml +0 -21
- data/data/ruby-advisory-db/gems/puma/CVE-2020-11076.yml +0 -22
- data/data/ruby-advisory-db/gems/puma/CVE-2020-11077.yml +0 -31
- data/data/ruby-advisory-db/gems/puma/CVE-2020-5247.yml +0 -25
- data/data/ruby-advisory-db/gems/puma/CVE-2020-5249.yml +0 -36
- data/data/ruby-advisory-db/gems/quick_magick/OSVDB-106954.yml +0 -7
- data/data/ruby-advisory-db/gems/rack/CVE-2011-5036.yml +0 -21
- data/data/ruby-advisory-db/gems/rack/CVE-2012-6109.yml +0 -21
- data/data/ruby-advisory-db/gems/rack/CVE-2013-0183.yml +0 -19
- data/data/ruby-advisory-db/gems/rack/CVE-2013-0184.yml +0 -20
- data/data/ruby-advisory-db/gems/rack/CVE-2013-0262.yml +0 -18
- data/data/ruby-advisory-db/gems/rack/CVE-2013-0263.yml +0 -23
- data/data/ruby-advisory-db/gems/rack/CVE-2015-3225.yml +0 -18
- data/data/ruby-advisory-db/gems/rack/CVE-2018-16470.yml +0 -56
- data/data/ruby-advisory-db/gems/rack/CVE-2018-16471.yml +0 -80
- data/data/ruby-advisory-db/gems/rack/CVE-2019-16782.yml +0 -32
- data/data/ruby-advisory-db/gems/rack/CVE-2020-8161.yml +0 -32
- data/data/ruby-advisory-db/gems/rack-attack/OSVDB-132234.yml +0 -26
- data/data/ruby-advisory-db/gems/rack-cache/CVE-2012-2671.yml +0 -18
- data/data/ruby-advisory-db/gems/rack-cors/CVE-2017-11173.yml +0 -21
- data/data/ruby-advisory-db/gems/rack-cors/CVE-2019-18978.yml +0 -13
- data/data/ruby-advisory-db/gems/rack-mini-profiler/CVE-2016-4442.yml +0 -17
- data/data/ruby-advisory-db/gems/rack-protection/CVE-2018-1000119.yml +0 -18
- data/data/ruby-advisory-db/gems/rack-protection/CVE-2018-7212.yml +0 -12
- data/data/ruby-advisory-db/gems/rack-ssl/CVE-2014-2538.yml +0 -11
- data/data/ruby-advisory-db/gems/radiant/CVE-2018-5216.yml +0 -12
- data/data/ruby-advisory-db/gems/radiant/CVE-2018-7261.yml +0 -13
- data/data/ruby-advisory-db/gems/rails-html-sanitizer/CVE-2015-7578.yml +0 -47
- data/data/ruby-advisory-db/gems/rails-html-sanitizer/CVE-2015-7579.yml +0 -75
- data/data/ruby-advisory-db/gems/rails-html-sanitizer/CVE-2015-7580.yml +0 -70
- data/data/ruby-advisory-db/gems/rails-html-sanitizer/CVE-2018-3741.yml +0 -20
- data/data/ruby-advisory-db/gems/rails_admin/CVE-2016-10522.yml +0 -21
- data/data/ruby-advisory-db/gems/rails_admin/CVE-2017-12098.yml +0 -22
- data/data/ruby-advisory-db/gems/railties/CVE-2019-5420.yml +0 -49
- data/data/ruby-advisory-db/gems/rake/CVE-2020-8130.yml +0 -18
- data/data/ruby-advisory-db/gems/rbovirt/CVE-2014-0036.yml +0 -20
- data/data/ruby-advisory-db/gems/rdoc/CVE-2013-0256.yml +0 -27
- data/data/ruby-advisory-db/gems/recurly/CVE-2017-0905.yml +0 -35
- data/data/ruby-advisory-db/gems/redcarpet/CVE-2015-5147.yml +0 -17
- data/data/ruby-advisory-db/gems/redcarpet/OSVDB-120415.yml +0 -16
- data/data/ruby-advisory-db/gems/redis-namespace/OSVDB-96425.yml +0 -15
- data/data/ruby-advisory-db/gems/redis-store/CVE-2017-1000248.yml +0 -17
- data/data/ruby-advisory-db/gems/refile/OSVDB-120857.yml +0 -16
- data/data/ruby-advisory-db/gems/rest-client/CVE-2015-1820.yml +0 -23
- data/data/ruby-advisory-db/gems/rest-client/CVE-2015-3448.yml +0 -15
- data/data/ruby-advisory-db/gems/rest-client/CVE-2019-15224.yml +0 -13
- data/data/ruby-advisory-db/gems/restforce/CVE-2018-3777.yml +0 -36
- data/data/ruby-advisory-db/gems/rexical/CVE-2019-5477.yml +0 -21
- data/data/ruby-advisory-db/gems/rgpg/CVE-2013-4203.yml +0 -15
- data/data/ruby-advisory-db/gems/rubocop/CVE-2017-8418.yml +0 -20
- data/data/ruby-advisory-db/gems/ruby-openid/CVE-2019-11027.yml +0 -16
- data/data/ruby-advisory-db/gems/ruby-saml/CVE-2016-5697.yml +0 -20
- data/data/ruby-advisory-db/gems/ruby-saml/CVE-2017-11428.yml +0 -27
- data/data/ruby-advisory-db/gems/ruby-saml/OSVDB-117903.yml +0 -13
- data/data/ruby-advisory-db/gems/ruby-saml/OSVDB-124383.yml +0 -11
- data/data/ruby-advisory-db/gems/ruby-saml/OSVDB-124991.yml +0 -13
- data/data/ruby-advisory-db/gems/ruby_parser/CVE-2013-0162.yml +0 -11
- data/data/ruby-advisory-db/gems/ruby_parser-legacy/CVE-2019-18409.yml +0 -16
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2007-0469.yml +0 -18
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2012-2125.yml +0 -17
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2012-2126.yml +0 -15
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2013-4287.yml +0 -20
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2013-4363.yml +0 -21
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2015-3900.yml +0 -20
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2015-4020.yml +0 -20
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2017-0899.yml +0 -16
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2017-0900.yml +0 -16
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2017-0901.yml +0 -16
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2017-0902.yml +0 -16
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2017-0903.yml +0 -17
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2019-8320.yml +0 -21
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2019-8321.yml +0 -16
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2019-8322.yml +0 -16
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2019-8323.yml +0 -17
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2019-8324.yml +0 -18
- data/data/ruby-advisory-db/gems/rubygems-update/CVE-2019-8325.yml +0 -16
- data/data/ruby-advisory-db/gems/rubyzip/CVE-2017-5946.yml +0 -17
- data/data/ruby-advisory-db/gems/rubyzip/CVE-2018-1000544.yml +0 -19
- data/data/ruby-advisory-db/gems/rubyzip/CVE-2019-16892.yml +0 -13
- data/data/ruby-advisory-db/gems/safemode/CVE-2016-3693.yml +0 -13
- data/data/ruby-advisory-db/gems/safemode/CVE-2017-7540.yml +0 -16
- data/data/ruby-advisory-db/gems/samlr/CVE-2018-20857.yml +0 -16
- data/data/ruby-advisory-db/gems/sanitize/CVE-2018-3740.yml +0 -22
- data/data/ruby-advisory-db/gems/screen_capture/OSVDB-107783.yml +0 -7
- data/data/ruby-advisory-db/gems/secure_headers/CVE-2020-5216.yml +0 -52
- data/data/ruby-advisory-db/gems/secure_headers/CVE-2020-5217.yml +0 -42
- data/data/ruby-advisory-db/gems/sentry-raven/CVE-2014-9490.yml +0 -14
- data/data/ruby-advisory-db/gems/sfpagent/CVE-2014-2888.yml +0 -15
- data/data/ruby-advisory-db/gems/show_in_browser/CVE-2013-2105.yml +0 -8
- data/data/ruby-advisory-db/gems/sidekiq/OSVDB-125675.yml +0 -9
- data/data/ruby-advisory-db/gems/sidekiq/OSVDB-125676.yml +0 -14
- data/data/ruby-advisory-db/gems/sidekiq/OSVDB-125678.yml +0 -9
- data/data/ruby-advisory-db/gems/sidekiq-pro/OSVDB-126329.yml +0 -12
- data/data/ruby-advisory-db/gems/sidekiq-pro/OSVDB-126330.yml +0 -10
- data/data/ruby-advisory-db/gems/sidekiq-pro/OSVDB-126331.yml +0 -14
- data/data/ruby-advisory-db/gems/simple_captcha2/CVE-2019-14282.yml +0 -13
- data/data/ruby-advisory-db/gems/simple_form/CVE-2019-16676.yml +0 -15
- data/data/ruby-advisory-db/gems/sinatra/CVE-2018-11627.yml +0 -16
- data/data/ruby-advisory-db/gems/sinatra/CVE-2018-7212.yml +0 -19
- data/data/ruby-advisory-db/gems/slanger/CVE-2019-1010306.yml +0 -16
- data/data/ruby-advisory-db/gems/smart_proxy_dynflow/CVE-2018-14643.yml +0 -18
- data/data/ruby-advisory-db/gems/sorcery/CVE-2020-11052.yml +0 -27
- data/data/ruby-advisory-db/gems/sounder/CVE-2013-5647.yml +0 -14
- data/data/ruby-advisory-db/gems/spina/CVE-2015-4619.yml +0 -16
- data/data/ruby-advisory-db/gems/spree/OSVDB-119205.yml +0 -18
- data/data/ruby-advisory-db/gems/spree/OSVDB-125699.yml +0 -18
- data/data/ruby-advisory-db/gems/spree/OSVDB-125701.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-125712.yml +0 -16
- data/data/ruby-advisory-db/gems/spree/OSVDB-125713.yml +0 -15
- data/data/ruby-advisory-db/gems/spree/OSVDB-69098.yml +0 -19
- data/data/ruby-advisory-db/gems/spree/OSVDB-73751.yml +0 -11
- data/data/ruby-advisory-db/gems/spree/OSVDB-76011.yml +0 -15
- data/data/ruby-advisory-db/gems/spree/OSVDB-81505.yml +0 -14
- data/data/ruby-advisory-db/gems/spree/OSVDB-81506.yml +0 -16
- data/data/ruby-advisory-db/gems/spree/OSVDB-90865.yml +0 -20
- data/data/ruby-advisory-db/gems/spree/OSVDB-91216.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-91217.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-91218.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-91219.yml +0 -17
- data/data/ruby-advisory-db/gems/spree_auth/OSVDB-90865.yml +0 -16
- data/data/ruby-advisory-db/gems/spree_auth_devise/OSVDB-90865.yml +0 -20
- data/data/ruby-advisory-db/gems/sprockets/CVE-2014-7819.yml +0 -27
- data/data/ruby-advisory-db/gems/sprockets/CVE-2018-3760.yml +0 -23
- data/data/ruby-advisory-db/gems/sprout/CVE-2013-6421.yml +0 -16
- data/data/ruby-advisory-db/gems/strong_password/CVE-2019-13354.yml +0 -19
- data/data/ruby-advisory-db/gems/sup/CVE-2013-4478.yml +0 -14
- data/data/ruby-advisory-db/gems/sup/CVE-2013-4479.yml +0 -14
- data/data/ruby-advisory-db/gems/thumbshooter/CVE-2013-1898.yml +0 -9
- data/data/ruby-advisory-db/gems/twitter-bootstrap-rails/OSVDB-109206.yml +0 -22
- data/data/ruby-advisory-db/gems/uglifier/OSVDB-126747.yml +0 -19
- data/data/ruby-advisory-db/gems/user_agent_parser/CVE-2020-5243.yml +0 -28
- data/data/ruby-advisory-db/gems/web-console/CVE-2015-3224.yml +0 -22
- data/data/ruby-advisory-db/gems/web-console/OSVDB-112346.yml +0 -12
- data/data/ruby-advisory-db/gems/webbynode/CVE-2013-7086.yml +0 -12
- data/data/ruby-advisory-db/gems/websocket-extensions/CVE-2020-7663.yml +0 -35
- data/data/ruby-advisory-db/gems/wicked/CVE-2013-4413.yml +0 -14
- data/data/ruby-advisory-db/gems/will_paginate/CVE-2013-6459.yml +0 -15
- data/data/ruby-advisory-db/gems/xaviershay-dm-rails/CVE-2015-2179.yml +0 -13
- data/data/ruby-advisory-db/gems/yajl-ruby/CVE-2017-16516.yml +0 -19
- data/data/ruby-advisory-db/gems/yard/CVE-2017-17042.yml +0 -16
- data/data/ruby-advisory-db/gems/yard/CVE-2019-1020001.yml +0 -17
- data/data/ruby-advisory-db/gems/yard/GHSA-xfhh-rx56-rxcr.yml +0 -12
- data/data/ruby-advisory-db/lib/cf_scrape.py +0 -5
- data/data/ruby-advisory-db/lib/github_advisory_sync.rb +0 -296
- data/data/ruby-advisory-db/libraries/rubygems +0 -1
- data/data/ruby-advisory-db/rubies/jruby/CVE-2010-1330.yml +0 -17
- data/data/ruby-advisory-db/rubies/jruby/CVE-2011-4838.yml +0 -15
- data/data/ruby-advisory-db/rubies/jruby/CVE-2012-5370.yml +0 -17
- data/data/ruby-advisory-db/rubies/jruby/OSVDB-94644.yml +0 -12
- data/data/ruby-advisory-db/rubies/rbx/CVE-2012-5372.yml +0 -17
- data/data/ruby-advisory-db/rubies/rbx/OSVDB-78119.yml +0 -13
- data/data/ruby-advisory-db/rubies/ruby/CVE-2007-5162.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2007-5770.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-1447.yml +0 -15
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-1891.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-2376.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-2662.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-2663.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-2664.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-2725.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-2726.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3443.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3655.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3656.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3657.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3790.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3905.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2009-0642.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2009-1904.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2009-4124.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2009-4492.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/CVE-2009-5147.yml +0 -13
- data/data/ruby-advisory-db/rubies/ruby/CVE-2010-0541.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2010-2489.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-0188.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-1004.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-1005.yml +0 -15
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-2686.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-2705.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-3009.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-3389.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-4815.yml +0 -14
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-4464.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-4466.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-4481.yml +0 -15
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-4522.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-5371.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2013-1821.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2013-2065.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2013-4073.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/CVE-2013-4164.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2014-2525.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/CVE-2014-3916.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2014-4975.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2014-8080.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2014-8090.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/CVE-2015-1855.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2015-7551.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2015-9096.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/CVE-2017-0898.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2017-10784.yml +0 -25
- data/data/ruby-advisory-db/rubies/ruby/CVE-2017-14033.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/CVE-2017-14064.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/CVE-2017-17405.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/CVE-2017-17742.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/CVE-2018-16395.yml +0 -36
- data/data/ruby-advisory-db/rubies/ruby/CVE-2018-16396.yml +0 -26
- data/data/ruby-advisory-db/rubies/ruby/CVE-2018-6914.yml +0 -27
- data/data/ruby-advisory-db/rubies/ruby/CVE-2018-8777.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/CVE-2018-8778.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/CVE-2018-8779.yml +0 -28
- data/data/ruby-advisory-db/rubies/ruby/CVE-2018-8780.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/CVE-2019-15845.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2019-16201.yml +0 -15
- data/data/ruby-advisory-db/rubies/ruby/CVE-2019-16254.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2019-16255.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/CVE-2020-10663.yml +0 -29
- data/data/ruby-advisory-db/rubies/ruby/CVE-2020-10933.yml +0 -25
- data/data/ruby-advisory-db/scripts/post-advisories.sh +0 -18
- data/data/ruby-advisory-db/spec/advisories_spec.rb +0 -23
- data/data/ruby-advisory-db/spec/advisory_example.rb +0 -228
- data/data/ruby-advisory-db/spec/gem_example.rb +0 -44
- data/data/ruby-advisory-db/spec/library_example.rb +0 -21
- data/data/ruby-advisory-db/spec/ruby_example.rb +0 -29
- data/data/ruby-advisory-db/spec/schemas/gem.yml +0 -71
- data/data/ruby-advisory-db/spec/schemas/ruby.yml +0 -36
- data/data/ruby-advisory-db/spec/spec_helper.rb +0 -2
- data/data/ruby-advisory-db.ts +0 -1
@@ -1,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2008-2726
|
4
|
-
osvdb: 46554
|
5
|
-
url: http://www.osvdb.org/show/osvdb/46554
|
6
|
-
title: Ruby rb_ary_splice Function Overflow (beg + rlen)
|
7
|
-
date: 2008-06-20
|
8
|
-
description: |
|
9
|
-
A buffer overflow exists in Ruby. The rb_ary_splice function fails to
|
10
|
-
validate unspecified data resulting in an integer overflow. With a specially crafted
|
11
|
-
request, a context-dependent attacker can cause arbitrary code execution resulting
|
12
|
-
in a loss of integrity.
|
13
|
-
cvss_v2: 7.8
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.5.231
|
16
|
-
- ~> 1.8.6.230
|
17
|
-
- ~> 1.8.7.22
|
18
|
-
- ">= 1.9.0.2"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2008-3443
|
4
|
-
url: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3443
|
5
|
-
title: Ruby Memory allocation failure in Ruby regex engine (remotely exploitable DoS)
|
6
|
-
date: 2008-08-14
|
7
|
-
description: |
|
8
|
-
The regular expression engine (regex.c) in Ruby 1.8.5 and earlier, 1.8.6
|
9
|
-
through 1.8.6-p286, 1.8.7 through 1.8.7-p71, and 1.9 through r18423 allows
|
10
|
-
remote attackers to cause a denial of service (infinite loop and crash) via
|
11
|
-
multiple long requests to a Ruby socket, related to memory allocation
|
12
|
-
failure, and as demonstrated against Webrick.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.6.287
|
16
|
-
- ~> 1.8.7.72
|
17
|
-
- ">= 1.9.0"
|
@@ -1,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2008-3655
|
4
|
-
url: https://www.ruby-lang.org/en/news/2008/08/08/multiple-vulnerabilities-in-ruby/
|
5
|
-
title: Ruby multiple insufficient safe mode restrictions
|
6
|
-
date: 2008-08-08
|
7
|
-
description: |
|
8
|
-
Ruby 1.8.5 and earlier, 1.8.6 through 1.8.6-p286, 1.8.7 through 1.8.7-p71,
|
9
|
-
and 1.9 through r18423 does not properly restrict access to critical
|
10
|
-
variables and methods at various safe levels, which allows context-dependent
|
11
|
-
attackers to bypass intended access restrictions via (1) untrace_var, (2)
|
12
|
-
$PROGRAM_NAME, and (3) syslog at safe level 4, and (4) insecure methods at
|
13
|
-
safe levels 1 through 3.
|
14
|
-
cvss_v2: 7.5
|
15
|
-
patched_versions:
|
16
|
-
- ~> 1.8.6.287
|
17
|
-
- ~> 1.8.7.72
|
18
|
-
- ">= 1.9.0"
|
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2008-3656
|
4
|
-
url: https://www.ruby-lang.org/en/news/2008/08/08/multiple-vulnerabilities-in-ruby/
|
5
|
-
title: Ruby WEBrick::HTTP::DefaultFileHandler DoS
|
6
|
-
date: 2008-08-08
|
7
|
-
description: |
|
8
|
-
Algorithmic complexity vulnerability in the
|
9
|
-
WEBrick::HTTPUtils.split_header_value function in
|
10
|
-
WEBrick::HTTP::DefaultFileHandler in WEBrick in Ruby 1.8.5 and earlier, 1.8.6
|
11
|
-
through 1.8.6-p286, 1.8.7 through 1.8.7-p71, and 1.9 through r18423 allows
|
12
|
-
context-dependent attackers to cause a denial of service (CPU consumption)
|
13
|
-
via a crafted HTTP request that is processed by a backtracking regular
|
14
|
-
expression.
|
15
|
-
cvss_v2: 7.8
|
16
|
-
patched_versions:
|
17
|
-
- ~> 1.8.6.287
|
18
|
-
- ~> 1.8.7.72
|
19
|
-
- ">= 1.9.0"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2008-3657
|
4
|
-
url: https://www.ruby-lang.org/en/news/2008/08/08/multiple-vulnerabilities-in-ruby/
|
5
|
-
title: Ruby missing "taintness" checks in dl module
|
6
|
-
date: 2008-08-08
|
7
|
-
description: |
|
8
|
-
The dl module in Ruby 1.8.5 and earlier, 1.8.6 through 1.8.6-p286, 1.8.7
|
9
|
-
through 1.8.7-p71, and 1.9 through r18423 does not check "taintness" of
|
10
|
-
inputs, which allows context-dependent attackers to bypass safe levels and
|
11
|
-
execute dangerous functions by accessing a library using DL.dlopen.
|
12
|
-
cvss_v2: 7.5
|
13
|
-
patched_versions:
|
14
|
-
- ~> 1.8.6.287
|
15
|
-
- ~> 1.8.7.72
|
16
|
-
- ">= 1.9.0"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2008-3790
|
4
|
-
osvdb: 47753
|
5
|
-
url: http://www.osvdb.org/show/osvdb/47753
|
6
|
-
title: Ruby REXML Library Crafted XML Document Handling DoS
|
7
|
-
date: 2008-08-25
|
8
|
-
description: |
|
9
|
-
The REXML module in Ruby 1.8.6 through 1.8.6-p287,
|
10
|
-
1.8.7 through 1.8.7-p72, and 1.9 allows context-dependent attackers to cause a denial
|
11
|
-
of service (CPU consumption) via an XML document with recursively nested entities,
|
12
|
-
aka an "XML entity explosion."
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.7.160
|
16
|
-
- ">= 1.9.1"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2008-3905
|
4
|
-
url: https://www.ruby-lang.org/en/news/2008/08/08/multiple-vulnerabilities-in-ruby/
|
5
|
-
title: ruby -- DNS spoofing vulnerability in resolv.rb
|
6
|
-
date: 2008-05-05
|
7
|
-
description: |
|
8
|
-
resolv.rb in Ruby 1.8.5 and earlier, 1.8.6 before 1.8.6-p287, 1.8.7 before
|
9
|
-
1.8.7-p72, and 1.9 r18423 and earlier uses sequential transaction IDs and
|
10
|
-
constant source ports for DNS requests, which makes it easier for remote
|
11
|
-
attackers to spoof DNS responses, a different vulnerability than
|
12
|
-
CVE-2008-1447.
|
13
|
-
cvss_v2: 5.8
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.6.287
|
16
|
-
- ~> 1.8.7.72
|
17
|
-
- ">= 1.9.0"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2009-0642
|
4
|
-
url: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513528
|
5
|
-
title: Ruby 'OCSP_basic_verify()' X.509 Certificate Verification Vulnerability
|
6
|
-
date: 2009-01-29
|
7
|
-
description: |
|
8
|
-
ext/openssl/ossl_ocsp.c in Ruby 1.8 and 1.9 does not properly check the
|
9
|
-
return value from the OCSP_basic_verify function, which might allow remote
|
10
|
-
attackers to successfully present an invalid X.509 certificate, possibly
|
11
|
-
involving a revoked certificate.
|
12
|
-
cvss_v2: 6.8
|
13
|
-
patched_versions:
|
14
|
-
- ~> 1.8.6.369
|
15
|
-
- ~> 1.8.7.173
|
16
|
-
- ~> 1.9.1.129
|
17
|
-
- ">= 1.9.2.preview.1"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2009-1904
|
4
|
-
osvdb: 55031
|
5
|
-
url: http://www.osvdb.org/show/osvdb/55031
|
6
|
-
title: Ruby BigDecimal Library Float Data Type Conversion String Argument Handling
|
7
|
-
DoS
|
8
|
-
date: 2009-06-10
|
9
|
-
description: |
|
10
|
-
The BigDecimal library in Ruby 1.8.6 before p369
|
11
|
-
and 1.8.7 before p173 allows context-dependent attackers to cause a denial of service
|
12
|
-
(application crash) via a string argument that represents a large number, as demonstrated
|
13
|
-
by an attempted conversion to the Float data type.
|
14
|
-
cvss_v2: 5.0
|
15
|
-
patched_versions:
|
16
|
-
- ~> 1.8.6.369
|
17
|
-
- ">= 1.8.7.174"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2009-4124
|
4
|
-
osvdb: 60880
|
5
|
-
url: http://www.osvdb.org/show/osvdb/60880
|
6
|
-
title: Ruby string.c rb_str_justify() Function Overflow
|
7
|
-
date: 2009-12-07
|
8
|
-
description: |
|
9
|
-
Heap-based buffer overflow in the rb_str_justify
|
10
|
-
function in string.c in Ruby 1.9.1 before 1.9.1-p376 allows context-dependent attackers
|
11
|
-
to execute arbitrary code via unspecified vectors involving (1) String#ljust, (2)
|
12
|
-
String#center, or (3) String#rjust. NOTE: some of these details are obtained from
|
13
|
-
third party information.
|
14
|
-
cvss_v2: 10.0
|
15
|
-
patched_versions:
|
16
|
-
- "~> 1.8.0"
|
17
|
-
- ">= 1.9.1.376"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2009-4492
|
4
|
-
osvdb: 61774
|
5
|
-
url: http://www.osvdb.org/show/osvdb/61774
|
6
|
-
title: WEBrick HTTP Request Escape Sequence Terminal Command Injection
|
7
|
-
date: 2010-01-10
|
8
|
-
description: |
|
9
|
-
WEBrick 1.3.1 in Ruby 1.8.6 through patchlevel 383,
|
10
|
-
1.8.7 through patchlevel 248, 1.8.8dev, 1.9.1 through patchlevel 376, and 1.9.2dev
|
11
|
-
writes data to a log file without sanitizing non-printable characters, which might
|
12
|
-
allow remote attackers to modify a window''s title, or possibly execute arbitrary
|
13
|
-
commands or overwrite files, via an HTTP request containing an escape sequence for
|
14
|
-
a terminal emulator.
|
15
|
-
cvss_v2: 5.0
|
16
|
-
patched_versions:
|
17
|
-
- ~> 1.8.6.388
|
18
|
-
- ~> 1.8.7.249
|
19
|
-
- ">= 1.9.1.378"
|
20
|
-
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2009-5147
|
4
|
-
url: https://www.ruby-lang.org/en/news/2009/05/12/ruby-1-9-1-p129-released/
|
5
|
-
title: Ruby DL::dlopen could open a library with tainted library name even if $SAFE > 0
|
6
|
-
date: 2009-05-12
|
7
|
-
description: |
|
8
|
-
DL::dlopen could open a library with tainted library name even if $SAFE > 0
|
9
|
-
unaffected_versions:
|
10
|
-
- "< 1.9.1"
|
11
|
-
- ">= 1.9.2"
|
12
|
-
patched_versions:
|
13
|
-
- ~> 1.9.1.129
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2010-0541
|
4
|
-
osvdb: 65556
|
5
|
-
url: http://www.osvdb.org/show/osvdb/65556
|
6
|
-
title: Apple Mac OS X Ruby WEBrick HTTP Server UTF-7 Error Page XSS
|
7
|
-
date: 2010-06-15
|
8
|
-
description: |
|
9
|
-
Cross-site scripting (XSS) vulnerability in the
|
10
|
-
WEBrick HTTP server in Ruby in Apple Mac OS X 10.5.8, and 10.6 before 10.6.4, allows
|
11
|
-
remote attackers to inject arbitrary web script or HTML via a crafted URI that triggers
|
12
|
-
a UTF-7 error page.
|
13
|
-
cvss_v2: 4.3
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.6.420
|
16
|
-
- ~> 1.8.7.302
|
17
|
-
- ">= 1.9.1.430"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2010-2489
|
4
|
-
osvdb: 66040
|
5
|
-
url: http://www.osvdb.org/show/osvdb/66040
|
6
|
-
title: Ruby on Windows ARGF.inplace_mode Variable Local Overflow
|
7
|
-
date: 2010-07-02
|
8
|
-
description: |
|
9
|
-
Buffer overflow in Ruby 1.9.x before 1.9.1-p429
|
10
|
-
on Windows might allow local users to gain privileges via a crafted ARGF.inplace_mode
|
11
|
-
value that is not properly handled when constructing the filenames of the backup
|
12
|
-
files.
|
13
|
-
cvss_v2: 7.2
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.7
|
16
|
-
- ~> 1.9.1.429
|
17
|
-
- ">= 1.9.2"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-0188
|
4
|
-
url: https://github.com/ruby/ruby/commit/f83651ac30c7c776dee8a6a401c654757cb8d1c2
|
5
|
-
title: Ruby memory corruption in BigDecimal on 64bit platforms
|
6
|
-
date: 2011-03-01
|
7
|
-
description: |
|
8
|
-
The VpMemAlloc function in bigdecimal.c in the BigDecimal class in Ruby
|
9
|
-
1.9.2-p136 and earlier, as used on Apple Mac OS X before 10.6.7 and other
|
10
|
-
platforms, does not properly allocate memory, which allows context-dependent
|
11
|
-
attackers to execute arbitrary code or cause a denial of service (application
|
12
|
-
crash) via vectors involving creation of a large BigDecimal value within a
|
13
|
-
64-bit process, related to an "integer truncation issue."
|
14
|
-
cvss_v2: 6.8
|
15
|
-
patched_versions:
|
16
|
-
- ~> 1.8.7.370
|
17
|
-
- ">= 1.9.3.preview.1"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-1004
|
4
|
-
osvdb: 70958
|
5
|
-
url: http://www.osvdb.org/show/osvdb/70958
|
6
|
-
title: |
|
7
|
-
Ruby FileUtils.remove_entry_secure Method File Symlink Race Condition Arbitrary
|
8
|
-
File Deletion
|
9
|
-
date: 2011-02-19
|
10
|
-
description: |
|
11
|
-
Ruby contains a race condition flaw that may allow a malicious local user to
|
12
|
-
delete arbitrary files on the system. The issue is due to the
|
13
|
-
'FileUtils.remove_entry_secure' method creating temporary files insecurely.
|
14
|
-
It is possible for a local attacker to use a symlink attack to cause the
|
15
|
-
program to unexpectedly write to, or overwrite an attacker specified file.
|
16
|
-
cvss_v2: 6.3
|
17
|
-
patched_versions:
|
18
|
-
- ~> 1.8.7.334
|
19
|
-
- ~> 1.9.1.431
|
20
|
-
- ">= 1.9.2.180"
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-1005
|
4
|
-
osvdb: 70957
|
5
|
-
url: http://www.osvdb.org/show/osvdb/70957
|
6
|
-
title: Ruby Exception#to_s Method Safe Level Security Bypass
|
7
|
-
date: 2011-02-18
|
8
|
-
description: |
|
9
|
-
Ruby contains a flaw related to the safe-level feature. The issue is
|
10
|
-
triggered when a context-dependent attacker exploits a flaw within the exception
|
11
|
-
'#to_s' handling. This may allow an attacker to bypass safe-level protection and
|
12
|
-
modify strings via the 'Exception#to_s' method.
|
13
|
-
cvss_v2: 4.3
|
14
|
-
patched_versions:
|
15
|
-
- ">= 1.8.7.334"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-2686
|
4
|
-
url: https://osdir.com/ml/lang-ruby-core/2011-01/msg00917.html
|
5
|
-
title: Ruby Random Number Generation Local Denial Of Service Vulnerability
|
6
|
-
date: 2011-07-02
|
7
|
-
description: |
|
8
|
-
Ruby before 1.8.7-p352 does not reset the random seed upon forking, which
|
9
|
-
makes it easier for context-dependent attackers to predict the values of
|
10
|
-
random numbers by leveraging knowledge of the number sequence obtained in a
|
11
|
-
different child process, a related issue to CVE-2003-0900. NOTE: this issue
|
12
|
-
exists because of a regression during Ruby 1.8.6 development.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
unaffected_versions:
|
15
|
-
- "< 1.8.6.399"
|
16
|
-
patched_versions:
|
17
|
-
- ">= 1.8.7.352"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-2705
|
4
|
-
url: https://redmine.ruby-lang.org/issues/4579
|
5
|
-
title: Ruby Random Number Generation Local Denial Of Service Vulnerability
|
6
|
-
date: 2011-07-02
|
7
|
-
description: |
|
8
|
-
The SecureRandom.random_bytes function in lib/securerandom.rb in Ruby before
|
9
|
-
1.8.7-p352 and 1.9.x before 1.9.2-p290 relies on PID values for
|
10
|
-
initialization, which makes it easier for context-dependent attackers to
|
11
|
-
predict the result string by leveraging knowledge of random strings obtained
|
12
|
-
in an earlier process with the same PID.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.7.352
|
16
|
-
- ">= 1.9.2.290"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-3009
|
4
|
-
url: https://osdir.com/ml/lang-ruby-core/2011-01/msg00917.html
|
5
|
-
title: |
|
6
|
-
Ruby Properly initialize the random number generator when forking new process
|
7
|
-
date: 2011-07-02
|
8
|
-
description: |
|
9
|
-
Ruby before 1.8.6-p114 does not reset the random seed upon forking, which
|
10
|
-
makes it easier for context-dependent attackers to predict the values of
|
11
|
-
random numbers by leveraging knowledge of the number sequence obtained in a
|
12
|
-
different child process, a related issue to CVE-2003-0900.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
unaffected_versions:
|
15
|
-
- ">= 1.9.2"
|
16
|
-
patched_versions:
|
17
|
-
- ">= 1.8.6.114"
|
@@ -1,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-3389
|
4
|
-
osvdb: 74829
|
5
|
-
url: http://www.osvdb.org/show/osvdb/74829
|
6
|
-
title: SSL Chained Initialization Vector CBC Mode MiTM Weakness (BEAST)
|
7
|
-
date: 2011-08-31
|
8
|
-
description: |
|
9
|
-
The SSL protocol, as used in certain configurations
|
10
|
-
in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome,
|
11
|
-
Opera, and other products, encrypts data by using CBC mode with chained initialization
|
12
|
-
vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers
|
13
|
-
via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction
|
14
|
-
with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection
|
15
|
-
API, or (3) the Silverlight WebClient API, aka a "BEAST" attack.
|
16
|
-
cvss_v2: 10.0
|
17
|
-
patched_versions:
|
18
|
-
- ">= 1.8.7.358"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2011-4815
|
4
|
-
osvdb: 78118
|
5
|
-
url: http://www.osvdb.org/show/osvdb/78118
|
6
|
-
title: Ruby Hash Collision Form Parameter Parsing Remote DoS
|
7
|
-
date: 2011-12-28
|
8
|
-
description: |
|
9
|
-
Ruby contains a flaw that may allow a remote denial of service. The issue
|
10
|
-
is triggered when an attacker sends multiple crafted parameters which trigger hash
|
11
|
-
collisions, and will result in loss of availability for the program via CPU consumption.
|
12
|
-
cvss_v2: 7.8
|
13
|
-
patched_versions:
|
14
|
-
- ">= 1.8.7.357"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2012-4464
|
4
|
-
url: https://www.ruby-lang.org/en/news/2012/10/12/cve-2012-4464-cve-2012-4466/
|
5
|
-
title: Ruby Exception#to_s / NameError#to_s Methods Safe Level Security Bypass
|
6
|
-
date: 2012-10-12
|
7
|
-
description: |
|
8
|
-
Ruby 1.9.3 before patchlevel 286 and 2.0 before revision r37068 allows
|
9
|
-
context-dependent attackers to bypass safe-level restrictions and modify
|
10
|
-
untainted strings via the (1) exc_to_s or (2) name_err_to_s API function,
|
11
|
-
which marks the string as tainted, a different vulnerability than
|
12
|
-
CVE-2012-4466. NOTE: this issue might exist because of a CVE-2011-1005
|
13
|
-
regression.
|
14
|
-
cvss_v2: 5.0
|
15
|
-
patched_versions:
|
16
|
-
- ~> 1.8.7.371
|
17
|
-
- ">= 1.9.3.286"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2012-4466
|
4
|
-
url: https://www.ruby-lang.org/en/news/2012/10/12/cve-2012-4464-cve-2012-4466/
|
5
|
-
title: Ruby name_err_mesg_to_str Method Safe Level Security Bypass
|
6
|
-
date: 2012-10-12
|
7
|
-
description: |
|
8
|
-
Ruby 1.8.7 before patchlevel 371, 1.9.3 before patchlevel 286, and 2.0 before
|
9
|
-
revision r37068 allows context-dependent attackers to bypass safe-level
|
10
|
-
restrictions and modify untainted strings via the name_err_mesg_to_str API
|
11
|
-
function, which marks the string as tainted, a different vulnerability than
|
12
|
-
CVE-2011-1005.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.8.7.371
|
16
|
-
- ">= 1.9.3.286"
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2012-4481
|
4
|
-
url: http://www.openwall.com/lists/oss-security/2012/10/05/2
|
5
|
-
title: |
|
6
|
-
Ruby incomplete fix for CVE-2011-1005 for NameError#to_s method when used on
|
7
|
-
objects
|
8
|
-
date: 2012-10-05
|
9
|
-
description: |
|
10
|
-
The safe-level feature in Ruby 1.8.7 allows context-dependent attackers to
|
11
|
-
modify strings via the NameError#to_s method when operating on Ruby objects.
|
12
|
-
NOTE: this issue is due to an incomplete fix for CVE-2011-1005.
|
13
|
-
cvss_v2: 4.3
|
14
|
-
patched_versions:
|
15
|
-
- ">= 1.8.7.371"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2012-4522
|
4
|
-
osvdb: 87917
|
5
|
-
url: http://www.osvdb.org/show/osvdb/87917
|
6
|
-
title: Ruby file.c rb_get_path_check Function NULL Byte File Path Request Arbitrary
|
7
|
-
File Creation
|
8
|
-
date: 2012-10-12
|
9
|
-
description: |
|
10
|
-
Ruby contains a flaw that is triggered by a NULL byte in the rb_get_path_check
|
11
|
-
function in file.c when handling a file path request. This may allow a context-dependent
|
12
|
-
attacker to create arbitrary files.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- "~> 1.9.3.286"
|
16
|
-
- ">= 2.0.0"
|
@@ -1,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2012-5371
|
4
|
-
osvdb: 87863
|
5
|
-
url: http://www.osvdb.org/show/osvdb/87863
|
6
|
-
title: Ruby MurmurHash2 Implementation Hash Collision Remote DoS
|
7
|
-
date: 2012-11-23
|
8
|
-
description: |
|
9
|
-
Ruby contains a flaw related to the MurmurHash2 implementation that may allow
|
10
|
-
a remote denial of service. The issue is triggered when hash values are
|
11
|
-
computed without having the ability to cause hash collisions restricted. When
|
12
|
-
sending specially crafted input to an application maintaining a hash table, a
|
13
|
-
context-dependent attacker can cause a consumption of CPU resources. This
|
14
|
-
will result in a loss of availability for the program.
|
15
|
-
cvss_v2: 5.0
|
16
|
-
patched_versions:
|
17
|
-
- ~> 1.9.3.327
|
18
|
-
- ">= 2.0.0"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2013-1821
|
4
|
-
osvdb: 90587
|
5
|
-
url: http://www.osvdb.org/show/osvdb/90587
|
6
|
-
title: Ruby REXML Library Crafted XML File Text Node Handling DoS
|
7
|
-
date: 2013-02-22
|
8
|
-
description: |
|
9
|
-
Ruby contains a flaw in the REXML library that may allow a denial of
|
10
|
-
service. The issue is triggered when handling a file text node in a specially crafted
|
11
|
-
XML file. This may allow a context-dependent attacker to cause a consumption of
|
12
|
-
memory resources and crash the program.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.9.3.392
|
16
|
-
- ">= 2.0.0.0"
|
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2013-2065
|
4
|
-
osvdb: 93414
|
5
|
-
url: http://www.osvdb.org/show/osvdb/93414
|
6
|
-
title: |
|
7
|
-
Ruby Multiple Module Object $SAFE Level Verification System Call Tainted
|
8
|
-
String Injection
|
9
|
-
date: 2013-05-14
|
10
|
-
description: |
|
11
|
-
Ruby contains a flaw that is triggered when the Fiddle and DL modules fail to
|
12
|
-
properly verify the $SAFE level when handling certain objects. This may allow
|
13
|
-
a remote attacker to inject tainted strings into a system call.
|
14
|
-
cvss_v2: 6.4
|
15
|
-
unaffected_versions:
|
16
|
-
- ~> 1.8.0
|
17
|
-
patched_versions:
|
18
|
-
- ~> 1.9.3.426
|
19
|
-
- ">= 2.0.0.195"
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2013-4073
|
4
|
-
osvdb: 94628
|
5
|
-
url: http://www.osvdb.org/show/osvdb/94628
|
6
|
-
title: Ruby SSL Client OpenSSL::SSL.verify_certificate_identity X.509 Certificate
|
7
|
-
subjectAltName Field NULL Byte Handling MitM Spoofing Weakness
|
8
|
-
date: 2013-06-27
|
9
|
-
description: |
|
10
|
-
Ruby SSL Client contains a flaw related to certificate validation in
|
11
|
-
OpenSSL::SSL.verify_certificate_identity. The issue is due to the program not properly
|
12
|
-
handling the subjectAltName field of the X.509 certificate when it contains NULL
|
13
|
-
bytes. This may allow an attacker with access to network traffic (e.g. MiTM, DNS
|
14
|
-
cache poisoning) to spoof the SSL server via an arbitrary certificate that appears
|
15
|
-
valid. Such an attack would allow for the interception of sensitive traffic, and
|
16
|
-
potentially allow for the injection of content into the SSL stream.
|
17
|
-
cvss_v2: 6.8
|
18
|
-
patched_versions:
|
19
|
-
- ~> 1.8.7.373
|
20
|
-
- ~> 1.9.3.447
|
21
|
-
- ">= 2.0.0.246"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2013-4164
|
4
|
-
osvdb: 100113
|
5
|
-
url: http://www.osvdb.org/show/osvdb/100113
|
6
|
-
title: Heap Overflow in Floating Point Parsing (CVE-2013-4164)
|
7
|
-
date: 2013-11-22
|
8
|
-
description: |
|
9
|
-
Heap-based buffer overflow in Ruby 1.8, 1.9 before 1.9.3-p484, 2.0 before 2.0.0-p353, 2.1 before
|
10
|
-
2.1.0 preview2, and trunk before revision 43780 allows context-dependent attackers to cause a
|
11
|
-
denial of service (segmentation fault) and possibly execute arbitrary code via a string that is
|
12
|
-
converted to a floating point value, as demonstrated using (1) the to_f method or (2) JSON.parse.
|
13
|
-
cvss_v2: 6.8
|
14
|
-
patched_versions:
|
15
|
-
- ~> 1.9.3.484
|
16
|
-
- ~> 2.0.0.353
|
17
|
-
- ">= 2.1.0.preview.2"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2014-2525
|
4
|
-
osvdb: 105027
|
5
|
-
url: http://www.osvdb.org/show/osvdb/105027
|
6
|
-
title: |
|
7
|
-
LibYAML yaml_parser_scan_uri_escapes() Function Crafted Document Parsing Heap
|
8
|
-
Buffer Overflow
|
9
|
-
date: 2014-03-26
|
10
|
-
description: |
|
11
|
-
LibYAML contains an overflow condition in the yaml_parser_scan_uri_escapes()
|
12
|
-
function that is triggered as user-supplied input is not properly validated
|
13
|
-
when parsing a specially crafted YAML document. This may allow a
|
14
|
-
context-dependent attacker to cause a heap-based buffer overflow, resulting
|
15
|
-
in a denial of service or potentially allowing the execution of arbitrary
|
16
|
-
code in a program linked against the library.
|
17
|
-
cvss_v2: 6.8
|
18
|
-
patched_versions:
|
19
|
-
- ~> 2.0.0.481
|
20
|
-
- ">= 2.1.2"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2014-3916
|
4
|
-
osvdb: 107478
|
5
|
-
url: http://www.osvdb.org/show/osvdb/107478
|
6
|
-
title: Ruby string.c str_buf_cat() Function Crafted String Handling Remote DoS
|
7
|
-
date: 2014-04-07
|
8
|
-
description: |
|
9
|
-
Ruby contains a flaw in the str_buf_cat() function in string.c that is
|
10
|
-
triggered when handling an overly long string. This may allow a remote
|
11
|
-
attacker to cause a denial of service.
|
12
|
-
cvss_v2: 5.0
|
13
|
-
patched_versions:
|
14
|
-
- ~> 2.0.0.576
|
15
|
-
- ~> 2.1.3
|
16
|
-
- ">= 2.2.0.preview.1"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2014-4975
|
4
|
-
osvdb: 108971
|
5
|
-
url: http://www.osvdb.org/show/osvdb/108971
|
6
|
-
title: Ruby pack.c encodes() Function Remote Stack Buffer Overflow
|
7
|
-
date: 2014-07-09
|
8
|
-
description: |
|
9
|
-
Ruby contains an overflow condition in the encodes() function in pack.c. The
|
10
|
-
issue is triggered as user-supplied input is not properly validated when
|
11
|
-
allocating buffer lengths. This may allow a remote attacker to cause a
|
12
|
-
stack-based buffer overflow, resulting in a denial of service or potentially
|
13
|
-
allowing the execution of arbitrary code.
|
14
|
-
cvss_v2: 5.0
|
15
|
-
patched_versions:
|
16
|
-
- ~> 2.1.3
|
17
|
-
- ">= 2.2.0.preview.1"
|
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
engine: ruby
|
3
|
-
cve: 2014-8080
|
4
|
-
osvdb: 113747
|
5
|
-
url: http://www.osvdb.org/show/osvdb/113747
|
6
|
-
title: Ruby lib/rexml/entity.rb XML External Entity (XXE) Expansion Remote DoS
|
7
|
-
date: 2014-10-27
|
8
|
-
description: |
|
9
|
-
Ruby contains an XXE (Xml eXternal Entity) injection flaw in
|
10
|
-
lib/rexml/entity.rb that is triggered during the parsing of XML data. The
|
11
|
-
issue is due to an incorrectly configured XML parser accepting XML external
|
12
|
-
entities from an untrusted source. By sending specially crafted XML data, a
|
13
|
-
remote attacker can consume all available memory and cause a denial of
|
14
|
-
service.
|
15
|
-
cvss_v2: 5.0
|
16
|
-
patched_versions:
|
17
|
-
- ~> 1.9.3.550
|
18
|
-
- ~> 2.0.0.594
|
19
|
-
- ">= 2.1.4"
|