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

Mock the supply chain attacks from peacenotwar #1

Open
morlay opened this issue Mar 16, 2022 · 1 comment
Open

Mock the supply chain attacks from peacenotwar #1

morlay opened this issue Mar 16, 2022 · 1 comment

Comments

@morlay
Copy link
Owner

morlay commented Mar 16, 2022

It is supply chain attacks, whatever the motive.

A vendor package, which CREATING FILE out of project, is a malware.

https://snyk.io/blog/peacenotwar-malicious-npm-node-ipc-package-vulnerability/

How to quick fix, if have to the related packages:

npm:

// package.json
{
  "overrides": {
    "peacenotwar": "git+ssh://git@github.com/morlay/peacenotwar.git"
  }
}

pnpm:

// package.json
{
  "pnpm": {
    "overrides": {
      "peacenotwar": "git+ssh://git@github.com/morlay/peacenotwar.git"
    }
  }
}

Links:

https://github.com/RIAEvangelist/peacenotwar/issues/5
https://github.com/RIAEvangelist/node-ipc/issues/233

@morlay
Copy link
Owner Author

morlay commented Mar 16, 2022

Related:

vuejs/vue-cli#7054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant