Skip to content
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

Add rockylinux advisories #1535

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Apply black code formatter
Signed-off-by: ambuj <[email protected]>
ambuj-1211 committed Oct 10, 2024
commit b0ca192659653a5dee268194004eb70544b8c183
3 changes: 2 additions & 1 deletion vulnerabilities/improvers/valid_versions.py
Original file line number Diff line number Diff line change
@@ -482,7 +482,8 @@ class GithubOSVImprover(ValidVersionImprover):
class RockyLinuxImprover(ValidVersionImprover):
importer = RockyLinuxImporter
ignorable_versions = []



class CurlImprover(ValidVersionImprover):
importer = CurlImporter
ignorable_versions = []