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

fix: changed metric ids in cvedb to constants (#4473) #4475

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

weichslgartner
Copy link
Contributor

Introduced constants for metric_ids in cvedb to remove need for cursor argument in epss_source.py. This fixes the bug of "missing 1 required positional argument" while fetching epss data.

@terriko
Copy link
Contributor

terriko commented Oct 1, 2024

There's no obvious reason for the test failures (it looks like they just aborted silently for some reason?) so I'm going to go ahead and re-run the failing tests.

@weichslgartner
Copy link
Contributor Author

@terriko my pre-commit hook went through with all the linting, don't know why the action failed.

@weichslgartner
Copy link
Contributor Author

Oh I missed the test. I removed now the EPSS_finder from the test

@terriko
Copy link
Contributor

terriko commented Oct 2, 2024

Looks like I got most of the tests behaving again, but unfortunately the long tests are timing out and the repo is set up to not let me merge unless they pass. I don't think it's your fault: it looks like for some reason the regular scanner tests are taking considerably longer than usual. Just wanted to let you know that I'm looking into it, and I'll probably try re-running the tests at least once more at the end of my work day.

@weichslgartner
Copy link
Contributor Author

Okay, thanks for the info.

@terriko
Copy link
Contributor

terriko commented Oct 14, 2024

Quick heads up: I think I've fixed the longtests in #4509 but everything hasn't finished running and I'm waiting on another change to the required test rules, so this might not pass as expected. But I'm still working on it!

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hurray, it's merge time! Thank you again for finding this, working out a solution, and your incredible patience while I fought with our CI system.

@terriko terriko merged commit 2b15bc5 into intel:main Oct 15, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants