-
Notifications
You must be signed in to change notification settings - Fork 24
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
Local deployment not working as the public version #48
Comments
Thank you for your comment.
We will check the update frequency of the public BRON instance |
If that was the case, the local deployment should have returned more CVEs then. |
Hmm, let me rebuild my local BRON to see if I can replicate it |
Thanks for your help. LET target = ["CVE-2020-0681", "CVE-2020-0885","CVE-2019-0698", "CVE-2019-0726","CVE-2023-38408","CVE-2020-14145","CVE-2022-20724","CVE-2021-34699","CVE-2008-4963"] FOR c IN cve
|
I also just saw that the local implementation has 314,886 edges while the public version has 33,382,276. |
Yes, I see the same now when my local BRON is built. The public BRON might be stale. I am investigating it now. |
Thank you for your comments! |
I have downloaded and deployed Bron locally.
It works but not as it should be.
The public version returns matches for CVEs that the local version does not.(not duplicates)
I tried multiple times to redeploy it locally, but it's still the same.
Am i the only one getting this problem?
The text was updated successfully, but these errors were encountered: