confucious@0.0.9

App configuration management. Kind of like nconf, but easier to use, predicable and more flexible.

  • latest version

    0.0.12

  • first published

    10 years ago

  • latest version published

    8 years ago

  • licenses detected

  • Direct Vulnerabilities

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

    confucious is an App configuration management. Kind of like nconf, but easier to use, predicable and more flexible.

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

    POC:

    const confucious = require('confucious');
    confucious.set('__proto__:polluted', true);
    console.log(polluted);
    

    How to fix Prototype Pollution?

    There is no fixed version for confucious.

    *