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

feat: add preliminary cve-query #152

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cvelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
from cvelib.github import main_dump_alerts
from cvelib.quay import main_quay_dump_reports
from cvelib.report import main_report
from cvelib.sql import main_cve_query

# for setuptools
cve_add = main_cve_add
cve_check_syntax = main_cve_check_syntax
cve_query = main_cve_query
cve_report = main_report
dso_dump_reports = main_dso_dump_reports
gar_dump_reports = main_gar_dump_reports
Expand Down
Loading