contacts icon indicating copy to clipboard operation
contacts copied to clipboard

[stable6.0] Fix npm audit

Open nextcloud-command opened this issue 1 year ago • 0 comments

Audit report

This audit fix resolves 8 of the total 13 vulnerabilities found in your project.

Updated dependencies

  • @nextcloud/capabilities
  • babel-helper-function-name
  • babel-plugin-transform-class-properties
  • babel-template
  • babel-traverse
  • express
  • follow-redirects
  • webpack-dev-middleware

Fixed vulnerabilities

@nextcloud/capabilities #

  • Caused by vulnerable dependency:
    • babel-plugin-transform-class-properties
  • Affected versions: 1.1.0
  • Package usage:
    • node_modules/@nextcloud/capabilities

babel-helper-function-name #

  • Caused by vulnerable dependency:
    • babel-template
    • babel-traverse
  • Affected versions: *
  • Package usage:
    • node_modules/babel-helper-function-name

babel-plugin-transform-class-properties #

  • Caused by vulnerable dependency:
    • babel-helper-function-name
    • babel-template
  • Affected versions: >=6.11.5
  • Package usage:
    • node_modules/babel-plugin-transform-class-properties

babel-template #

  • Caused by vulnerable dependency:
    • babel-traverse
  • Affected versions: *
  • Package usage:
    • node_modules/babel-template

babel-traverse #

  • Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code
  • Severity: critical 🚨 (CVSS 9.4)
  • Reference: https://github.com/advisories/GHSA-67hx-6x53-jw92
  • Affected versions: *
  • Package usage:
    • node_modules/babel-traverse

express #

follow-redirects #

webpack-dev-middleware #

nextcloud-command avatar May 19 '24 02:05 nextcloud-command