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
3 changes: 2 additions & 1 deletion tools/cyclonedx_deps_to_mermaid_xsl.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publisher": "Jan Kowalleck",
"description": "Extensible Stylesheet Language Transformations (XSLT) to translate CycloneDX dependency graph to mermaid chart.",
"repository_url": "https://gist.github.com/jkowalleck/a0f874ee0a8af9a56a0e887631fc53d1",
"website_url": "https://gist.github.com/jkowalleck",
"website_url": "https://gist.github.com/jkowalleck/a0f874ee0a8af9a56a0e887631fc53d1",
"capabilities": [
"SBOM"
],
Expand Down Expand Up @@ -36,6 +36,7 @@
"CYCLONEDX"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publisher": "OWASP Foundation",
"description": "CLI and plugin that generates CycloneDX Software Bill of Materials (SBOM) for during the esbuild process.",
"repository_url": "https://github.com/CycloneDX/cyclonedx-esbuild",
"website_url": "https://github.com/CycloneDX/cyclonedx-esbuild?tab=readme-ov-file#readme",
"website_url": "https://www.npmjs.com/package/@cyclonedx/cyclonedx-esbuild",
"capabilities": [
"SBOM"
],
Expand Down
1 change: 1 addition & 0 deletions tools/cyclonedx_for_npm.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
1 change: 1 addition & 0 deletions tools/cyclonedx_for_php_composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
1 change: 1 addition & 0 deletions tools/cyclonedx_for_python.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
3 changes: 2 additions & 1 deletion tools/cyclonedx_for_webpack.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publisher": "OWASP Foundation",
"description": "Webpack plugin that generates CycloneDX Software Bill of Materials (SBOM) for JavaScript/TypeScript bundles during the build process.",
"repository_url": "https://github.com/CycloneDX/cyclonedx-webpack-plugin",
"website_url": "https://github.com/CycloneDX/cyclonedx-webpack-plugin",
"website_url": "https://www.npmjs.com/package/@cyclonedx/webpack-plugin",
"capabilities": [
"SBOM"
],
Expand Down Expand Up @@ -36,6 +36,7 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
1 change: 1 addition & 0 deletions tools/cyclonedx_for_yarn.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
1 change: 1 addition & 0 deletions tools/cyclonedx_javascript_library.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"SWID"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
1 change: 1 addition & 0 deletions tools/cyclonedx_php_library.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down
1 change: 1 addition & 0 deletions tools/cyclonedx_python_library.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"SWID"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
Expand Down