Open tosto92 opened 6 years ago
when you reprocess that is normal, you need to disable that in configuration, feel free to PR that funcionality
Is a good idea to:
cuckoo/cuckoo/web/templates/analysis/export.html
cuckoo/cuckoo/web/static/js/cuckoo/analysis_export.js
cuckoo/cuckoo/web/analysis/urls.py
cuckoo/cuckoo/web/controllers/analysis/export/export.py cuckoo/cuckoo/core/plugins.py
as i told feel free to provide pull request ;)
Thanks, I was just trying to undesrstand if there's some standard in the developement.
check the documentation there is part for that
Hi tosto92,
If you are still looking, these are the code style rules we follow. https://cuckoo.sh/docs/development/code_style.html
MISP Export after Reporting
Feature Request
Sometimes I have to re-run some analysis with different configuration and after these multiple analysis I need to clean my MISP instance.
Would be very useful to be able to export an analysis to a MISP instance after the analysis, on demand wih a button (in the export page for example) instead of doing it automatically with the reporting module.