Thanks to visit codestin.com
Credit goes to github.com

Skip to content

threatcode/malicious-packages

 
 

Scorecard supply-chain security

infected-packages

This repository is a collection of reports of malicious packages.

Quick Start

To validate all OSV reports after making changes:

make validate

Example OSV Report

{
  "schema_version": "1.5.0",
  "id": "MAL-2024-XXXX",
  "summary": "Malicious code in [package] ([ecosystem])",
  "details": "This package was flagged as malicious ...",
  "affected": [
    {
      "package": {
        "ecosystem": "npm",
        "name": "example-package"
      },
      "versions": [
        "1.2.34"
      ]
    }
  ],
  "credits": [
    {
      "name": "ExampleSource",
      "type": "FINDER",
      "contact": [
        "https://example.com"
      ]
    }
  ],
  "database_specific": {}
}

Documentation

CI & Linting

Validation and linting are run automatically on pull requests. Please ensure your contributions pass validation using make validate before submitting.

About

This repository is a collection of reports of malicious packages.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.0%
  • Makefile 1.0%