blob: 87fb8f1045a1c1dd2b9fbb898350821b424b4a5c [file] [log] [blame]
Haibo Huang257afbc2018-06-26 14:21:28 -07001name: "curl"
Tao Baoeeb53512018-12-12 17:18:22 -08002description: "A command line tool and library for transferring data with URLs."
Haibo Huang257afbc2018-06-26 14:21:28 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://curl.haxx.se/"
7 }
8 url {
9 type: ARCHIVE
Elliott Hughesf344baa2021-12-07 09:12:34 -080010 value: "https://github.com/curl/curl/releases/download/curl-7_80_0/curl-7.80.0.tar.xz"
Haibo Huang257afbc2018-06-26 14:21:28 -070011 }
Elliott Hughesf344baa2021-12-07 09:12:34 -080012 version: "curl-7_80_0"
Bob Badour07189862020-04-23 15:56:31 -070013 license_type: NOTICE
Michael Jezierny9fbc4442021-08-12 10:53:49 -070014 security {
15 tag: "NVD-CPE2.3:cpe:/a:haxx:curl:7.78.0"
16 }
Elliott Hughesf344baa2021-12-07 09:12:34 -080017 last_upgrade_date {
18 year: 2021
19 month: 12
20 day: 7
21 }
Haibo Huang257afbc2018-06-26 14:21:28 -070022}