Skip to content
New issue

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

pm2-5.3.0.tgz: 11 vulnerabilities (highest severity is: 9.8) #468

Open
mend-bolt-for-github bot opened this issue Dec 17, 2023 · 0 comments
Open

pm2-5.3.0.tgz: 11 vulnerabilities (highest severity is: 9.8) #468

mend-bolt-for-github bot opened this issue Dec 17, 2023 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Dec 17, 2023

Vulnerable Library - pm2-5.3.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (pm2 version) Remediation Possible**
CVE-2023-42282 Critical 9.8 detected in multiple dependencies Transitive N/A*
CVE-2023-37903 Critical 9.8 vm2-3.9.19.tgz Transitive N/A*
CVE-2023-37466 Critical 9.8 vm2-3.9.19.tgz Transitive N/A*
CVE-2024-29415 Critical 9.1 detected in multiple dependencies Transitive N/A*
WS-2023-0439 High 7.5 axios-0.21.4.tgz Transitive 5.3.1
CVE-2024-4068 High 7.5 braces-3.0.2.tgz Transitive N/A*
CVE-2024-37890 High 7.5 detected in multiple dependencies Transitive 5.3.1
CVE-2023-26159 High 7.3 follow-redirects-1.15.2.tgz Transitive 5.3.1
CVE-2024-28849 Medium 6.5 follow-redirects-1.15.2.tgz Transitive N/A*
CVE-2023-45857 Medium 6.5 axios-0.21.4.tgz Transitive 5.3.1
CVE-2022-25883 Medium 5.3 detected in multiple dependencies Transitive 5.3.1

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2023-42282

Vulnerable Libraries - ip-2.0.0.tgz, ip-1.1.5.tgz

ip-2.0.0.tgz

[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)

Library home page: https://registry.npmjs.org/ip/-/ip-2.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • proxy-agent-5.0.0.tgz
        • socks-proxy-agent-5.0.1.tgz
          • socks-2.7.1.tgz
            • ip-2.0.0.tgz (Vulnerable Library)

ip-1.1.5.tgz

[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)

Library home page: https://registry.npmjs.org/ip/-/ip-1.1.5.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • proxy-agent-5.0.0.tgz
        • pac-proxy-agent-5.0.0.tgz
          • pac-resolver-5.0.1.tgz
            • ip-1.1.5.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

The ip package before 1.1.9 for Node.js might allow SSRF because some IP addresses (such as 0x7f.1) are improperly categorized as globally routable via isPublic.

Publish Date: 2024-02-08

URL: CVE-2023-42282

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-78xj-cgh5-2h22

Release Date: 2024-02-08

Fix Resolution: ip - 1.1.9,2.0.1

Step up your Open Source Security Game with Mend here

CVE-2023-37903

Vulnerable Library - vm2-3.9.19.tgz

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • proxy-agent-5.0.0.tgz
        • pac-proxy-agent-5.0.0.tgz
          • pac-resolver-5.0.1.tgz
            • degenerator-3.0.2.tgz
              • vm2-3.9.19.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

vm2 is an open source vm/sandbox for Node.js. In vm2 for versions up to and including 3.9.19, Node.js custom inspect function allows attackers to escape the sandbox and run arbitrary code. This may result in Remote Code Execution, assuming the attacker has arbitrary code execution primitive inside the context of vm2 sandbox. There are no patches and no known workarounds. Users are advised to find an alternative software.
Mend Note: Converted from WS-2023-0249, on 2023-07-23.

Publish Date: 2023-07-21

URL: CVE-2023-37903

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Step up your Open Source Security Game with Mend here

CVE-2023-37466

Vulnerable Library - vm2-3.9.19.tgz

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • proxy-agent-5.0.0.tgz
        • pac-proxy-agent-5.0.0.tgz
          • pac-resolver-5.0.1.tgz
            • degenerator-3.0.2.tgz
              • vm2-3.9.19.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

vm2 is an advanced vm/sandbox for Node.js. The library contains critical security issues and should not be used for production. The maintenance of the project has been discontinued. In vm2 for versions up to 3.9.19, Promise handler sanitization can be bypassed with the @@species accessor property allowing attackers to escape the sandbox and run arbitrary code, potentially allowing remote code execution inside the context of vm2 sandbox.

Publish Date: 2023-07-13

URL: CVE-2023-37466

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Step up your Open Source Security Game with Mend here

CVE-2024-29415

Vulnerable Libraries - ip-2.0.0.tgz, ip-1.1.5.tgz

ip-2.0.0.tgz

[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)

Library home page: https://registry.npmjs.org/ip/-/ip-2.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • proxy-agent-5.0.0.tgz
        • socks-proxy-agent-5.0.1.tgz
          • socks-2.7.1.tgz
            • ip-2.0.0.tgz (Vulnerable Library)

ip-1.1.5.tgz

[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)

Library home page: https://registry.npmjs.org/ip/-/ip-1.1.5.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • proxy-agent-5.0.0.tgz
        • pac-proxy-agent-5.0.0.tgz
          • pac-resolver-5.0.1.tgz
            • ip-1.1.5.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

The ip package through 2.0.1 for Node.js might allow SSRF because some IP addresses (such as 127.1, 01200034567, 012.1.2.3, 000:0:0000::01, and ::fFFf:127.0.0.1) are improperly categorized as globally routable via isPublic. NOTE: this issue exists because of an incomplete fix for CVE-2023-42282.

Publish Date: 2024-05-27

URL: CVE-2024-29415

CVSS 3 Score Details (9.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Step up your Open Source Security Game with Mend here

WS-2023-0439

Vulnerable Library - axios-0.21.4.tgz

Promise based HTTP client for the browser and node.js

Library home page: https://registry.npmjs.org/axios/-/axios-0.21.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • js-api-0.6.7.tgz
      • axios-0.21.4.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

Axios is vulnerable to Regular Expression Denial of Service (ReDoS). When a manipulated string is provided as input to the format method, the regular expression exhibits a time complexity of O(n^2). Server becomes unable to provide normal service due to the excessive cost and time wasted in processing vulnerable regular expressions.

Publish Date: 2023-10-25

URL: WS-2023-0439

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/WS-2023-0439

Release Date: 2023-10-25

Fix Resolution (axios): 1.6.3

Direct dependency fix Resolution (pm2): 5.3.1

Step up your Open Source Security Game with Mend here

CVE-2024-4068

Vulnerable Library - braces-3.0.2.tgz

Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.

Library home page: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • chokidar-3.5.3.tgz
      • braces-3.0.2.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

The NPM package braces, versions prior to 3.0.3, fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.
Mend Note: After conducting a further research, it was concluded that CVE-2024-4068 does not contain a high security risk that reflects the NVD score, but should be kept for users' awareness. Users of braces should follow the fix recommendation as noted.

Publish Date: 2024-05-13

URL: CVE-2024-4068

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2024-05-13

Fix Resolution: braces - 3.0.3

Step up your Open Source Security Game with Mend here

CVE-2024-37890

Vulnerable Libraries - ws-7.4.6.tgz, ws-7.5.9.tgz

ws-7.4.6.tgz

Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js

Library home page: https://registry.npmjs.org/ws/-/ws-7.4.6.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • ws-7.4.6.tgz (Vulnerable Library)

ws-7.5.9.tgz

Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js

Library home page: https://registry.npmjs.org/ws/-/ws-7.5.9.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • js-api-0.6.7.tgz
      • ws-7.5.9.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] (e55e510) and backported to [email protected] (22c2876), [email protected] (eeb76d3), and [email protected] (4abd8f6). In vulnerable versions of ws, the issue can be mitigated in the following ways: 1. Reduce the maximum allowed length of the request headers using the --max-http-header-size=size and/or the maxHeaderSize options so that no more headers than the server.maxHeadersCount limit can be sent. 2. Set server.maxHeadersCount to 0 so that no limit is applied.

Publish Date: 2024-06-17

URL: CVE-2024-37890

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-3h5v-q93c-6h6q

Release Date: 2024-06-17

Fix Resolution (ws): 7.5.10

Direct dependency fix Resolution (pm2): 5.3.1

Fix Resolution (ws): 7.5.10

Direct dependency fix Resolution (pm2): 5.3.1

Step up your Open Source Security Game with Mend here

CVE-2023-26159

Vulnerable Library - follow-redirects-1.15.2.tgz

HTTP and HTTPS modules that follow redirects.

Library home page: https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • js-api-0.6.7.tgz
      • axios-0.21.4.tgz
        • follow-redirects-1.15.2.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

Versions of the package follow-redirects before 1.15.4 are vulnerable to Improper Input Validation due to the improper handling of URLs by the url.parse() function. When new URL() throws an error, it can be manipulated to misinterpret the hostname. An attacker could exploit this weakness to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.

Publish Date: 2024-01-02

URL: CVE-2023-26159

