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

CISA KEV Script missing retry logic for list asset groups request #87

Open
jaredkalmus opened this issue Dec 5, 2024 · 0 comments
Open

Comments

@jaredkalmus
Copy link
Collaborator

For this script: https://github.com/KennaSecurity/blog_samples/blob/main/python/cisa_risk_meter/build_cisa_risk_meter.py

There is no retry logic for the section of the script that lists out the risk meters. This endpoint can have poor performance for customers who have a lot of risk meters, and the entire script will fail if one 504 error is returned. Adding retry logic like the script has for the list CVE section could be a big help in avoiding script execution errors.

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

No branches or pull requests

1 participant