-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
A common complaint about the cti-stix-common-objects repo is that it is very big because it creates and holds STIX objects for every CVE. People who are only working on extensions don't necessarily need all of the CVE objects pulled into their local repo.
git has an answer for this use case: git sparse-checkout. This relatively new feature of git is documented in a blog from Github.
It would be nice to add a paragraph describing how to use this with this repo. I'm creating this issue as a reminder to write this.
Metadata
Metadata
Assignees
Labels
No labels