Skip to content

Commit f6366a1

Browse files
Minor corrections to tool descriptions and supported CyloneDX versions
1 parent aa4a38d commit f6366a1

File tree

1 file changed

+0
-334
lines changed

1 file changed

+0
-334
lines changed

tools.json

Lines changed: 0 additions & 334 deletions
Original file line numberDiff line numberDiff line change
@@ -12825,340 +12825,6 @@
1282512825
"JAVASCRIPT/TYPESCRIPT",
1282612826
"PYTHON"
1282712827
]
12828-
},
12829-
{
12830-
"name": "Sbom4Windows",
12831-
"publisher": "Anthony Harrison",
12832-
"description": "A command line tool which creates CycloneDX and SPDX SBOMs for an installed MS-Windows application or distribution.",
12833-
"repository_url": "https://github.com/anthonyharrison/sbom4windows",
12834-
"website_url": "https://pypi.org/project/sbom4windows/",
12835-
"capabilities": [
12836-
"SBOM"
12837-
],
12838-
"availability": [
12839-
"OPEN_SOURCE",
12840-
"OSI_APPROVED"
12841-
],
12842-
"functions": [
12843-
"AUTHOR",
12844-
"TRANSFORM",
12845-
"PACKAGE_MANAGER_INTEGRATION"
12846-
],
12847-
"transform": [
12848-
"BOM_STANDARD"
12849-
],
12850-
"packaging": [
12851-
"COMMAND_LINE_UTILITY"
12852-
],
12853-
"library": [
12854-
"PYTHON"
12855-
],
12856-
"platform": [
12857-
"LINUX",
12858-
"MAC",
12859-
"WINDOWS"
12860-
],
12861-
"lifecycle": [
12862-
"POST-BUILD"
12863-
],
12864-
"supportedStandards": [
12865-
"CYCLONEDX",
12866-
"SPDX"
12867-
],
12868-
"cycloneDxVersion": [
12869-
"CYCLONEDX_V1.6",
12870-
"CYCLONEDX_V1.5",
12871-
"CYCLONEDX_V1.4"
12872-
]
12873-
},
12874-
{
12875-
"name": "Lib4Vex",
12876-
"publisher": "Anthony Harrison",
12877-
"description": "Python library that parses and generates VEX documents in CycloneDX, CSAF, OpenVex and SPDX formats.",
12878-
"repository_url": "https://github.com/anthonyharrison/lib4vex",
12879-
"website_url": "https://pypi.org/project/lib4vex/",
12880-
"capabilities": [
12881-
"VDR/VEX"
12882-
],
12883-
"availability": [
12884-
"OPEN_SOURCE",
12885-
"OSI_APPROVED"
12886-
],
12887-
"functions": [
12888-
"AUTHOR",
12889-
"TRANSFORM"
12890-
],
12891-
"transform": [
12892-
"BOM_STANDARD",
12893-
"BOM_SERIALIZATION_FORMAT"
12894-
],
12895-
"packaging": [
12896-
"LIBRARY"
12897-
],
12898-
"library": [
12899-
"PYTHON"
12900-
],
12901-
"platform": [
12902-
"LINUX",
12903-
"MAC",
12904-
"WINDOWS"
12905-
],
12906-
"lifecycle": [
12907-
"PRE-BUILD",
12908-
"BUILD"
12909-
],
12910-
"supportedStandards": [
12911-
"CYCLONEDX",
12912-
"SPDX"
12913-
],
12914-
"cycloneDxVersion": [
12915-
"CYCLONEDX_V1.6",
12916-
"CYCLONEDX_V1.5",
12917-
"CYCLONEDX_V1.4"
12918-
]
12919-
},
12920-
{
12921-
"name": "SBOMValidate",
12922-
"publisher": "Anthony Harrison",
12923-
"description": "Command-line utility that validates SBOM files against schema. CycloneDX and SPDX SBOMs are both supported.",
12924-
"repository_url": "https://github.com/anthonyharrison/sbomvalidate",
12925-
"website_url": "https://pypi.org/project/sbomvalidate/",
12926-
"capabilities": [
12927-
"SBOM"
12928-
],
12929-
"availability": [
12930-
"OPEN_SOURCE",
12931-
"OSI_APPROVED"
12932-
],
12933-
"functions": [
12934-
"ANALYSIS"
12935-
],
12936-
"transform": [
12937-
"BOM_STANDARD",
12938-
"BOM_SERIALIZATION_FORMAT"
12939-
],
12940-
"packaging": [
12941-
"COMMAND_LINE_UTILITY"
12942-
],
12943-
"library": [
12944-
"PYTHON"
12945-
],
12946-
"platform": [
12947-
"LINUX",
12948-
"MAC",
12949-
"WINDOWS"
12950-
],
12951-
"lifecycle": [
12952-
"PRE-BUILD",
12953-
"BUILD",
12954-
"POST-BUILD"
12955-
],
12956-
"supportedStandards": [
12957-
"CYCLONEDX",
12958-
"SPDX"
12959-
],
12960-
"cycloneDxVersion": [
12961-
"CYCLONEDX_V1.6",
12962-
"CYCLONEDX_V1.5",
12963-
"CYCLONEDX_V1.4",
12964-
"CYCLONEDX_V1.3"
12965-
]
12966-
},
12967-
{
12968-
"name": "SBOM4PHP",
12969-
"publisher": "Anthony Harrison",
12970-
"description": "CLI utility that produces CycloneDX or SPDX SBOMs for installed PHP modules specified in the composer.lock file, identifying dependencies and their licenses.",
12971-
"repository_url": "https://github.com/anthonyharrison/sbom4php",
12972-
"website_url": "https://pypi.org/project/sbom4php/",
12973-
"capabilities": [
12974-
"SBOM"
12975-
],
12976-
"availability": [
12977-
"OPEN_SOURCE",
12978-
"OSI_APPROVED"
12979-
],
12980-
"functions": [
12981-
"AUTHOR"
12982-
],
12983-
"analysis": [
12984-
"LICENSE_REPORTING"
12985-
],
12986-
"transform": [
12987-
"BOM_STANDARD"
12988-
],
12989-
"packaging": [
12990-
"COMMAND_LINE_UTILITY",
12991-
"LIBRARY"
12992-
],
12993-
"library": [
12994-
"PYTHON"
12995-
],
12996-
"platform": [
12997-
"LINUX",
12998-
"MAC",
12999-
"WINDOWS"
13000-
],
13001-
"lifecycle": [
13002-
"BUILD",
13003-
"POST-BUILD"
13004-
],
13005-
"supportedStandards": [
13006-
"CYCLONEDX",
13007-
"SPDX"
13008-
],
13009-
"cycloneDxVersion": [
13010-
"CYCLONEDX_V1.6",
13011-
"CYCLONEDX_V1.5",
13012-
"CYCLONEDX_V1.4"
13013-
],
13014-
"supportedLanguages": [
13015-
"PHP"
13016-
]
13017-
},
13018-
{
13019-
"name": "SBOM4JS",
13020-
"publisher": "Anthony Harrison",
13021-
"description": "CLI utility that produces CycloneDX or SPDX SBOMs for installed javascript modules indentified in the package-lock.json, identifying dependencies and their licenses.",
13022-
"repository_url": "https://github.com/anthonyharrison/sbom4python",
13023-
"website_url": "https://pypi.org/project/sbom4python/",
13024-
"capabilities": [
13025-
"SBOM"
13026-
],
13027-
"availability": [
13028-
"OPEN_SOURCE",
13029-
"OSI_APPROVED"
13030-
],
13031-
"functions": [
13032-
"AUTHOR"
13033-
],
13034-
"analysis": [
13035-
"LICENSE_REPORTING"
13036-
],
13037-
"transform": [
13038-
"BOM_STANDARD"
13039-
],
13040-
"packaging": [
13041-
"COMMAND_LINE_UTILITY",
13042-
"LIBRARY"
13043-
],
13044-
"library": [
13045-
"PYTHON"
13046-
],
13047-
"platform": [
13048-
"LINUX",
13049-
"MAC",
13050-
"WINDOWS"
13051-
],
13052-
"lifecycle": [
13053-
"BUILD",
13054-
"POST-BUILD"
13055-
],
13056-
"supportedStandards": [
13057-
"CYCLONEDX",
13058-
"SPDX"
13059-
],
13060-
"cycloneDxVersion": [
13061-
"CYCLONEDX_V1.6",
13062-
"CYCLONEDX_V1.5",
13063-
"CYCLONEDX_V1.4"
13064-
],
13065-
"supportedLanguages": [
13066-
"JAVASCRIPT/TYPESCRIPT",
13067-
"NODE.JS"
13068-
]
13069-
},
13070-
{
13071-
"name": "SBOMConvert",
13072-
"publisher": "Anthony Harrison",
13073-
"description": "Command-line utility that converts a SBOM file, either CycloneDX and SPDX, into another format.",
13074-
"repository_url": "https://github.com/anthonyharrison/sbomconvert",
13075-
"website_url": "https://pypi.org/project/sbomconvert/",
13076-
"capabilities": [
13077-
"SBOM"
13078-
],
13079-
"availability": [
13080-
"OPEN_SOURCE",
13081-
"OSI_APPROVED"
13082-
],
13083-
"functions": [
13084-
"TRANSFORM"
13085-
],
13086-
"transform": [
13087-
"BOM_STANDARD",
13088-
"BOM_SERIALIZATION_FORMAT"
13089-
],
13090-
"packaging": [
13091-
"COMMAND_LINE_UTILITY"
13092-
],
13093-
"library": [
13094-
"PYTHON"
13095-
],
13096-
"platform": [
13097-
"LINUX",
13098-
"MAC",
13099-
"WINDOWS"
13100-
],
13101-
"lifecycle": [
13102-
"PRE-BUILD",
13103-
"BUILD",
13104-
"POST-BUILD"
13105-
],
13106-
"supportedStandards": [
13107-
"CYCLONEDX",
13108-
"SPDX"
13109-
],
13110-
"cycloneDxVersion": [
13111-
"CYCLONEDX_V1.6",
13112-
"CYCLONEDX_V1.5",
13113-
"CYCLONEDX_V1.4"
13114-
]
13115-
},
13116-
{
13117-
"name": "VEX2doc",
13118-
"publisher": "Anthony Harrison",
13119-
"description": "VEX2doc converts a VEX document in either CycloneDX, CSAF, OpenVEX or SPDX formats, into human-readable reports in PDF, Markdown, HTML, Excel or console formats via a cross-platform Python CLI.",
13120-
"repository_url": "https://github.com/anthonyharrison/vexdoc",
13121-
"website_url": "https://pypi.org/project/svex2doc/",
13122-
"capabilities": [
13123-
"VDR/VEX"
13124-
],
13125-
"availability": [
13126-
"OPEN_SOURCE",
13127-
"OSI_APPROVED"
13128-
],
13129-
"functions": [
13130-
"TRANSFORM",
13131-
"ANALYSIS"
13132-
],
13133-
"analysis": [
13134-
"LICENSE_REPORTING"
13135-
],
13136-
"transform": [],
13137-
"packaging": [
13138-
"COMMAND_LINE_UTILITY"
13139-
],
13140-
"library": [
13141-
"PYTHON"
13142-
],
13143-
"platform": [
13144-
"LINUX",
13145-
"MAC",
13146-
"WINDOWS"
13147-
],
13148-
"lifecycle": [
13149-
"POST-BUILD"
13150-
],
13151-
"supportedStandards": [
13152-
"CYCLONEDX",
13153-
"SPDX",
13154-
"CPE",
13155-
"PACKAGE_URL"
13156-
],
13157-
"cycloneDxVersion": [
13158-
"CYCLONEDX_V1.6",
13159-
"CYCLONEDX_V1.5",
13160-
"CYCLONEDX_V1.4"
13161-
]
1316212828
}
1316312829
]
1316412830
}

0 commit comments

Comments
 (0)