conjurdemos / cloudfoundry-conjur-demo

Demo for Conjur CloudFoundry integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rack and Sinatra gems have been updated

jvanderhoof opened this issue · comments

Upgrade the following gems to resolve security warnings in the repository:

  • Rack >= 2.0.6
  • Sinatra >= 2.0.2

These vulnerabilities impact a demo application, not core functionality.

gem 'rack', ">= 2.0.6"
gem 'sinatra', ">= 2.0.2"

@micahlee can you address this with the demo fixes you are making?

@izgeri sure thing!

This is addressed in #23