As part of the changes to make the data model work we had to work around some things in the search framework and we had to duplicate things in graphql. Once the flattened V2 CVE data model is the only option we need to go back and clean up.
- Remove the feature flag
- Remove the V1 CVE, Component, and related edge stores
- Remove converter functions
- Remove V1 image store and datastore
- Remove the search categories
- Remove the code in the search framework that does not register search categories depending on if the flag is set or not.
- Probably many other things we find along the way