vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
4 stars 2 forks source link

Order the results of `GET /lookup` endpoint #215

Closed jonathan-d-zhang closed 3 months ago

jonathan-d-zhang commented 3 months ago

Currently, the query in this endpoint does not use an ORDER BY, so the results are returned in an arbitrary order.

This should be changed to sort descending based on queued_at time.