Skip to content

Commit f06df3a

Browse files
committed
fix: cyclonedx-node-module
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 30af56c commit f06df3a

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

tools.json

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -220,47 +220,23 @@
220220
{
221221
"name": "CycloneDX for Node.js",
222222
"publisher": "OWASP Foundation (CycloneDX Project)",
223-
"description": "Generates CycloneDX Software Bill of Materials (SBOM) for Node.js projects and their dependencies.",
223+
"description": "This is a so-called meta-package, it does not ship any own functionality, but it is a collection of optional dependencies with one purpose in common: generate CycloneDX Software-Bill-of-Materials (SBOM) from node-based projects.",
224224
"repository_url": "https://github.com/CycloneDX/cyclonedx-node-module",
225225
"website_url": "https://www.npmjs.com/package/@cyclonedx/bom",
226226
"capabilities": [
227227
"SBOM"
228228
],
229229
"availability": [
230-
"OPEN_SOURCE"
231-
],
232-
"functions": [
233-
"AUTHOR",
234-
"PACKAGE_MANAGER_INTEGRATION"
235-
],
236-
"packaging": [
237-
"COMMAND_LINE_UTILITY",
238-
"LIBRARY"
230+
"OPEN_SOURCE",
231+
"OSI_APPROVED"
239232
],
240233
"library": [
241-
"JAVASCRIPT_TYPESCRIPT",
242234
"NODE.JS"
243235
],
244236
"platform": [
245237
"LINUX",
246238
"MAC",
247239
"WINDOWS"
248-
],
249-
"lifecycle": [
250-
"BUILD"
251-
],
252-
"supportedStandards": [
253-
"CYCLONEDX",
254-
"PACKAGE_URL"
255-
],
256-
"cycloneDxVersion": [
257-
"CYCLONEDX_V1.6",
258-
"CYCLONEDX_V1.5",
259-
"CYCLONEDX_V1.4"
260-
],
261-
"supportedLanguages": [
262-
"JAVASCRIPT/TYPESCRIPT",
263-
"NODE.JS"
264240
]
265241
},
266242
{

0 commit comments

Comments
 (0)