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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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