@coana-tech/cli 14.12.186 → 14.12.187
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/cli.mjs +3 -2
- package/package.json +1 -1
- package/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
- package/repos/coana-tech/javap-service/javap-service.jar +0 -0
package/cli.mjs
CHANGED
|
@@ -236325,7 +236325,8 @@ function displayWorkspaceDiagnosticsSummaryInternal(diagnosticsEntries, vulns) {
|
|
|
236325
236325
|
for (const vuln of vulns) {
|
|
236326
236326
|
if (vuln.codeAwareScanResult.type === "analysisError") {
|
|
236327
236327
|
const socketPurlType = getPurlType(vuln.ecosystem);
|
|
236328
|
-
const
|
|
236328
|
+
const workspace = vuln.subprojectPath === "." && vuln.workspacePath !== "." ? vuln.workspacePath : vuln.subprojectPath;
|
|
236329
|
+
const workspaceLabel = `${workspace} (${socketPurlType})`;
|
|
236329
236330
|
const errorMessage = vuln.codeAwareScanResult.message ?? "";
|
|
236330
236331
|
const errorMessageLower = errorMessage.toLowerCase();
|
|
236331
236332
|
const packageInstallMatch = errorMessage.match(/\[UNABLE_TO_INSTALL_PACKAGE_ERROR\]: ([^\n]{1,500})/);
|
|
@@ -251461,7 +251462,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
251461
251462
|
}
|
|
251462
251463
|
|
|
251463
251464
|
// dist/version.js
|
|
251464
|
-
var version3 = "14.12.
|
|
251465
|
+
var version3 = "14.12.187";
|
|
251465
251466
|
|
|
251466
251467
|
// dist/cli-core.js
|
|
251467
251468
|
var { mapValues, omit, partition, pickBy: pickBy2 } = import_lodash15.default;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|