sse-labs / sparri

0 stars 1 forks source link

Merge NoNeo4j Analysis #1

Closed johannesduesing closed 2 years ago

johannesduesing commented 2 years ago

Contents Full working method reachability analysis that does not depend on Neo4j anymore. Also implemented a "regular" OPAL analysis for comparison. The current implementation downloads all dependency methods fully before starting the analysis. This leads to quite a lot of download overhead. Also the current recursive implementation should be compared to an iterative one.