Tomás Lima

Results 19 comments of Tomás Lima

@AndrewModus @NerdSec @cryocaustik @stygmate **Quick fix...** Go to file `django_celery_monitor/managers.py` and the function `select_for_update_or_create` should look like the following: ``` class ExtendedQuerySet(models.QuerySet): def select_for_update_or_create(self, defaults=None, **kwargs): return self.update_or_create(defaults, **kwargs) ```...

**An example of Scenario 3** ![image](https://github.com/MISP/misp-stix/assets/4184292/8eeb2df1-8515-4b1f-b5c1-7e1ad8ac421b)

According to the current implementation on setup.py the name of the repo should change to `python-systemd-dbus`. Do you agree @wiliamsouza ?

> * generate an observed data with either all the attributes or only the attribute with no ids flag @chrisr3d I guess you meant, generate observables objects and associate them...

@chrisr3d any update on this? Again, I believe File and Artifact objects are not meant to store intelligence PDF reports. > 1.2.3 STIX Cyber-observable Objects > STIX defines a set...

Did you guys try git LFS? I guess it might be used for the folder `objects` and let regular git be used in folders like `extension-definition-specifications`

> I looked into git LFS in the past - but never got very far with it. If you have some ideas, I would love to add some directions to...