Vulnerabilities

1 via 1 paths

Dependencies

54

Source

GitHub

Commit

622df71d

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

medium severity
new

Improper Validation of Specified Type of Input

  • Vulnerable module: validator
  • Introduced through: validator@13.15.15

Detailed paths

  • Introduced through: @oas-tools/core@oas-tools/oas-tools#622df71deeb7ab5d03ce3f8dd7ce4e7bec8aaf71 validator@13.15.15

Overview

validator is a library of string validators and sanitizers.

Affected versions of this package are vulnerable to Improper Validation of Specified Type of Input. The isURL() function in the validator module parses and validates protocols in URLs using the following method

Remediation

A fix was pushed into the master branch but not yet published.

References