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

CPE, PURL, versioning discussions for vulnerability-lookup #78

Open
2 of 6 tasks
adulau opened this issue Oct 21, 2024 · 2 comments
Open
2 of 6 tasks

CPE, PURL, versioning discussions for vulnerability-lookup #78

adulau opened this issue Oct 21, 2024 · 2 comments
Assignees
Labels
cpe enhancement New feature or request

Comments

@adulau
Copy link
Member

adulau commented Oct 21, 2024

Following some discussions, notes about versioning in vulnerability-lookup:

  • Improve the UI output with the version is available next to the product name.
  • Improve the CPE api to search for product/vendor to be originally compatible with the original cve-search API.
  • Add cpe-guesser directly in vulnerability-lookup.
  • Add ability to extend or alias CPE name such as new vendor names or product names.
  • Review the additional CPE from other users (like JPN).
  • Support of purl export if a package name is known.

Ref: package-url/purl-spec#331

@adulau adulau added the enhancement New feature or request label Oct 21, 2024
@adulau
Copy link
Member Author

adulau commented Nov 24, 2024

Example cpe.json which is the format cpe announce used by software author or vendor to be fetch automatically.

{
  "vendor_name": "misp",
  "vendor_synonyms": [
    "misp-project"
  ],
  "url": [
    "https://www.misp-project.org"
  ],
  "products": [
    {
      "name": "misp",
      "url": [
        "https://www.misp-project.org"
      ],
      "git_reference": [
        "https://github.com/misp/misp"
      ],
      "type": "a"
    },
    {
      "name": "misp-maltego",
      "git_reference": [
        "https://github.com/MISP/MISP-maltego"
      ],
      "type": "a"
    }
  ]
}

@adulau adulau added the cpe label Nov 24, 2024
cedricbonhomme added a commit that referenced this issue Nov 27, 2024
…rabilities per vendor and product, and to browse the vendors Improved API documentation. Related to #78.
@cedricbonhomme
Copy link
Member

41f8471 - search for vulnerabilities by CPE string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpe enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants