@coana-tech/cli 14.12.77 → 14.12.78
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 +1 -1
- package/package.json +1 -1
- package/reachability-analyzers-cli.mjs +0 -1
- package/repos/coana-tech/alucard/alucard.jar +0 -0
- 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/cli.mjs
CHANGED
|
@@ -245894,7 +245894,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
245894
245894
|
}
|
|
245895
245895
|
|
|
245896
245896
|
// dist/version.js
|
|
245897
|
-
var version2 = "14.12.
|
|
245897
|
+
var version2 = "14.12.78";
|
|
245898
245898
|
|
|
245899
245899
|
// dist/cli-core.js
|
|
245900
245900
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
package/package.json
CHANGED
|
@@ -110497,7 +110497,6 @@ var RustCodeAwareVulnerabilityScanner = class _RustCodeAwareVulnerabilityScanner
|
|
|
110497
110497
|
const inputFile = resolve15(tmpDir, "input.json");
|
|
110498
110498
|
const outputFile = resolve15(tmpDir, "output.json");
|
|
110499
110499
|
await writeFile7(inputFile, JSON.stringify(options));
|
|
110500
|
-
await writeFile7("/Users/jfblaa/Desktop/class-graph-analysis-input.json", JSON.stringify(options, null, 2));
|
|
110501
110500
|
const timeoutMs = this.timeoutInSeconds ? Math.max(this.timeoutInSeconds * 1.5, this.timeoutInSeconds + 30) * 1e3 : 750 * 1e3;
|
|
110502
110501
|
const result = await execNeverFail(cmdt`node ${classGraphAnalysisCliPath} runRustReachabilityAnalysis -i ${inputFile} -o ${outputFile} --tree-sitter-rust ${treeSitterRustPath}`, void 0, { timeout: timeoutMs });
|
|
110503
110502
|
if (result.error)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|