# Functions
New reads the configuration from the file/Reader and parses it into a Config object.
# Structs
Config contains all the data parsed from the conf.yaml file.
CustomField represents a Jira Custom Field.
DefaultValues represents the Values that exist by default in all jira tickets we had access to.
JiraToSmithyVulnMappings used by the sync utiity, this Mapping matches SmithyStatus-es to combinations of JiraStatus and JiraResolution, look in the sample config file for examples supported SmithyStatus values: * FalsePositive <-- will set the issue's FalsePositive flag to True * Duplicate <-- if the issue already exists in the database, will do nothing, otherwise will insert a new one * Resolved <-- will _REMOVE_ the finding from the database JiraStatus will be matched as a string JiraResolution will be matched as a string.
Mappings holds a mapping between a smithy api field and it's corresponding jira field.