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,27 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rdoc
|
3
|
-
cve: 2013-0256
|
4
|
-
osvdb: 90004
|
5
|
-
url: https://nvd.nist.gov/vuln/detail/CVE-2013-0256
|
6
|
-
title: RDoc 2.3.0 through 3.12 XSS Exploit
|
7
|
-
date: 2013-02-06
|
8
|
-
|
9
|
-
description: |
|
10
|
-
Doc documentation generated by rdoc 2.3.0 through rdoc 3.12 and prereleases
|
11
|
-
up to rdoc 4.0.0.preview2.1 are vulnerable to an XSS exploit. This exploit
|
12
|
-
may lead to cookie disclosure to third parties.
|
13
|
-
|
14
|
-
The exploit exists in darkfish.js which is copied from the RDoc install
|
15
|
-
location to the generated documentation.
|
16
|
-
|
17
|
-
RDoc is a static documentation generation tool. Patching the library itself
|
18
|
-
is insufficient to correct this exploit.
|
19
|
-
|
20
|
-
This exploit was discovered by Evgeny Ermakov <corwmh@gmail.com>.
|
21
|
-
|
22
|
-
cvss_v2: 4.3
|
23
|
-
|
24
|
-
patched_versions:
|
25
|
-
- ~> 3.9.5
|
26
|
-
- ~> 3.12.1
|
27
|
-
- ">= 4.0"
|
@@ -1,35 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: recurly
|
3
|
-
cve: 2017-0905
|
4
|
-
url: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0905
|
5
|
-
date: 2017-11-09
|
6
|
-
title: SSRF vulnerability in Recurly gem's Resource#find.
|
7
|
-
|
8
|
-
description: |
|
9
|
-
If you are using the #find method on any of the classes that are derived from
|
10
|
-
the Resource class and you are passing user input into that method, a
|
11
|
-
malicious user can force the http client to reach out to a server under their
|
12
|
-
control. This can lead to leakage of your private API key.
|
13
|
-
|
14
|
-
Because of the severity of impact, we are recommending that all users upgrade
|
15
|
-
to a patched version. We have provided a non-breaking patch for every 2.X
|
16
|
-
version of the client.
|
17
|
-
|
18
|
-
patched_versions:
|
19
|
-
- ~> 2.0.13
|
20
|
-
- ~> 2.1.11
|
21
|
-
- ~> 2.2.5
|
22
|
-
- ~> 2.3.10
|
23
|
-
- ~> 2.4.11
|
24
|
-
- ~> 2.5.3
|
25
|
-
- ~> 2.6.3
|
26
|
-
- ~> 2.7.8
|
27
|
-
- ~> 2.8.2
|
28
|
-
- ~> 2.9.2
|
29
|
-
- ~> 2.10.4
|
30
|
-
- ~> 2.11.3
|
31
|
-
- ">= 2.12.0"
|
32
|
-
|
33
|
-
related:
|
34
|
-
url:
|
35
|
-
- https://github.com/recurly/recurly-client-ruby/commit/1bb0284d6e668b8b3d31167790ed6db1f6ccc4be
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: redcarpet
|
3
|
-
cve: 2015-5147
|
4
|
-
osvdb: 123859
|
5
|
-
url: http://seclists.org/oss-sec/2015/q2/818
|
6
|
-
title: redcarpet Gem for Ruby html.c header_anchor() Function Stack Overflow
|
7
|
-
date: 2015-06-22
|
8
|
-
description: |
|
9
|
-
redcarpet Gem for Ruby contains a flaw that allows a stack overflow.
|
10
|
-
This flaw exists because the header_anchor() function in html.c uses
|
11
|
-
variable length arrays (VLA) without any range checking. This may
|
12
|
-
allow a remote attacker to execute arbitrary code.
|
13
|
-
cvss_v2: 7.5
|
14
|
-
unaffected_versions:
|
15
|
-
- "< 3.3.0"
|
16
|
-
patched_versions:
|
17
|
-
- ">= 3.3.2"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: redcarpet
|
3
|
-
osvdb: 120415
|
4
|
-
url: http://danlec.com/blog/bug-in-sundown-and-redcarpet
|
5
|
-
title: redcarpet Gem for Ruby markdown.c parse_inline() Function XSS
|
6
|
-
date: 2015-04-07
|
7
|
-
description: |
|
8
|
-
redcarpet Gem for Ruby contains a flaw that allows a cross-site scripting
|
9
|
-
(XSS) attack. This flaw exists because the parse_inline() function in
|
10
|
-
markdown.c does not validate input before returning it to users. This may
|
11
|
-
allow a remote attacker to create a specially crafted request that would
|
12
|
-
execute arbitrary script code in a user's browser session within the trust
|
13
|
-
relationship between their browser and the server.
|
14
|
-
cvss_v2:
|
15
|
-
patched_versions:
|
16
|
-
- ">= 3.2.3"
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: redis-namespace
|
3
|
-
osvdb: 96425
|
4
|
-
url: http://blog.steveklabnik.com/posts/2013-08-03-redis-namespace-1-3-1--security-release
|
5
|
-
title: redis-namespace Gem for Ruby contains a flaw in the method_missing implementation
|
6
|
-
date: 2013-08-03
|
7
|
-
description: |
|
8
|
-
redis-namespace Gem for Ruby contains a flaw in the method_missing implementation.
|
9
|
-
The issue is triggered when handling exec commands called via send(). This may allow a
|
10
|
-
remote attacker to execute arbitrary commands.
|
11
|
-
patched_versions:
|
12
|
-
- ">= 1.3.1"
|
13
|
-
- "~> 1.2.2"
|
14
|
-
- "~> 1.1.1"
|
15
|
-
- "~> 1.0.4"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: redis-store
|
3
|
-
cve: 2017-1000248
|
4
|
-
url: https://github.com/redis-store/redis-store/commit/ce13252c26fcc40ed4935c9abfeb0ee0761e5704
|
5
|
-
date: 2017-11-16
|
6
|
-
title: Unsafe objects can be loaded from Redis
|
7
|
-
|
8
|
-
description: |
|
9
|
-
Redis-store <=v1.3.0 allows unsafe objects to be loaded from Redis via the
|
10
|
-
use of the Marshal serializer.
|
11
|
-
|
12
|
-
patched_versions:
|
13
|
-
- ">= 1.4.0"
|
14
|
-
|
15
|
-
related:
|
16
|
-
url:
|
17
|
-
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000248
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: refile
|
3
|
-
osvdb: 120857
|
4
|
-
url: https://groups.google.com/forum/#!topic/ruby-security-ann/VIfMO2LvzNs
|
5
|
-
title: refile Gem for Ruby contains a remote code execution vulnerability
|
6
|
-
date: 2015-04-15
|
7
|
-
description: |
|
8
|
-
refile Gem for Ruby contains a flaw that is triggered when input is not
|
9
|
-
sanitized when handling the 'remote_image_url' field in a form, where
|
10
|
-
'image' is the name of the attachment. This may allow a remote attacker
|
11
|
-
to execute arbitrary shell commands.
|
12
|
-
cvss_v2:
|
13
|
-
unaffected_versions:
|
14
|
-
- "< 0.5.0"
|
15
|
-
patched_versions:
|
16
|
-
- '>= 0.5.4'
|
@@ -1,23 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rest-client
|
3
|
-
cve: 2015-1820
|
4
|
-
osvdb: 119878
|
5
|
-
url: https://github.com/rest-client/rest-client/issues/369
|
6
|
-
title: 'rubygem-rest-client: session fixation vulnerability via Set-Cookie headers in 30x redirection responses'
|
7
|
-
date: 2015-03-24
|
8
|
-
description: |
|
9
|
-
rest-client in abstract_response.rb improperly handles Set-Cookie headers on
|
10
|
-
HTTP 30x redirection responses. Any cookies will be forwarded to the
|
11
|
-
redirection target regardless of domain, path, or expiration.
|
12
|
-
|
13
|
-
If you control a redirection source, you can cause rest-client to perform a
|
14
|
-
request to any third-party domain with cookies of your choosing, which may be
|
15
|
-
useful in performing a session fixation attack.
|
16
|
-
|
17
|
-
If you control a redirection target, you can steal any cookies set by the
|
18
|
-
third-party redirection request.
|
19
|
-
cvss_v2:
|
20
|
-
unaffected_versions:
|
21
|
-
- "<= 1.6.0"
|
22
|
-
patched_versions:
|
23
|
-
- ">= 1.8.0"
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rest-client
|
3
|
-
cve: 2015-3448
|
4
|
-
url: https://github.com/rest-client/rest-client/issues/349
|
5
|
-
date: 2015-04-29
|
6
|
-
title: rest-client ruby gem logs sensitive information
|
7
|
-
description: |
|
8
|
-
REST client for Ruby (aka rest-client) before 1.7.3 logs usernames and
|
9
|
-
passwords, which allows local users to obtain sensitive information by reading the
|
10
|
-
log.
|
11
|
-
|
12
|
-
cvss_v2: 2.1
|
13
|
-
|
14
|
-
patched_versions:
|
15
|
-
- ">= 1.7.3"
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rest-client
|
3
|
-
cve: 2019-15224
|
4
|
-
url: https://github.com/rest-client/rest-client/issues/713
|
5
|
-
date: 2019-08-19
|
6
|
-
title: Code execution backdoor in rest-client
|
7
|
-
description: |
|
8
|
-
The rest-client gem 1.6.13 for Ruby, as distributed on RubyGems.org,
|
9
|
-
included a code-execution backdoor inserted by a third party.
|
10
|
-
|
11
|
-
unaffected_versions:
|
12
|
-
- "<= 1.6.9"
|
13
|
-
- ">= 1.6.14"
|
@@ -1,36 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: restforce
|
3
|
-
cve: 2018-3777
|
4
|
-
date: 2018-07-27
|
5
|
-
url: https://github.com/restforce/restforce/pull/392
|
6
|
-
title: Insufficient URI encoding in restforce
|
7
|
-
description: |
|
8
|
-
A flaw in how restforce constructs URL's may allow an attacker to inject
|
9
|
-
additional parameters into Salesforce API requests.
|
10
|
-
|
11
|
-
Impact
|
12
|
-
------
|
13
|
-
This flaw is only exploitable in applications that pass user input directly
|
14
|
-
to restforce's select, find, describe, update, upsert, and destroy methods.
|
15
|
-
Vulnerable code might look like:
|
16
|
-
|
17
|
-
```ruby
|
18
|
-
client.select('SomeSalesForceObject', params[:some-id],
|
19
|
-
...)
|
20
|
-
```
|
21
|
-
|
22
|
-
In such an application, attackers could pass `0016000000MRatd/describe`
|
23
|
-
as a request parameter, causing the server to make a request to a different
|
24
|
-
endpoint than the server is designed to handle. Since the Salesforce REST
|
25
|
-
API supports overriding HTTP methods via a request parameter, an attacker
|
26
|
-
could also cause the client's `select()` method to modify data, by passing
|
27
|
-
`0016000000MRatd/?_HttpMethod=PATCH&other-query-params=...`.
|
28
|
-
|
29
|
-
Workarounds
|
30
|
-
------
|
31
|
-
If possible, applications should track salesforce IDs internally, rather than
|
32
|
-
passing user-supplied IDs to salesforce. Such practice mitigates this
|
33
|
-
vulnerability, and in general is desirable for ensuring strong access control.
|
34
|
-
|
35
|
-
patched_versions:
|
36
|
-
- ">= 3.0.0"
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rexical
|
3
|
-
cve: 2019-5477
|
4
|
-
date: 2019-08-11
|
5
|
-
url: https://github.com/tenderlove/rexical/commit/a652474dbc66be350055db3e8f9b3a7b3fd75926
|
6
|
-
title: Rexical Command Injection Vulnerability
|
7
|
-
description: |
|
8
|
-
A command injection vulnerability appears in code generated by the Rexical
|
9
|
-
gem versions v1.0.6 and earlier. It allows commands to be executed in a
|
10
|
-
subprocess by Ruby's `Kernel.open` method.
|
11
|
-
|
12
|
-
patched_versions:
|
13
|
-
- ">= 1.0.7"
|
14
|
-
|
15
|
-
cvss_v2: 7.5
|
16
|
-
cvss_v3: 9.8
|
17
|
-
|
18
|
-
related:
|
19
|
-
url:
|
20
|
-
- https://github.com/tenderlove/rexical/blob/master/CHANGELOG.rdoc#107--2019-08-06
|
21
|
-
- https://groups.google.com/forum/#!msg/ruby-security-ann/YMnKFsASOAE/Fw3ocLI0BQAJ
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rgpg
|
3
|
-
cve: 2013-4203
|
4
|
-
osvdb: 95948
|
5
|
-
url: https://nvd.nist.gov/vuln/detail/CVE-2013-4203
|
6
|
-
title: rgpg Gem for Ruby lib/rgpg/gpg_helper.rb Remote Command Execution
|
7
|
-
date: 2013-08-02
|
8
|
-
description: |
|
9
|
-
rgpg Gem for Ruby contains a flaw in the GpgHelper module
|
10
|
-
(lib/rgpg/gpg_helper.rb). The issue is due to the program failing to properly
|
11
|
-
sanitize user-supplied input before being used in the system() function for
|
12
|
-
execution. This may allow a remote attacker to execute arbitrary commands.
|
13
|
-
cvss_v2: 7.5
|
14
|
-
patched_versions:
|
15
|
-
- ">= 0.2.3"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubocop
|
3
|
-
cve: 2017-8418
|
4
|
-
url: https://github.com/bbatsov/rubocop/issues/4336
|
5
|
-
date: 2017-05-01
|
6
|
-
title: |
|
7
|
-
RuboCop: insecure use of /tmp
|
8
|
-
|
9
|
-
description: |
|
10
|
-
RuboCop 0.48.1 and earlier does not use /tmp in safe way, allowing local
|
11
|
-
users to exploit this to tamper with cache files belonging to other users.
|
12
|
-
|
13
|
-
cvss_v2: 2.1
|
14
|
-
|
15
|
-
patched_versions:
|
16
|
-
- ">= 0.49.0"
|
17
|
-
|
18
|
-
related:
|
19
|
-
url:
|
20
|
-
- http://www.openwall.com/lists/oss-security/2017/05/01/14
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby-openid
|
3
|
-
cve: 2019-11027
|
4
|
-
ghsa: fqfj-cmh6-hj49
|
5
|
-
url: https://github.com/openid/ruby-openid/issues/122
|
6
|
-
date: 2019-06-13
|
7
|
-
title: ruby-openid SSRF via claimed_id request
|
8
|
-
description: |
|
9
|
-
Ruby OpenID (aka ruby-openid) through 2.8.0 has a remotely exploitable
|
10
|
-
flaw. This library is used by Rails web applications to integrate with OpenID Providers.
|
11
|
-
Severity can range from medium to critical, depending on how a web application developer
|
12
|
-
chose to employ the ruby-openid library. Developers who based their OpenID integration
|
13
|
-
heavily on the "example app" provided by the project are at highest risk.
|
14
|
-
cvss_v3: 9.8
|
15
|
-
patched_versions:
|
16
|
-
- ">= 2.9.0"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby-saml
|
3
|
-
cve: 2016-5697
|
4
|
-
url: https://github.com/onelogin/ruby-saml/commit/a571f52171e6bfd87db59822d1d9e8c38fb3b995
|
5
|
-
title: XML signature wrapping attack
|
6
|
-
date: 2016-06-24
|
7
|
-
description: |
|
8
|
-
ruby-saml prior to version 1.3.0 is vulnerable to an XML signature wrapping attack
|
9
|
-
in the specific scenario where there was a signature that referenced at the same time
|
10
|
-
2 elements (but past the scheme validator process since 1 of the element was inside
|
11
|
-
the encrypted assertion).
|
12
|
-
|
13
|
-
ruby-saml users must update to 1.3.0, which implements 3 extra validations to
|
14
|
-
mitigate this kind of attack.
|
15
|
-
|
16
|
-
cvss_v2: 5.0
|
17
|
-
cvss_v3: 7.5
|
18
|
-
|
19
|
-
patched_versions:
|
20
|
-
- ">= 1.3.0"
|
@@ -1,27 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby-saml
|
3
|
-
cve: 2017-11428
|
4
|
-
url: https://github.com/onelogin/ruby-saml/commit/048a544730930f86e46804387a6b6fad50d8176f
|
5
|
-
title: Authentication bypass via incorrect XML canonicalization and DOM traversal
|
6
|
-
date: 2018-02-27
|
7
|
-
description: |
|
8
|
-
ruby-saml prior to version 1.7.0 is vulnerable to an authentication bypass via incorrect
|
9
|
-
XML canonicalization and DOM traversal. Specifically, there are inconsistencies in
|
10
|
-
handling of comments within XML nodes, resulting in incorrect parsing of the inner text
|
11
|
-
of XML nodes such that any inner text after the comment is lost prior to
|
12
|
-
cryptographically signing the SAML message. Text after the comment therefore has no
|
13
|
-
impact on the signature on the SAML message.
|
14
|
-
|
15
|
-
A remote attacker can modify SAML content for a SAML service provider without
|
16
|
-
invalidating the cryptographic signature, which may allow attackers to bypass
|
17
|
-
primary authentication for the affected SAML service provider.
|
18
|
-
|
19
|
-
cvss_v2: 6.3
|
20
|
-
|
21
|
-
patched_versions:
|
22
|
-
- ">= 1.7.0"
|
23
|
-
|
24
|
-
related:
|
25
|
-
url:
|
26
|
-
- https://duo.com/blog/duo-finds-saml-vulnerabilities-affecting-multiple-implementations
|
27
|
-
- https://www.kb.cert.org/vuls/id/475445
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby-saml
|
3
|
-
osvdb: 117903
|
4
|
-
url: http://www.osvdb.org/show/osvdb/117903
|
5
|
-
title: Ruby-Saml Gem is vulnerable to arbitrary code execution
|
6
|
-
date: 2015-02-03
|
7
|
-
description: |
|
8
|
-
ruby-saml contains a flaw that is triggered as the URI value of a SAML response is
|
9
|
-
not properly sanitized through a prepared statement. This may allow a remote
|
10
|
-
attacker to execute arbitrary shell commands on the host machine.
|
11
|
-
cvss_v2:
|
12
|
-
patched_versions:
|
13
|
-
- ">= 0.8.2"
|
@@ -1,11 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby-saml
|
3
|
-
osvdb: 124383
|
4
|
-
url: https://github.com/onelogin/ruby-saml/pull/247
|
5
|
-
title: Ruby-Saml Gem is vulnerable to entity expansion attacks
|
6
|
-
date: 2015-06-30
|
7
|
-
description: |
|
8
|
-
ruby-saml before 1.0.0 is vulnerable to entity expansion attacks.
|
9
|
-
cvss_v2: 3.9
|
10
|
-
patched_versions:
|
11
|
-
- ">= 1.0.0"
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby-saml
|
3
|
-
osvdb: 124991
|
4
|
-
url: https://github.com/onelogin/ruby-saml/pull/225
|
5
|
-
title: Ruby-Saml Gem is vulnerable to XPath Injection
|
6
|
-
date: 2015-04-29
|
7
|
-
description: |
|
8
|
-
ruby-saml before 1.0.0 is vulnerable to XPath injection on xml_security.rb. The
|
9
|
-
lack of prepared statements allows for possibly command injection, leading to
|
10
|
-
arbitrary code execution
|
11
|
-
cvss_v2: 6.7
|
12
|
-
patched_versions:
|
13
|
-
- ">= 1.0.0"
|
@@ -1,11 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby_parser
|
3
|
-
cve: 2013-0162
|
4
|
-
osvdb: 90561
|
5
|
-
url: https://nvd.nist.gov/vuln/detail/CVE-2013-0162
|
6
|
-
title: RubyGems ruby_parser (RP) Temporary File Symlink Arbitrary File Overwrite
|
7
|
-
date: 2013-02-21
|
8
|
-
description: RubyGems ruby_parser (RP) contains a flaw as rubygem-ruby_parser creates temporary files insecurely. It is possible for a local attacker to use a symlink attack to cause the program to unexpectedly overwrite an arbitrary file.
|
9
|
-
cvss_v2: 2.1
|
10
|
-
patched_versions:
|
11
|
-
- ">= 3.1.2"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ruby_parser-legacy
|
3
|
-
cve: 2019-18409
|
4
|
-
date: 2019-10-24
|
5
|
-
url: https://github.com/zenspider/ruby_parser-legacy/issues/1
|
6
|
-
title: ruby_parser-legacy world writable files allow local privilege escalation
|
7
|
-
|
8
|
-
description: |
|
9
|
-
The ruby_parser-legacy (aka legacy) gem 1.0.0 for Ruby allows local
|
10
|
-
privilege escalation because of world-writable files. For example,
|
11
|
-
if the brakeman gem (which has a legacy dependency) 4.5.0 through 4.7.0 is used,
|
12
|
-
a local user can insert malicious code into the
|
13
|
-
ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb file.
|
14
|
-
|
15
|
-
cvss_v2: 4.6
|
16
|
-
cvss_v3: 7.8
|
@@ -1,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2007-0469
|
5
|
-
osvdb: 33561
|
6
|
-
url: https://nvd.nist.gov/vuln/detail/CVE-2007-0469
|
7
|
-
title: |
|
8
|
-
RubyGems installer.rb extract_files Function Crafted GEM Package Arbitrary
|
9
|
-
File Overwrite
|
10
|
-
date: 2007-01-22
|
11
|
-
description: |
|
12
|
-
The extract_files function in installer.rb in RubyGems before 0.9.1 does not
|
13
|
-
check whether files exist before overwriting them, which allows user-assisted
|
14
|
-
remote attackers to overwrite arbitrary files, cause a denial of service, or
|
15
|
-
execute arbitrary code via crafted GEM packages.
|
16
|
-
cvss_v2: 9.3
|
17
|
-
patched_versions:
|
18
|
-
- ">= 0.9.1"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2012-2125
|
5
|
-
osvdb: 85809
|
6
|
-
url: https://nvd.nist.gov/vuln/detail/CVE-2012-2125
|
7
|
-
title: |
|
8
|
-
RubyGems HTTPS to HTTP Redirection MitM Downloaded Installation File
|
9
|
-
Manipulation
|
10
|
-
date: 2012-09-25
|
11
|
-
description: |
|
12
|
-
RubyGems contains a flaw that is triggered by the gem fetcher allowing for
|
13
|
-
redirection of HTTPS to HTTP. This may allow a remote attacker to conduct a
|
14
|
-
man-in-the-middle attack to alter downloaded gem installation files.
|
15
|
-
cvss_v2: 5.8
|
16
|
-
patched_versions:
|
17
|
-
- ">= 1.8.23"
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2012-2126
|
5
|
-
osvdb: 81444
|
6
|
-
url: https://nvd.nist.gov/vuln/detail/CVE-2012-2126
|
7
|
-
title: RubyGems SSL Certificate Validation MitM Spoofing Weakness
|
8
|
-
date: 2012-04-20
|
9
|
-
description: |
|
10
|
-
RubyGems contains a flaw related to the validation of SSL certificates when
|
11
|
-
accessing certain services and APIs. This may allow a man-in-the-middle
|
12
|
-
attacker to spoof a valid server.
|
13
|
-
cvss_v2: 4.3
|
14
|
-
patched_versions:
|
15
|
-
- ">= 1.8.23"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2013-4287
|
5
|
-
osvdb: 97163
|
6
|
-
url: http://blog.rubygems.org/2013/09/09/CVE-2013-4287.html
|
7
|
-
title: RubyGems Multiple API Call Version Validation CPU Consumption DoS
|
8
|
-
date: 2013-09-09
|
9
|
-
description: |
|
10
|
-
RubyGems contains a flaw that may allow a denial of service. The issue is
|
11
|
-
triggered when handling the gem build, Gem::Package, or Gem::PackageTask API
|
12
|
-
calls, which attempt to validate the version of the program. This may allow a
|
13
|
-
context-dependent attacker to cause a consumption of CPU resources and crash
|
14
|
-
the program.
|
15
|
-
cvss_v2: 4.3
|
16
|
-
patched_versions:
|
17
|
-
- ~> 1.8.23.1
|
18
|
-
- ~> 1.8.26
|
19
|
-
- ~> 2.0.8
|
20
|
-
- ">= 2.1.0"
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2013-4363
|
5
|
-
osvdb: 97163
|
6
|
-
url: http://blog.rubygems.org/2013/09/24/CVE-2013-4363.html
|
7
|
-
title: RubyGems Multiple API Call Version Validation CPU Consumption DoS
|
8
|
-
date: 2013-09-24
|
9
|
-
description: |
|
10
|
-
RubyGems contains a flaw that may allow a denial of service. The issue is
|
11
|
-
triggered when handling the gem build, Gem::Package, or Gem::PackageTask API
|
12
|
-
calls, which attempt to validate the version of the program. This may allow a
|
13
|
-
context-dependent attacker to cause a consumption of CPU resources and crash
|
14
|
-
the program. This vulnerability is due to an incomplete fix for
|
15
|
-
CVE-2013-4287, which allowed a denial of service via improper validation.
|
16
|
-
cvss_v2: 4.3
|
17
|
-
patched_versions:
|
18
|
-
- ~> 1.8.23.2
|
19
|
-
- ~> 1.8.27
|
20
|
-
- ~> 2.0.10
|
21
|
-
- ">= 2.1.5"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2015-3900
|
5
|
-
osvdb: 122162
|
6
|
-
url: https://www.trustwave.com/Resources/Security-Advisories/Advisories/TWSL2015-007/?fid=6356
|
7
|
-
title: |
|
8
|
-
RubyGems remote_fetcher.rb api_endpoint() Function Missing SRV Record
|
9
|
-
Hostname Validation Request Hijacking
|
10
|
-
date: 2015-05-14
|
11
|
-
description: |
|
12
|
-
RubyGems contains a flaw in the api_endpoint() function in remote_fetcher.rb
|
13
|
-
that is triggered when handling hostnames in SRV records. With a specially
|
14
|
-
crafted response, a context-dependent attacker may conduct DNS hijacking
|
15
|
-
attacks.
|
16
|
-
cvss_v2: 5.0
|
17
|
-
patched_versions:
|
18
|
-
- ~> 2.0.16
|
19
|
-
- ~> 2.2.4
|
20
|
-
- ">= 2.4.7"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2015-4020
|
5
|
-
url: https://www.trustwave.com/Resources/Security-Advisories/Advisories/TWSL2015-009/?fid=6478
|
6
|
-
title: |
|
7
|
-
RubyGems remote_fetcher.rb api_endpoint() Function Missing SRV Record
|
8
|
-
Hostname Validation Request Hijacking
|
9
|
-
date: 2015-06-08
|
10
|
-
description: |
|
11
|
-
RubyGems contains a flaw in the api_endpoint() function in remote_fetcher.rb
|
12
|
-
that is triggered when handling hostnames in SRV records. With a specially
|
13
|
-
crafted response, a context-dependent attacker may conduct DNS hijacking
|
14
|
-
attacks. This vulnerability is due to an incomplete fix for CVE-2015-3900,
|
15
|
-
which allowed redirection to an arbitrary gem server in any security domain.
|
16
|
-
cvss_v2: 5.0
|
17
|
-
patched_versions:
|
18
|
-
- ~> 2.0.17
|
19
|
-
- ~> 2.2.5
|
20
|
-
- ">= 2.4.8"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2017-0899
|
5
|
-
url: http://blog.rubygems.org/2017/08/27/2.6.13-released.html
|
6
|
-
title: RubyGems ANSI escape sequence vulnerability
|
7
|
-
date: 2017-08-29
|
8
|
-
description: |
|
9
|
-
RubyGems version 2.6.12 and earlier is vulnerable to maliciously crafted gem
|
10
|
-
specifications that include terminal escape characters. Printing the gem
|
11
|
-
specification would execute terminal escape sequences.
|
12
|
-
cvss_v2: 7.5
|
13
|
-
patched_versions:
|
14
|
-
- ">= 2.4.5.3"
|
15
|
-
- ">= 2.5.2.1"
|
16
|
-
- ">= 2.6.13"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2017-0900
|
5
|
-
url: http://blog.rubygems.org/2017/08/27/2.6.13-released.html
|
6
|
-
title: RubyGems DoS vulnerability in the query command
|
7
|
-
date: 2017-08-29
|
8
|
-
description: |
|
9
|
-
RubyGems version 2.6.12 and earlier is vulnerable to maliciously crafted gem
|
10
|
-
specifications to cause a denial of service attack against RubyGems clients
|
11
|
-
who have issued a `query` command.
|
12
|
-
cvss_v2: 5.0
|
13
|
-
patched_versions:
|
14
|
-
- ">= 2.4.5.3"
|
15
|
-
- ">= 2.5.2.1"
|
16
|
-
- ">= 2.6.13"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2017-0901
|
5
|
-
url: http://blog.rubygems.org/2017/08/27/2.6.13-released.html
|
6
|
-
title: RubyGems vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files
|
7
|
-
date: 2017-08-29
|
8
|
-
description: |
|
9
|
-
RubyGems version 2.6.12 and earlier fails to validate specification names,
|
10
|
-
allowing a maliciously crafted gem to potentially overwrite any file on the
|
11
|
-
filesystem.
|
12
|
-
cvss_v2: 6.4
|
13
|
-
patched_versions:
|
14
|
-
- ">= 2.4.5.3"
|
15
|
-
- ">= 2.5.2.1"
|
16
|
-
- ">= 2.6.13"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: rubygems-update
|
3
|
-
library: rubygems
|
4
|
-
cve: 2017-0902
|
5
|
-
url: http://blog.rubygems.org/2017/08/27/2.6.13-released.html
|
6
|
-
title: RubyGems DNS request hijacking vulnerability
|
7
|
-
date: 2017-08-29
|
8
|
-
description: |
|
9
|
-
RubyGems version 2.6.12 and earlier is vulnerable to a DNS hijacking
|
10
|
-
vulnerability that allows a MITM attacker to force the RubyGems client to
|
11
|
-
down load and install gems from a server that the attacker controls.
|
12
|
-
cvss_v2: 6.8
|
13
|
-
patched_versions:
|
14
|
-
- ">= 2.4.5.3"
|
15
|
-
- ">= 2.5.2.1"
|
16
|
-
- ">= 2.6.13"
|