1name: "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} 22