@hint/hint-no-vulnerable-javascript-libraries
hint that that checks using Snyk for vulnerable JavaScript libraries
Last updated 3 years ago by vidorteg .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @hint/hint-no-vulnerable-javascript-libraries 
SYNC missed versions from official npm registry.

No vulnerable libraries (no-vulnerable-javascript-libraries)

no-vulnerable-javascript-libraries checks for known vulnerabilities within client-side JavaScript libraries and frameworks detected on a web site.

webhint uses Snyk’s Vulnerability DB to lookup known vulnerabilities.

Why is this important?

Making sure your website dependencies are free of known vulnerabilities is important in preventing malicious attacks such as cross-site scripting attacks that can be used to compromise web site information.

What does the hint check?

This hint uses Snyk’s Vulnerability DB and js-library-detector to check if the website is running a vulnerable version of a client-side JavaScript library or framework.

The vulnerability database is updated automatically from Snyk if the cached content is older than 24h.

Can the hint be configured?

You can configure the minimum severity to report in the .hintrc file:

{
    "connector": {...},
    "formatters": [...],
    "hints": {
        "no-vulnerable-javascript-libraries": ["error", {
            "severity": "low|medium|high"
        }],
        ...
    },
    ...
}

The severity possible values are: low (default), medium, and high.

If you configure this hint to high, and webhint only finds low or medium vulnerabilities, no issues will be raised.

How to use this hint?

This package is installed automatically by webhint:

npm install hint --save-dev

To use it, activate it via the .hintrc configuration file:

{
    "connector": {...},
    "formatters": [...],
    "hints": {
        "no-vulnerable-javascript-libraries": "error",
        ...
    },
    "parsers": [...],
    ...
}

Note: The recommended way of running webhint is as a devDependency of your project.

Further Reading

Current Tags

  • 2.12.22                                ...           latest (4 months ago)

67 Versions

  • 2.12.22                                ...           4 months ago
  • 2.12.21                                ...           a year ago
  • 2.12.20                                ...           2 years ago
  • 2.12.19                                ...           2 years ago
  • 2.12.18                                ...           2 years ago
  • 2.12.17                                ...           2 years ago
  • 2.12.16                                ...           2 years ago
  • 2.12.15                                ...           2 years ago
  • 2.12.14                                ...           3 years ago
  • 2.12.13                                ...           3 years ago
  • 2.12.12                                ...           3 years ago
  • 2.12.11                                ...           3 years ago
  • 2.12.10                                ...           3 years ago
  • 2.12.9                                ...           3 years ago
  • 2.12.8                                ...           3 years ago
  • 2.12.7                                ...           3 years ago
  • 2.12.6                                ...           3 years ago
  • 2.12.5                                ...           3 years ago
  • 2.12.4                                ...           4 years ago
  • 2.12.3                                ...           4 years ago
  • 2.12.2                                ...           4 years ago
  • 2.12.1                                ...           4 years ago
  • 2.12.0                                ...           4 years ago
  • 2.11.5                                ...           4 years ago
  • 2.11.4                                ...           5 years ago
  • 2.11.3                                ...           5 years ago
  • 2.11.2                                ...           5 years ago
  • 2.11.1                                ...           5 years ago
  • 2.11.0                                ...           5 years ago
  • 2.10.0                                ...           5 years ago
  • 2.9.11                                ...           5 years ago
  • 2.9.10                                ...           5 years ago
  • 2.9.9                                ...           5 years ago
  • 2.9.8                                ...           5 years ago
  • 2.9.7                                ...           5 years ago
  • 2.9.6                                ...           5 years ago
  • 2.9.5                                ...           5 years ago
  • 2.9.4                                ...           5 years ago
  • 2.9.3                                ...           5 years ago
  • 2.9.2                                ...           5 years ago
  • 2.9.1                                ...           5 years ago
  • 2.9.0                                ...           5 years ago
  • 2.8.2                                ...           6 years ago
  • 2.8.1                                ...           6 years ago
  • 2.8.0                                ...           6 years ago
  • 2.7.0                                ...           6 years ago
  • 2.6.0                                ...           6 years ago
  • 2.5.0                                ...           6 years ago
  • 2.4.0                                ...           6 years ago
  • 2.3.0                                ...           6 years ago
  • 2.2.0                                ...           6 years ago
  • 2.1.0                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 1.10.0                                ...           6 years ago
  • 1.9.1                                ...           6 years ago
  • 1.9.0                                ...           6 years ago
  • 1.8.0                                ...           6 years ago
  • 1.7.0                                ...           6 years ago
  • 1.6.0                                ...           6 years ago
  • 1.5.0                                ...           6 years ago
  • 1.4.1                                ...           6 years ago
  • 1.4.0                                ...           6 years ago
  • 1.3.0                                ...           6 years ago
  • 1.2.0                                ...           6 years ago
  • 1.1.0                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
  • 1.0.0-beta.0                                ...           6 years ago
Downloads
Total 5
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (9)
Dev Dependencies (18)

© 2010 - cnpmjs.org x YWFE | Home | YWFE