Vulnerabilities

1 via 1 paths

Dependencies

61

Source

GitHub

Commit

7af7e988

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: sequelize@6.37.7

Detailed paths

  • Introduced through: @fractalerp/active-record-js@fractalerp/active-record-js#7af7e988e2b4bed92c7facb2ebf91727bb28fab0 sequelize@6.37.7 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