# Structs
CommonEntry is an embedded type that's shared between the "normal" Entry type and the on-disk json produced by a Store's Load method.
Entry is a record of all information needed to record a vulnerability at a later date.
Loader is an iterator struct that returns Entries.
A Store buffers update operations.