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: "https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz" 13 } 14 version: "3.42.0" 15 last_upgrade_date { year: 2023 month: 7 day: 6 } 16 license_type: NOTICE 17 18 security: { 19 tag: "NVD-CPE2.3:cpe:/a:sqlite:sqlite" # see http://go/metadata-cpe 20 } 21} 22