CVSS 3 Score Details (7.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2023-26159

Release Date: 2024-01-02

Fix Resolution (follow-redirects): 1.15.4

Direct dependency fix Resolution (pm2): 5.3.1

Step up your Open Source Security Game with Mend here

CVE-2024-28849

Vulnerable Library - follow-redirects-1.15.2.tgz

HTTP and HTTPS modules that follow redirects.

Library home page: https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • js-api-0.6.7.tgz
      • axios-0.21.4.tgz
        • follow-redirects-1.15.2.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

follow-redirects is an open source, drop-in replacement for Node's http and https modules that automatically follows redirects. In affected versions follow-redirects only clears authorization header during cross-domain redirect, but keep the proxy-authentication header which contains credentials too. This vulnerability may lead to credentials leak, but has been addressed in version 1.15.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Publish Date: 2024-03-14

URL: CVE-2024-28849

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-cxjh-pqwp-8mfp

Release Date: 2024-03-14

Fix Resolution: follow-redirects - 1.15.6

Step up your Open Source Security Game with Mend here

CVE-2023-45857

Vulnerable Library - axios-0.21.4.tgz

Promise based HTTP client for the browser and node.js

Library home page: https://registry.npmjs.org/axios/-/axios-0.21.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • js-api-0.6.7.tgz
      • axios-0.21.4.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

An issue discovered in Axios 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.

Publish Date: 2023-11-08

URL: CVE-2023-45857

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2023-11-08

Fix Resolution (axios): 0.28.0

Direct dependency fix Resolution (pm2): 5.3.1

Step up your Open Source Security Game with Mend here

CVE-2022-25883

Vulnerable Libraries - semver-6.3.0.tgz, semver-5.7.1.tgz, semver-7.2.3.tgz

semver-6.3.0.tgz

The semantic version parser used by npm.

Library home page: https://registry.npmjs.org/semver/-/semver-6.3.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • io-5.0.0.tgz
      • semver-6.3.0.tgz (Vulnerable Library)

semver-5.7.1.tgz

The semantic version parser used by npm.

Library home page: https://registry.npmjs.org/semver/-/semver-5.7.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • io-5.0.0.tgz
      • core-0.0.9.tgz
        • semver-5.7.1.tgz (Vulnerable Library)

semver-7.2.3.tgz

The semantic version parser used by npm.

Library home page: https://registry.npmjs.org/semver/-/semver-7.2.3.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • pm2-5.3.0.tgz (Root Library)
    • agent-2.0.1.tgz
      • semver-7.2.3.tgz (Vulnerable Library)

Found in HEAD commit: 122df6cc83643dcd400911e181da9662c5ae45a5

Found in base branch: main

Vulnerability Details

Versions of the package semver before 7.5.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.

Publish Date: 2023-06-21

URL: CVE-2022-25883

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-c2qf-rxjj-qqgw

Release Date: 2023-06-21

Fix Resolution (semver): 6.3.1

Direct dependency fix Resolution (pm2): 5.3.1

Fix Resolution (semver): 6.3.1

Direct dependency fix Resolution (pm2): 5.3.1

Fix Resolution (semver): 6.3.1

Direct dependency fix Resolution (pm2): 5.3.1

Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Dec 17, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 4 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 6 vulnerabilities (highest severity is: 10.0) Mar 14, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 6 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 7 vulnerabilities (highest severity is: 10.0) Mar 31, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 7 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 8 vulnerabilities (highest severity is: 10.0) May 14, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 8 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 9 vulnerabilities (highest severity is: 10.0) May 30, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 9 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 10 vulnerabilities (highest severity is: 10.0) Jun 18, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 10 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 11 vulnerabilities (highest severity is: 10.0) Jul 2, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 11 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 10 vulnerabilities (highest severity is: 10.0) Aug 2, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 10 vulnerabilities (highest severity is: 10.0) pm2-5.3.0.tgz: 10 vulnerabilities (highest severity is: 9.8) Sep 8, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 10 vulnerabilities (highest severity is: 9.8) pm2-5.3.0.tgz: 11 vulnerabilities (highest severity is: 9.8) Oct 30, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 11 vulnerabilities (highest severity is: 9.8) pm2-5.3.0.tgz: 12 vulnerabilities (highest severity is: 9.8) Nov 13, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title pm2-5.3.0.tgz: 12 vulnerabilities (highest severity is: 9.8) pm2-5.3.0.tgz: 11 vulnerabilities (highest severity is: 9.8) Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants