Skip to content

refresh lockfile to automatically remove the vulnerability introduced by ws@3.3.3 #6

@paimon0715

Description

@paimon0715

Hi, @mkohanim, I have reported a vulnerability issue in package mqtt.

As far as I am aware, vulnerability CVE-2021-32640 detected in package ws(<5.2.3,>=6.0.0 <6.2.2,>=7.0.0 <7.4.6) is directly referenced by  mqtt@2.18.8, on which your package pgc_interface@1.0.13 transittively depends. As such, this vulnerability can also affect pgc_interface@1.0.13 via the following path:
pgc_interface@1.0.13 ➔ mqtt@2.18.8 ➔ websocket-stream@5.5.2 ➔ ws@3.3.3(vulnerable version)

Since mqtt has released a new patched version mqtt@2.18.9 to resolve this issue (mqtt@2.18.9 ➔ websocket-stream@5.2.0 ➔ ws@6.2.2(fix version)), then this vulnerability patch can be automatically propagated into your project only if you update your lockfile. The following is your new dependency path :
pgc_interface@1.0.13 ➔ mqtt@2.18.9 ➔ websocket-stream@5.2.0 ➔ ws@6.2.2(vulnerability fix version).

dependency path

A warm tip.^_^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions