We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
$ yarn audit Severity: 1 Moderate | 53 High $ yarn audit --groups dependencies Severity: 1 Moderate | 53 High
One of the 53 is:
│ high │ Code Injection │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ js-yaml │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=3.13.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ tslint │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ tslint > js-yaml │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/813 │
even though tslint is only a devDependency as seen in package.json:
tslint
devDependency
package.json
{ "devDependencies": { "tslint": "^5.15.0" } }
I thought this was added with #6724.
If the current behavior is a bug, please provide the steps to reproduce.
See above.
What is the expected behavior?
I would expect it to ignore vulnerabilities from devDependencies.
devDependencies
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered:
Hi,
If I am interpreting this changelog correctly, this feature is not included in version 1.15.2.
https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md
Sorry, something went wrong.
You are correct. Good find @laurilaatu 😄
No branches or pull requests
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
One of the 53 is:
even though
tslint
is only adevDependency
as seen inpackage.json
:I thought this was added with #6724.
If the current behavior is a bug, please provide the steps to reproduce.
See above.
What is the expected behavior?
I would expect it to ignore vulnerabilities from
devDependencies
.Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: