unfetter-discover / unfetter

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large number of reports attached to a threat board can break UI

mpmmasterpeace opened this issue · comments

Issue

When many (> 20?) reports are part of a threat board, then the url for the get can be too long and break the UI (loading spinner forever).

Fix

Remove feed that produces many/unhelpful reports
Reduce call from front end to only include 20 reports max.

Longer Term Fix

Will be handled in a future issue. Will link after creation.