AppThreat / vulnerability-db

Vulnerability database and package search for sources such as Linux, OSV, NVD, GitHub and npm. Powered by sqlite, CVE 5.0, purl, and vers.
MIT License
88 stars 22 forks source link

BREAKING: Store large descriptions in supporting media #139

Closed prabhu closed 3 months ago

prabhu commented 3 months ago

Descriptions of length > 4096 are now stored in supportingMedia attribute in base64 encoded form. Supporting media is also modified to remove max_length validation, thus deviating from the spec in a different way.

Also includes some lint fixes.