Skip to content

CE-2390: Filter by host details only id the IOC is deployed

Domonkos Gulyas requested to merge CE-2390_Filter-IOC-by-host-data-anomaly into develop

Previously, the host detail search worked in such a way that if the host related parameters were given, the ioc_deployment table was automatically checked even though the IOC was not deployed. So host details based filtering has been modified like that:

  • If the user is filtering IOCs by host details (network, network scope, host type, host name), the BE assumes a search for deployed IOCs unless the user is specifically searching for non-deployed IOCs.

Closes CE-2390

Edited by Domonkos Gulyas

Merge request reports