@coana-tech/cli 14.1.0 → 14.1.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/cli.js +4 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -193814,7 +193814,9 @@ var init_security_auditor = __esm({
|
|
|
193814
193814
|
if (!vuln.range) return;
|
|
193815
193815
|
if (!versionSatisfiesRange(getEcosystem(packageStructure), curPackageVersion, vuln.range)) return;
|
|
193816
193816
|
let vulnObj;
|
|
193817
|
-
const alreadyFound = vulnerabilitiesFound.find(
|
|
193817
|
+
const alreadyFound = vulnerabilitiesFound.find(
|
|
193818
|
+
(v) => v.url === vuln.url && v.dependency === vuln.dependency
|
|
193819
|
+
);
|
|
193818
193820
|
if (!alreadyFound) {
|
|
193819
193821
|
const vulnDetails = await that.coanaSupportedVulnerabilitiesLoader.getCoanaSupportedVulnerability(
|
|
193820
193822
|
getEcosystem(vuln),
|
|
@@ -194026,7 +194028,7 @@ var require_version = __commonJS({
|
|
|
194026
194028
|
"use strict";
|
|
194027
194029
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
194028
194030
|
exports2.version = void 0;
|
|
194029
|
-
exports2.version = "14.1.
|
|
194031
|
+
exports2.version = "14.1.1";
|
|
194030
194032
|
}
|
|
194031
194033
|
});
|
|
194032
194034
|
|