From 2f9dde1547b5e2dde70a2746a77e2214e92c0f08 Mon Sep 17 00:00:00 2001 From: Koza Date: Tue, 13 Jan 2026 10:16:44 +0100 Subject: [PATCH] Fix the framework helper method in the github advisory sync --- lib/github_advisory_sync.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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