-
-
Notifications
You must be signed in to change notification settings - Fork 233
Added file to document external data enhancements #1074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jasnow
wants to merge
4
commits into
rubysec:master
Choose a base branch
from
jasnow:ghsa-syncbot-2026-05-26-08_13_24
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| # Information on Helping To Improve External Data | ||
|
|
||
| Remember that these requests are outside the scope of the ruby-advisory-db repo. | ||
|
|
||
| Here are the different sources of information this repo usually uses and how to request a change if needed. | ||
|
|
||
| * GENERAL | ||
| * Missing CVE number (also just "reserved" CVE with no details) | ||
| * Google CVE number, check cve.org and nvd.nist.gov web sites | ||
| * Missing GHSA number | ||
| * Google GHSA number, check [GHSA](https://github.com/advisories) web site. | ||
| * Missing patch release | ||
| * See [repo](https://github.com/rubysec/ruby-advisory-db) README on policy. | ||
| * Have only project-specific data (announcement, blog, CHANGELOG, Release notes) about advisory | ||
| * Google for more information. Try to contact developer privately. | ||
| * To exclude a duplicate or disputed advisories, send them to @jasnow to add them to his ignored-dup-list.file. | ||
|
|
||
| * GEMS | ||
|
|
||
| * PR: To change a specific **GHSA rubygems-related** advisory, go to [GHSA](https://github.com/advisories) and search for the specific advisory. Scroll down to the bottom of web page and click on `See something to contribute?` link. This will open a page where you can edit the advisory and create | ||
| a GHSA PR. | ||
|
|
||
| * EXAMPLE: | ||
| * https://github.com/github/advisory-database/pull/7717 (open) | ||
| * https://github.com/github/advisory-database/issues/7296 (open) | ||
| * https://github.com/github/advisory-database/issues/1796 (gave up) | ||
|
|
||
| * To create a **new GHSA rubygems-advisory*, go to [HERE](https://docs.github.com/en/code-security/how-tos/report-and-fix-vulnerabilities/fix-reported-vulnerabilities/creating-a-repository-security-advisory) and follow their instructions. | ||
|
|
||
| * To change something on the **https://nvd.nist.gov/vuln/detail** web site, currently not known but you can read more at [HERE](https://nvd.nist.gov/general/cve-process). | ||
|
|
||
| * To change something on **https://www.cve.org** as Non-CNA, got [HERE](https://www.cve.org/ReportRequest/ReportRequestForNonCNAs) and follows their directions. | ||
|
|
||
| * To change something with **osvdb** advisory, the Open Sourced Vulnerability Database (OSVDB) was permanently shut down in 2016 and is no longer active or hosted online. Try to see if there is a GHSA or CVE reference that that vulnerability. | ||
|
|
||
| * RUBIES (ruby, jruby, mruby, rubinius/rbx, etc) | ||
|
|
||
| * For specific GHSA ruby-related unreviewed advisory change, go to https://github.com/advisories?query=type%3Aunreviewed | ||
| and search for the specific advisory. Scroll down to the bottom of web page and click on "See something to contribute?" link. This will open a page where you can edit the advisory and create a GHSA PR. | ||
|
|
||
| * For changes on Ruby web site, go https://github.com/ruby/www.ruby-lang.org and follow: | ||
| * [Quick Fixes](https://github.com/ruby/www.ruby-lang.org/blob/master/README.md#quick-fixes) | ||
| * [Making Changes](https://github.com/ruby/www.ruby-lang.org/blob/master/README.md#making-changes) | ||
|
|
||
| * To add additional GHSA `ecosystem`, such for `RubyNotGem` advisories, create GHSA and osv-schema issues and/or PRs. See examples below: | ||
| * EXAMPLES | ||
| * https://github.com/ossf/osv-schema/pull/515 (assigned to @another-rex/gave up) | ||
| * https://github.com/ossf/osv-schema/issues/123 (gave up) | ||
| * https://github.com/github/advisory-database/issues/1796 (gave up) | ||
| * https://github.com/github/advisory-database/issues/6676 (gave up) | ||
|
|
||
| Feel free to **suggest more scenarios to add or better words/etc to improve existing scenarios.** | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to reformat a little for markdown headings and lists to make fancy rendered in GitHub UI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure