File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,8 +255,8 @@ def generate(version: str) -> dict:
255255 {"license" : {"id" : "BSD-3-Clause" }},
256256 ],
257257 "externalReferences" : [
258- {"type" : "website" , "url" : "https://libjpeg-turbo.org" },
259258 {"type" : "website" , "url" : "https://ijg.org" },
259+ {"type" : "website" , "url" : "https://libjpeg-turbo.org" },
260260 {
261261 "type" : "distribution" ,
262262 "url" : "https://github.com/libjpeg-turbo/libjpeg-turbo/releases" ,
@@ -272,7 +272,7 @@ def generate(version: str) -> dict:
272272 "licenses" : [{"license" : {"id" : "Zlib" }}],
273273 "externalReferences" : [
274274 {"type" : "website" , "url" : "https://zlib.net" },
275- {"type" : "distribution" , "url" : "https://zlib.net/ " },
275+ {"type" : "distribution" , "url" : "https://zlib.net" },
276276 ],
277277 },
278278 {
@@ -518,7 +518,7 @@ def generate(version: str) -> dict:
518518 {
519519 "type" : "application" ,
520520 "name" : "generate-sbom.py" ,
521- "group" : "Pillow " ,
521+ "group" : "pillow " ,
522522 }
523523 ]
524524 },
You can’t perform that action at this time.
0 commit comments