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

Duplicates in cve collection? #33

Open
cgkwork opened this issue Apr 29, 2022 · 1 comment
Open

Duplicates in cve collection? #33

cgkwork opened this issue Apr 29, 2022 · 1 comment

Comments

@cgkwork
Copy link

cgkwork commented Apr 29, 2022

I am puzzled as to occurrence of duplicates in the cve collection. This is on the demo at http://bron.alfa.csail.mit.edu/. For example, the following query returns five elements:

FOR c in cve
FILTER c.original_id == "CVE-2015-9251"
RETURN c

The only difference in the five elements returned are the _key, _id and _rev. However, these do not appear to be meaningful differences to me. Despite searching this repository, I am not able to find an explanation. Any ideas?

@hembergerik
Copy link
Contributor

Yes, it could come from when the database is updated (every 24h). We are trying to find a fix for it.
A temporary method for avoiding it is to rebuild the database every time it is updated, e.g. if you set up your own following the docker instructions.

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