CVE Services 6 Week Road Map [July to Mid August] 2021 - CVEProject/cve-services GitHub Wiki
July 2021 Sprint 1
Overall theme is feature development to support the website and implementation of community requested features.
Website Support:
- Ability to receive just a count of the CVE Records that apply to a query on
/cve
. #issue 289
Community Requests:
- Removing surname from the name object of a user for simplicity. #issue 424
- Adding the remaining quota from the header as a field in the response body as well. #issue 427
July 2021 Sprint 2
Focus moves to feature development for the "Community Version" of the Record Service along with additional community requested features.
Community Version Record Service:
- Creating a long running feature branch to transition the CVE Services to CVE Schema 5.0 (release candidate 2).
- Swapping the schema validation middleware to the new 5.0 spec.
- Adjusting middleware permissions to allow general users to access the
/cve
endpoints.- Will be allowed to look up any CVE Record.
- But will only be allowed to publish/update records for their Org.
Website Support:
- Ability to filter records by state.
Community Requests:
- Ability to lookup an Org by the Org's UUID.
August 2021 Sprint 1
Preparation for deployment
- Writing an CVE record upgrade migration script, utilizing the upconvert library to migrate existing records within CVE Services to 5.0.
- Review and revise internal program functions for 5.0.