cetfor / PaperMachete

A project that uses Binary Ninja and GRAKN.AI to perform static analysis on binary files with the goal of identifying bugs in software.
MIT License
57 stars 9 forks source link

Deprecated Grakn API #3

Closed devtty1er closed 5 years ago

devtty1er commented 5 years ago

Newer versions of Grakn run into problems with the queries/ scripts, e.g.

== [3] Run all CWE queries =====================================================
... <truncated> ...
Traceback (most recent call last):
... <truncated> ...
    graph = grakn.Client(uri='http://localhost:4567', keyspace=keyspace)
AttributeError: module 'grakn' has no attribute 'Client'

PR incoming...

cetfor commented 5 years ago

Awesome, thanks for submitting this issue! I'd be happy to review your PR and help in any way to get this updated. If you run into any bandwidth issues just let me know and I'll hop in to help out at night and over the weekend.