Skip to content

Commit

Permalink
fix missing realtionship #97
Browse files Browse the repository at this point in the history
  • Loading branch information
fqrious committed Jan 24, 2025
1 parent b5a09fa commit eefa082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulmatch/server/arango_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def get_vulnerabilities(self):
# return HttpResponse(f"""{query}\n// {json.dumps(binds)}""")

def get_cve_bundle(self, cve_id: str):
cve_rels_types = []
cve_rels_types = ['detects']
binds = dict(cve_id=cve_id.upper(), cve_edge_types=cve_rels_types, default_imports=CVE_BUNDLE_DEFAULT_OBJECTS)

more_queries = {}
Expand Down

0 comments on commit eefa082

Please sign in to comment.