ibmresilient / resilient-community-apps

Source code for IBM SOAR Apps that are available on our App Exchange
https://ibm.biz/soar-apps-docs
MIT License
91 stars 95 forks source link

fn_misp: Selftest fails: 'PyMISP' object has no attribute 'search_all' #93

Closed DemBackfisch closed 8 months ago

DemBackfisch commented 8 months ago

Description

Selftest of fn_misp app running on Python3 fails due to missing function search_all from PyMISP. The app functions itself do not seem to be affected and are working fine.

Describe How to Reproduce

  1. Install and configure the fn_misp app with Python3.
  2. Go to fn_misp -> Configuration -> App Settings / app.config
  3. Scroll to the bottom and click "Test Configuration".

Notes for fixes

The function search_all from PyMISP was deprecated a while back. (https://github.com/MISP/PyMISP/issues/712) The selftest needs to be updated to not use the search_all function.

DemBackfisch commented 8 months ago

Thanks, selftest has been fixed with v3.0.2