We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319e1fb commit f352dbfCopy full SHA for f352dbf
lib/github_advisory_sync.rb
@@ -16,7 +16,7 @@ class GitHubAdvisorySync
16
# The min_year argument specifies the earliest year CVE to sync.
17
# It is more important to sync the newer ones, so this allows the user to
18
# control how old of CVEs the sync should pull over
19
- def self.sync(min_year: 2015, gem_name: nil)
+ def self.sync(min_year: 2000, gem_name: nil)
20
gh_advisories = GraphQLAPIClient.new.all_rubygem_advisories(gem_name: gem_name)
21
22
# Filter out advisories with a CVE year that is before the min_year
0 commit comments