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

Add threat-models as a property to config file and inputs #1653

Closed
wants to merge 1 commit into from

Commits on Apr 20, 2023

  1. Add threat-models as a property to config file and inputs

    There's a lot of changes here, but it's pretty formulaic. It follows the
    approach used by the `queries` input and config property.
    `threat-models` can appear as an input or in the config file. If it
    appears in the input, then we need to either merge it with the
    threat-models in the config (if prefixed with `+`) or overwrite it.
    
    There's no danger if someone uses `threat-models` with an older CLI
    since the CLI can handle configs with extra properties.
    aeisenberg committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7a9b004 View commit details
    Browse the repository at this point in the history