-
Notifications
You must be signed in to change notification settings - Fork 42
Labels
integrationRelated to integration of SSVC into another framework or systemRelated to integration of SSVC into another framework or system
Description
In #898, we added a new ABNF file src/ssvc/utils/ssvc_namespace_pattern.abnf
that was used to generate the namespace regex patterns in src/ssvc/utils/patterns.py. However, this conversion was a one-shot static event.
I'd like us to be able to dynamically read the .abnf file and have that populate the items in patterns.py automatically at run time. I believe this is possible using library methods from abnf-to-regex.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
integrationRelated to integration of SSVC into another framework or systemRelated to integration of SSVC into another framework or system