Sha256: d2a8f027fe9a144e65ba65158f8fab659288b6dd5be0b4684d49cd86326bb7ed
Contents?: true
Size: 1.95 KB
Versions: 1
Compression:
Stored size: 1.95 KB
Contents
### 0.1.2 / 2013-02-17 * Require [bundler] ~> 1.2. * Vendor a full copy of the [ruby-advisory-db]. * Added {Bundler::Audit::Advisory#path} for debugging purposes. * Added {Bundler::Audit::Advisory#to_s} for debugging purposes. #### CLI * Simply parse the `Gemfile.lock` instead of loading the bundle (@grosser). * Exit with non-zero status on failure (@grosser). ### 0.1.1 / 2013-02-12 * Fixed a Ruby 1.8 syntax error. ### Advisories * Imported advisories from the [Ruby Advisory DB][ruby-advisory-db]. * [CVE-2011-0739](http://www.osvdb.org/show/osvdb/70667) * [CVE-2012-2139](http://www.osvdb.org/show/osvdb/81631) * [CVE-2012-2140](http://www.osvdb.org/show/osvdb/81632) * [CVE-2012-267](http://osvdb.org/83077) * [CVE-2012-1098](http://osvdb.org/79726) * [CVE-2012-1099](http://www.osvdb.org/show/osvdb/79727) * [CVE-2012-2660](http://www.osvdb.org/show/osvdb/82610) * [CVE-2012-2661](http://www.osvdb.org/show/osvdb/82403) * [CVE-2012-3424](http://www.osvdb.org/show/osvdb/84243) * [CVE-2012-3463](http://osvdb.org/84515) * [CVE-2012-3464](http://www.osvdb.org/show/osvdb/84516) * [CVE-2012-3465](http://www.osvdb.org/show/osvdb/84513) ### CLI * If the advisory has no `patched_versions`, recommend removing or disabling the gem until a patch is made available. ### 0.1.0 / 2013-02-11 * Initial release: * Checks for vulnerable versions of gems in `Gemfile.lock`. * Prints advisory information. * Does not require a network connection. #### Advisories * [CVE-2013-0269](http://direct.osvdb.org/show/osvdb/90074) * [CVE-2013-0263](http://osvdb.org/show/osvdb/89939) * [CVE-2013-0155](http://osvdb.org/show/osvdb/89025) * [CVE-2013-0156](http://osvdb.org/show/osvdb/89026) * [CVE-2013-0276](http://direct.osvdb.org/show/osvdb/90072) * [CVE-2013-0277](http://direct.osvdb.org/show/osvdb/90073) * [CVE-2013-0333](http://osvdb.org/show/osvdb/89594) [bundler]: http://gembundler.com/ [ruby-advisory-db]: https://github.com/rubysec/ruby-advisory-db#readme
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bundler-audit-0.1.2 | ChangeLog.md |