tiny-conf@1.0.1

Node.js configuration with files, environment variables, command-line arguments, ... pluggable architecture in order to work in the browser & server-side

  • latest version

    1.1.0

  • first published

    10 years ago

  • latest version published

    9 years ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the tiny-conf 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

    tiny-conf is a Node.js configuration with files, environment variables, command-line arguments, ... pluggable architecture in order to work in the browser & server-side

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

    POC

    const tinyConf = require('tiny-conf'); 
    tinyConf.set('__proto__.polluted', true); 
    console.log(polluted); //true
    

    How to fix Prototype Pollution?

    There is no fixed version for tiny-conf.

    *