You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install cfn-tail I get some warnings about critical vulnerabilities in some dependencies.
The recommended npm audit fix --force action seems to fix it.
$ npm install cfn-tailnpm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.added 115 packages, and audited 191 packages in 12s14 packages are looking for funding run `npm fund` for details6 vulnerabilities (4 high, 2 critical)To address all issues, run: npm audit fixRun `npm audit` for details.
$ npm audit fixup to date, audited 191 packages in 974ms14 packages are looking for funding run `npm fund` for details
# npm audit reportdegenerator <3.0.1Severity: highCode Injection in pac-resolver - https://github.com/advisories/GHSA-9j49-mfvp-vmhmfix available via `npm audit fix --force`Will install [email protected], which is a breaking changenode_modules/degenerator pac-resolver <=4.2.0 Depends on vulnerable versions of degenerator Depends on vulnerable versions of netmask node_modules/pac-resolver pac-proxy-agent <=4.1.0 Depends on vulnerable versions of pac-resolver node_modules/pac-proxy-agent proxy-agent 1.1.0 - 4.0.1 Depends on vulnerable versions of pac-proxy-agent node_modules/proxy-agent cfn-tail >=1.6.0 Depends on vulnerable versions of proxy-agent node_modules/cfn-tailnetmask <=2.0.0Severity: criticalImproper parsing of octal bytes in netmask - https://github.com/advisories/GHSA-4c7m-wxvm-r7gcnetmask npm package vulnerable to octal input data - https://github.com/advisories/GHSA-pch5-whg9-qr2rfix available via `npm audit fix --force`Will install [email protected], which is a breaking changenode_modules/netmask pac-resolver <=4.2.0 Depends on vulnerable versions of degenerator Depends on vulnerable versions of netmask node_modules/pac-resolver pac-proxy-agent <=4.1.0 Depends on vulnerable versions of pac-resolver node_modules/pac-proxy-agent proxy-agent 1.1.0 - 4.0.1 Depends on vulnerable versions of pac-proxy-agent node_modules/proxy-agent cfn-tail >=1.6.0 Depends on vulnerable versions of proxy-agent node_modules/cfn-tailpac-resolver <=4.2.0Severity: criticalCode Injection in pac-resolver - https://github.com/advisories/GHSA-9j49-mfvp-vmhmDepends on vulnerable versions of degeneratorDepends on vulnerable versions of netmaskfix available via `npm audit fix --force`Will install [email protected], which is a breaking changenode_modules/pac-resolver pac-proxy-agent <=4.1.0 Depends on vulnerable versions of pac-resolver node_modules/pac-proxy-agent proxy-agent 1.1.0 - 4.0.1 Depends on vulnerable versions of pac-proxy-agent node_modules/proxy-agent cfn-tail >=1.6.0 Depends on vulnerable versions of proxy-agent node_modules/cfn-tail6 vulnerabilities (4 high, 2 critical)To address all issues (including breaking changes), run: npm audit fix --force
$ npm audit fix --forcenpm WARN using --force Recommended protections disabled.npm WARN audit Updating cfn-tail to 1.5.1,which is a SemVer major change.added 1 package, removed 67 packages, changed 2 packages, and audited 125 packages in 2s14 packages are looking for funding run `npm fund` for detailsfound 0 vulnerabilities
The tabular output is interrupted by a deprecation warning for the AWS SDK for JavaScript v2.
$ aws cloudformation wait stack-exists --stack-name teststack && AWS_DEFAULT_REGION=eu-central-1 npm exec cfn-tail teststack--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| Stack: teststack |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------(node:138490) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.Please migrate your code to use AWS SDK for JavaScript (v3).For more information, check the migration guide at https://a.co/7PzMCcy(Use `node --trace-warnings ...` to show where the warning was created)| 2023-04-06T15:24:14.468Z | teststack | REVIEW_IN_PROGRESS | User Initiated || 2023-04-06T15:24:25.224Z | teststack | CREATE_IN_PROGRESS | User Initiated |
The text was updated successfully, but these errors were encountered:
When I install cfn-tail I get some warnings about critical vulnerabilities in some dependencies.
The recommended
npm audit fix --force
action seems to fix it.The tabular output is interrupted by a deprecation warning for the AWS SDK for JavaScript v2.
The text was updated successfully, but these errors were encountered: