safetydance@0.0.8 vulnerabilities

Exception safety in node.js

Direct Vulnerabilities

Known vulnerabilities in the safetydance package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Prototype Pollution

safetydance is an Exception safety in node.js

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

POC:

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

How to fix Prototype Pollution?

There is no fixed version for safetydance.

*