Vulnerabilities

1 via 1 paths

Dependencies

258

Source

GitHub

Commit

6e7197d2

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: class-validator@0.14.2

Detailed paths

  • Introduced through: prime-nestjs@josephgoksu/prime-nestjs#6e7197d2546e0bbacb79e9ad43c6e92b6e430f5c class-validator@0.14.2 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