![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@hint/hint-no-vulnerable-javascript-libraries
Advanced tools
hint that that checks using Snyk for vulnerable JavaScript 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.
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.
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.
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.
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.
FAQs
hint that that checks using Snyk for vulnerable JavaScript libraries
The npm package @hint/hint-no-vulnerable-javascript-libraries receives a total of 10,324 weekly downloads. As such, @hint/hint-no-vulnerable-javascript-libraries popularity was classified as popular.
We found that @hint/hint-no-vulnerable-javascript-libraries demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.