UFOSmuggler

Results 29 comments of UFOSmuggler

> I am using the correct format https://misp.example.com. Do you know what this field is checking on the backend to determine if the URL is correct or not? It looks...

+1 for this feature request. MISPEvent.to_feed() currently discards event reports. It's easy enough to do something quick and dirty like: ``` event_feed = event_misp.to_feed(with_meta=True) event_reports = misp.get_event_reports(event_misp.id) event_feed['Event']['EventReport'] = [x['EventReport']...

This isn't a real pull. Whatever created this was just spamming a phishing URL.

Whacked in a PR to add this functionality as a kwarg boolean: https://github.com/MISP/PyMISP/pull/952

Hi @DavidLazarescu, Thanks for your advice mate. I have reverted my manual column creation to test, though it appears the docker image builds without containing a file path named "src/Presentation",...

This may not be the issue, but try flattening custom tags into taxonomies, by clicking the bottom button here: ![image](https://github.com/MISP/MISP/assets/85923673/ac9390cc-9153-4ad1-9123-3fdcf6f8e224) also, can you please show the json output for the...

@dd1b did you post this to the correct issue? unsure why you'd add this to a feature request

pull #66 fixes this by allowing the user to specify whether they want db settings or not. however i strongly recommend off by default as the settings db really is...

pr #66 semi-addresses this. while it does not offer an excellent fix for this issue, it would allow the operator to overmount their own cli_only json files as defined in...

additionally you could just set any of the cli_only things in the customize_misp.sh script mentioned in the README. add lines like: ```bash /var/www/MISP/app/Console/cake admin setSetting Security.salt "blahblahblahblahbigsecret" ```