gemsurance icon indicating copy to clipboard operation
gemsurance copied to clipboard

Gem vulnerability checker using rubysec/ruby-advisory-db

Results 6 gemsurance issues
Sort by recently updated
recently updated
newest added

Running `gemsurance` produces the error: `gemsurance-0.10.0/lib/gemsurance/gem_info_retriever.rb:122:in `block in retrieve': undefined method `index' for # (NoMethodError)` The bundler version is at `2.2.29` as specified in the dependency list in https://rubygems.org/gems/gemsurance/versions/0.10.0/dependencies: ```...

This PR rescues any errors that occur while fetching the gem info from rubygems.org. This information is only used to create links to the gem homepage, documentation, and source. An...

Hi, we use multiple gem Servers. (e.g https://rubygems.org and https://rails-assets.org) Since Version 1.2 of the gem https://github.com/rubygems/gems an exception is thrown if the gem could not be fetched: - https://github.com/rubygems/gems/commit/0f5a1933387f8d7cc27f651a9cc81eea36a1bf22...

Hello, I'm hoping you can help me out with an issue we're having with Jenkins + Gemsurance. As of late we're having issues with Gemsurance due to the # of...

`gemsurance` reports gems sourced from _github_ are out of date though the version numbers are identical. ``` gem 'activeadmin-select2', github: 'mfairburn/activeadmin-select2' gem 'by_star', github: 'radar/by_star' ``` ``` activeadmin-select2 | 0.1.8...

Gemsurance currently requires both the ruby version and all of the dependencies installed in order to run the check. Ideally you could run the check with only needing to install...