VYPR

piscina

by Piscina

CVEs (1)

  • CVE-2026-55388higJun 18, 2026
    risk 0.45cvss epss

    ## Summary `piscina`'s constructor and `run()` paths read the `filename` option via plain member access: ```js // dist/index.js line 92 (constructor) const filename = options.filename ? (0, common_1.maybeFileURLToPath)(options.filename) : null; this.options = {…