diff --git a/lib/github_advisory_sync.rb b/lib/github_advisory_sync.rb index 22046d78e5..fdb2b4352d 100644 --- a/lib/github_advisory_sync.rb +++ b/lib/github_advisory_sync.rb @@ -205,7 +205,9 @@ def framework "actioncable", "actionmailbox", "actionmailer", "actionpack", "actiontext", "actionview", "activejob", "activemodel", "activerecord", "activestorage", "activesupport", "railties", - "rails", "jquery-rails" + "jquery-rails" + # Mark all of the above to be part of the Rails framework + "rails" end end