blob: 10702c1d157922193985ff864527fa25b4f79233 [file] [log] [blame]
Shai Barack40495502024-01-29 17:51:51 +00001name: "SQLite"
2description:
3 "SQLite database"
4
5third_party {
6 url {
7 type: HOMEPAGE
8 value: "https://www.sqlite.org"
9 }
10 url {
11 type: ARCHIVE
12 value: "${SQLITE_URL}"
13 }
14 version: "${SQLITE_VERSION}"
15 last_upgrade_date { year: ${YEAR} month: ${MONTH} day: ${DAY} }
16 license_type: NOTICE
17
18 security: {
19 tag: "NVD-CPE2.3:cpe:/a:sqlite:sqlite" # see http://go/metadata-cpe
20 }
21}