@mongodb-js/sbom-tools 0.6.0 → 0.6.1
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/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@ And exposes a `mongodb-sbom-tools` binary providing the following commands:
|
|
|
11
11
|
- `generate-vulnerability-report`: Generates a report of vulnerabilities from the output of snyk test and a dependencies json file containing all the dependencies.
|
|
12
12
|
- `generate-3rd-party-notices`: Generates a 3rd party notices file based on the licenses information collected by the WebpackDependenciesPlugin. Also validates the licenses.
|
|
13
13
|
- `scan-node-js`: A script to produce a list of vulnerabilities affecting a Node.js version in the same format as snyk test (useful as we are redistributing Node.js with mongosh).
|
|
14
|
+
- `fetch-codeql-results`: A script to fetch CodeQL results from GitHub.
|
|
15
|
+
- `sarif-to-markdown`: Convert SARIF CodeQL results to markdown.
|
|
14
16
|
|
|
15
17
|
### `WebpackDependenciesPlugin`
|
|
16
18
|
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"email": "compass@mongodb.com"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/mongodb-js/devtools-shared",
|
|
19
|
-
"version": "0.6.
|
|
19
|
+
"version": "0.6.1",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "https://github.com/mongodb-js/devtools-shared.git"
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"snyk-policy": "^2.0.4",
|
|
86
86
|
"spdx-satisfies": "^5.0.1"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "44624b78a8f9184ce329f95a6169421df769d1ff"
|
|
89
89
|
}
|