Skip to content

Allow Enriching in Air-Gapped Environment #25

Description

@hazeltonl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions