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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ patched_versions:
* `patched_versions` \[Array\<String\>\] (optional): The version requirements
for the patched versions of the Ruby library.
* `patched_versions version ranges must be quoted (ex: `">= 1.2.3"`).
* Omit `patched_versions:` if you has no patched version identifiers.
* Omit `patched_versions:` if you have no patched version identifiers.
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory
references many urls and other identifiers. Supported keys:
`cve`, `ghsa`, `osvdb`, and `url`
Expand Down Expand Up @@ -195,7 +195,7 @@ patched_versions:
* `patched_versions`/`unaffected_versions` version ranges must be quoted
(ex: `">= 1.2.3"`).
* Field `patched_versions`are 2 blanks from left margin.
* Omit patched_versions: if you has no patched version identifiers.
* Omit patched_versions: if you have no patched version identifiers.
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory
references many urls and other identifiers. Supported keys:
`cve`, `ghsa`, `osvdb`, and `url`
Expand Down Expand Up @@ -223,7 +223,7 @@ patched_versions:
* Run `rspec spec/schema_validation_spec.rb` for aditional 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#schema) for more documentation on the YAML Schema.
* Please see the [README](README.md#yaml-schema) for more documentation on the YAML Schema.

## Tests

Expand Down