-
Notifications
You must be signed in to change notification settings - Fork 47
I'd like a document table
#695
bobmcwhirter
started this conversation in
General
-
Currently, there's parallelism between advisory and sbom in terms of labels, hashes, etc.
Looking forward, I see a couple of reasons to pull that commonality into a document table.
- avoid any skew between hashes we keep for one type of document vs another.
- support (future) plans to scrobble SigStore for information about all documents (not caring if they're sboms or advisories or...)
- support rows within the SBOM and Advisory table that are not hooked to a specific document. e.g., if someone is using Trustify to author or augment existing data bits, using human-derived and inputted knowledge.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Ultimately, advisory and sbom could have a nullable document_id column pointing to any source document, iff applicable.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment