Vulnerabilities

1 via 1 paths

Dependencies

6

Source

GitHub

Commit

5c0035b3

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: z-schema@6.0.2

Detailed paths

  • Introduced through: @kronos-integration/interceptor-line-tokens2obj@Kronos-Integration/kronos-interceptor-line-tokens2obj#5c0035b39776600d3779e5695eefaf1209b86547 z-schema@6.0.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