Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !510

Update rails per CVE-2016-2098 warning

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge jro-update-rails-cve-2016-2098 into master Mar 08, 2016
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: jayroh

When running bundler audit there is a warning that there is a possible exploit. See following:

➜  administrate git:(master) be rake bundler:audit
Updating ruby-advisory-db ...
From https://github.com/rubysec/ruby-advisory-db
 * branch            master     -> FETCH_HEAD
Current branch master is up to date.
ruby-advisory-db: 264 advisories
Name: actionpack
Version: 4.2.5.1
Advisory: CVE-2016-2098
Criticality: Unknown
URL:
https://groups.google.com/forum/#!topic/rubyonrails-security/ly-IH-fxr_Q
Title: Possible remote code execution vulnerability in Action Pack
Solution: upgrade to ~> 3.2.22.2, ~> 4.1.14.2, ~> 4.2.5.2

Vulnerabilities found!

This commit updates rails and its associated (action|active)* gems from 4.2.5.1 to 4.2.5.2. (And, I guess, sprockets too...?)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: jro-update-rails-cve-2016-2098