No internet means CISA KEV information cannot be pulled in to enrich the data being visualized. That URL is hardcoded at
|
chunk_url = f"https://lucacapacci.github.io/cisa_kev/data_groups/cisa_kev_{year}_{first_digit}.csv" |
But https://lucacapacci.github.io/cisa_kev/data_groups/ could instead be a default, and be overridden via command-line argument or environment variable so that the script instead looks at a local filepath or a self-hosted file storage endpoint.
There should just be a way to substitute https://lucacapacci.github.io with something custom.
No internet means CISA KEV information cannot be pulled in to enrich the data being visualized. That URL is hardcoded at
Sunshine/sunshine.py
Line 1851 in 67ea8be
But
https://lucacapacci.github.io/cisa_kev/data_groups/could instead be a default, and be overridden via command-line argument or environment variable so that the script instead looks at a local filepath or a self-hosted file storage endpoint.There should just be a way to substitute
https://lucacapacci.github.iowith something custom.