@cyclonedx/cdxgen 11.0.0 → 11.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/component-tags.json +12 -5
- package/data/frameworks-list.json +4 -1
- package/data/wrapdb-releases.json +1396 -665
- package/lib/cli/index.js +9 -9
- package/lib/helpers/display.js +4 -1
- package/lib/helpers/envcontext.js +5 -5
- package/lib/helpers/envcontext.test.js +1 -1
- package/lib/helpers/utils.js +38 -6
- package/lib/helpers/utils.test.js +10 -0
- package/lib/stages/postgen/annotator.js +10 -2
- package/package.json +10 -10
- package/types/lib/helpers/display.d.ts.map +1 -1
- package/types/lib/helpers/utils.d.ts +5 -1
- package/types/lib/helpers/utils.d.ts.map +1 -1
- package/types/lib/stages/postgen/annotator.d.ts.map +1 -1
package/data/component-tags.json
CHANGED
|
@@ -119,8 +119,7 @@
|
|
|
119
119
|
"projections",
|
|
120
120
|
"performance",
|
|
121
121
|
"plugins",
|
|
122
|
-
"non-block"
|
|
123
|
-
"microsoft"
|
|
122
|
+
"non-block"
|
|
124
123
|
]
|
|
125
124
|
},
|
|
126
125
|
"properties": {
|
|
@@ -231,13 +230,21 @@
|
|
|
231
230
|
},
|
|
232
231
|
"name": {
|
|
233
232
|
"sbom": [
|
|
234
|
-
{ "test": ["(junit|xmlunit|testng|chai|mocha|jest|test4j)"] },
|
|
235
233
|
{
|
|
236
|
-
"
|
|
234
|
+
"test": [
|
|
235
|
+
"(junit|xmlunit|testng|chai|mocha|jest|test4j|xunit|coverlet|Test\\.Sdk)"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"security": [
|
|
240
|
+
"(boringssl|openssl|libressl|libssl|gnutls|jose|keyutils|Azure\\.Security|System\\.Security)"
|
|
241
|
+
]
|
|
237
242
|
},
|
|
238
243
|
{ "native": ["(ffi|native)"] },
|
|
239
244
|
{ "parse": ["(parser)"] },
|
|
240
|
-
{ "transform": ["(transformer)"] }
|
|
245
|
+
{ "transform": ["(transformer)"] },
|
|
246
|
+
{ "telemetry": ["(OpenTelemetry)"] },
|
|
247
|
+
{ "logging": ["(Microsoft\\.Extensions\\.Logging|Log4net)"] }
|
|
241
248
|
],
|
|
242
249
|
"obom": [
|
|
243
250
|
{
|