@datapos/datapos-development 0.3.278 → 0.3.279
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.
|
@@ -7920,7 +7920,7 @@ async function op() {
|
|
|
7920
7920
|
}
|
|
7921
7921
|
async function Kh(e) {
|
|
7922
7922
|
se(`${e} Insert OWASP Badge(s) into 'README.md'`);
|
|
7923
|
-
const t = await Se("./dependency-check-
|
|
7923
|
+
const t = await Se("./dependency-check-report.json"), i = { critical: 0, high: 0, moderate: 0, low: 0, unknown: 0 };
|
|
7924
7924
|
for (const o of t.dependencies)
|
|
7925
7925
|
if (o.vulnerabilities != null)
|
|
7926
7926
|
for (const S of o.vulnerabilities) {
|
package/package.json
CHANGED