flowintel-cm icon indicating copy to clipboard operation
flowintel-cm copied to clipboard

Allow more flexility in MISP-object template

Open gallypette opened this issue 3 months ago • 0 comments

I see in app.py that you call PyMISP's update_objects.py script to update objects. This one goes on to fetch data from static_repo = "https://github.com/MISP/misp-objects/archive/main.zip" and it makes me sad.

Would it be possible to have a local git repo instead, and just call git pull on this repo for updates?

This way people can change the remote and calling app.py -py won't erase their custom objects.

gallypette avatar Oct 10 '25 14:10 gallypette