!pedro

Results 13 comments of !pedro

Can you have a look? @b3n4kh

The base class for TaranisObject: ```python class TaranisObject(MISPObject): def __init__(self, parameters: dict, strict: bool = True, **kwargs): super().__init__(name='taranis-news-item', strict=strict, **kwargs) self._parameters = parameters self.generate_attributes() def generate_attributes(self): """Contains the logic where...

Is this still relevant? @b3n4kh