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

[Bug] Custom vulnerability not correctly displayed #58

Closed
FafnerKeyZee opened this issue Jul 20, 2024 · 2 comments
Closed

[Bug] Custom vulnerability not correctly displayed #58

FafnerKeyZee opened this issue Jul 20, 2024 · 2 comments

Comments

@FafnerKeyZee
Copy link
Contributor

Hello,

I created a vuln using your own (using and modifying info in the json).
It's visible to recent tab:
image

But when I try to get details, It's only show the json output and not a view as in your website:
image

image

BR,

@FafnerKeyZee
Copy link
Contributor Author

Hello,
Working like a charm :)

BR,

@cedricbonhomme
Copy link
Collaborator

cedricbonhomme commented Jul 22, 2024

thank you for testing, local security advisories is really new and will be improved.

For you information, for the moment we store the list of updates in the JSON, here:

{
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "cveMetadata": {
    "vulnId": "CIRCL-SA-2024-6271",
    "cveId": "CVE-2024-6271",
    "assignerOrgId": "00000000-0000-4000-9000-000000000000",
    "assignerShortName": "WPScan",
    "vulnerabilitylookup_history": [
      [
        "cedric@cedricbonhomme.org",
        "2024-07-22T10:33:09.555455Z"
      ]
    ],
    "requesterUserId": "00000000-0000-4000-9000-000000000000",
    "dateUpdated": "2024-07-22T10:33:00.000Z",
    "serial": 1,
    "dateReserved": "2024-06-22T20:56:00.000Z",
    "datePublished": "2024-07-22T06:00:00.000Z",
    "state": "PUBLISHED"
  }

}

In vulnerabilitylookup_history, as you can see. This will probably change in the near future because it seems that ''cveMetadata'' is not the best place for that.

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

2 participants