Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

The Ruby Advisory Database is a community effort to compile all security
advisories that are relevant to Ruby libraries.
We expect others to create the data, such as getting CVE's, GHSA's,
OSVDB's, cvss', or original vulnerability information.
More details at [HERE](docs/external-data-improvements.md).

You can check your own Gemfile.locks against this database by using
[bundler-audit].
Expand Down Expand Up @@ -108,7 +111,7 @@ description: |
CVE-2022-28739. We strongly recommend upgrading Ruby.

Due to a bug in an internal function that converts a String to a Float, some
convertion methods like Kernel#Float and String#to_f could cause buffer
conversion methods like Kernel#Float and String#to_f could cause buffer
over-read. A typical consequence is a process termination due to segmentation
fault, but in a limited circumstances, it may be exploitable for illegal
memory read.
Expand Down Expand Up @@ -220,10 +223,9 @@ patched_versions:
* Ruby YAML does not like embedded ":" characters.
* For more info:
* [Github Action workflow](https://github.com/rubysec/ruby-advisory-db/blob/master/.github/workflows/ruby.yml)
* Run `rspec spec/schema_validation_spec.rb` for aditional lint checks.
* Run `rspec spec/schema_validation_spec.rb` for additional lint checks.
* Check all URLs for dead links.
* If a URL is dead, check if https://web.archive.org has a copy, and link to that.
* Please see the [README](README.md#yaml-schema) for more documentation on the YAML Schema.

## Tests

Expand Down