Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 71 additions & 1 deletion tools.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://cyclonedx.org/schema/tool-center-v2.schema.json",
"specVersion": "2.0",
"last_updated": "2025-11-13T10:13:59Z",
"last_updated": "2025-11-13T10:35:14Z",
"license": {
"id": "CC-BY-SA-4.0",
"name": "Creative Commons Attribution-ShareAlike 4.0 International",
Expand Down Expand Up @@ -1196,6 +1196,76 @@
"supportedLanguages": [],
"_fromFile": "bomskope.json"
},
{
"name": "Boostsecurity.io",
"publisher": "Boostsecurity.io",
"description": "AppSec Testing and Application Security Posture Management (ASPM) platform allowing detection and management of code risk with runtime cloud context and a focus on securing the full Software Supply Chain.",
"website_url": "https://boostsecurity.io/",
"capabilities": [
"SBOM"
],
"availability": [
"COMMERCIAL_LICENSE",
"SUBSCRIPTION"
],
"functions": [
"ANALYSIS",
"AUTHOR",
"DISTRIBUTE",
"PACKAGE_MANAGER_INTEGRATION",
"TRANSFORM"
],
"analysis": [
"LICENSE_REPORTING",
"OUTDATED_COMPONENTS",
"POLICY_EVALUATION",
"SECURITY_VULNERABILITIES"
],
"transform": [
"BOM_STANDARD"
],
"packaging": [
"APPLICATION",
"COMMAND_LINE_UTILITY",
"GITHUB_APP"
],
"library": [],
"platform": [
"LINUX",
"MAC",
"WINDOWS"
],
"lifecycle": [
"DESIGN",
"PRE-BUILD",
"BUILD",
"POST-BUILD"
],
"supportedStandards": [
"CYCLONEDX",
"PACKAGE_URL",
"SPDX"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.4",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.6"
],
"supportedLanguages": [
"C/C++",
".NET",
"GO",
"JAVA",
"JAVASCRIPT/TYPESCRIPT",
"NODE.JS",
"PHP",
"PYTHON",
"RUBY",
"RUST",
"SWIFT"
],
"_fromFile": "boostsecurity_io.json"
},
{
"name": "build-info-go",
"publisher": "JFrog",
Expand Down
4 changes: 4 additions & 0 deletions tools/boostsecurity → tools/boostsecurity_io.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json",
"specVersion": "2.0",
"tool": {
"name": "Boostsecurity.io",
"publisher": "Boostsecurity.io",
"description": "AppSec Testing and Application Security Posture Management (ASPM) platform allowing detection and management of code risk with runtime cloud context and a focus on securing the full Software Supply Chain.",
Expand Down Expand Up @@ -67,3 +70,4 @@
"SWIFT"
]
}
}