Paweł Srokosz

Results 56 comments of Paweł Srokosz

Main part: https://0bin.net/paste/WjNyJlvN9h+SSfVF#pcK2WJgcW-jXNiGdodmbKXqcuozsZSclBYrv81f8ZIZ

Actually this problem is related in general to the started tasks being processed by killed Karton consumers. These tasks are in dangling state. On the other hand, non-persistent Karton services...

Hi! There is experimental implementation of something called `karton.core.inspect` made for Karton Dashboard https://github.com/CERT-Polska/karton/blob/master/karton/core/inspect.py#L112 ```python from karton.core.backend import KartonBackend from karton.core.inspect import KartonState def check_task_tree_finished(origin_uid): karton_backend = KartonBackend(config) karton_state =...

I think that bottleneck is an API and gathering metadata about created analysis (https://github.com/CERT-Polska/mwdb-core/blob/master/mwdb/resources/karton.py#L130) including status, last_update and processing_in (https://github.com/CERT-Polska/mwdb-core/blob/master/mwdb/model/karton.py#L61). And here comes the huge weakness of current model: we...

:thinking: Hmm, that Poetry works really nice WIP: - [ ] Fix test image - [ ] Include plugins in build workflow - [ ] Check if hot reload still...

Yeah, by default MWDB is pretty strict and gives access only to these user objects that are in the same groups as we are. Idea with additional capability for accounts...

@jasperla I have few more ideas about it: - If all your users are already in `everything` group, you can go to the group settings and mark it as a...

Merged some initial work that includes mailhog and Karton: https://github.com/CERT-Polska/mwdb-core/pull/572 The only missing part is checking the actual e-mails in mailhog API

Issues are a good place for posting such questions, especially because they sometimes turn out to be an issue. And yes, submitting plenty of tasks is definitely acceptable and we're...

Hi! Thanks for broad explanation, we really appreciate it! Let me write out some random thoughts and questions on it: 1) It's really close to another idea which is standardization...