vipyrsec / dragonfly-mainframe

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

Eagerly load scan attributes #219

Closed jonathan-d-zhang closed 6 months ago

jonathan-d-zhang commented 6 months ago

We don't need laziness here; we're using the entire list of rules or download_urls, so joinedload is more suitable to avoid N+1 problems.