yeti-platform / yeti

Your Everyday Threat Intelligence
https://yeti-platform.io/
Apache License 2.0
1.73k stars 287 forks source link

Introduce min / max hops to graph search #1019

Closed tomchop closed 8 months ago

tomchop commented 8 months ago

Min / max hops used to be identical (e.g. a graph traversal request could go from 1..1 or 2..2 but not 1..4.

Tweak to the API to account for min / max hops + backwards compatibility