suspicious_login icon indicating copy to clipboard operation
suspicious_login copied to clipboard

[stable29] Fix npm audit

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

Audit report

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

Updated dependencies

  • @vue/component-compiler-utils
  • postcss
  • vue
  • vue-loader
  • vue-template-compiler

Fixed vulnerabilities

@vue/component-compiler-utils #

  • Caused by vulnerable dependency:
    • postcss
  • Affected versions: *
  • Package usage:
    • node_modules/@vue/component-compiler-utils

postcss #

vue #

  • ReDoS vulnerability in vue package that is exploitable through inefficient regex evaluation in the parseHTML function
  • Severity: low (CVSS 3.7)
  • Reference: https://github.com/advisories/GHSA-5j4c-8p2g-v4jx
  • Affected versions: 2.0.0-alpha.1 - 2.7.16
  • Package usage:
    • node_modules/vue

vue-loader #

  • Caused by vulnerable dependency:
    • @vue/component-compiler-utils
  • Affected versions: 15.0.0-beta.1 - 15.11.1
  • Package usage:
    • node_modules/vue-loader

vue-template-compiler #

nextcloud-command avatar Oct 27 '24 03:10 nextcloud-command