Skip to content

[WIP] Get unreviewed ruby GHSA advisories - #968

Closed
jasnow wants to merge 1 commit into
rubysec:masterfrom
jasnow:add-unreviwe-ruby-advs
Closed

[WIP] Get unreviewed ruby GHSA advisories#968
jasnow wants to merge 1 commit into
rubysec:masterfrom
jasnow:add-unreviwe-ruby-advs

Conversation

@jasnow

@jasnow jasnow commented Jan 22, 2026

Copy link
Copy Markdown
Member

[WIP] Get unreviewed ruby GHSA advisories

  • Strategy is to create a parallel script to query for unreviewed and ruby GHSA advisories.
  • This first PR sets up the framework and used the same code as github_advisory_sync.rb.
  • If this PR is merged, I will start changing the sync script to implement this URL as GraphQL
https://github.com/advisories?query=type%3Aunreviewed+ruby

The above query results in 142 advisoriies.

Longer term, we can combine the two sync scripts and/or refactor them as a separate effect.

The advantage of this strategy is we will not affect the current processes while we work this new work.

@jasnow

jasnow commented Jan 23, 2026

Copy link
Copy Markdown
Member Author

Decide to work this item differently.

@jasnow jasnow closed this Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant