b3n
b3n
..

> Story View: longer source url makes the source URL go out of the column (resolution 1920x1080) > >  I would truncate it like we do in various other...
> the config displayed here: http://localhost:5000/api/doc/swagger.json > is defined here: src/core/core/static/openapi3_0.yaml This is actually correct this is defined in: Looking at: https://github.com/taranis-ai/taranis-ai/blob/master/src/core/core/managers/api_manager.py#L16 But there is more, there is also a...
There is still an issue related to this if a story is deleted or merged into another that was assigned to a report.
Endpoint could be a copy paste of: https://github.com/taranis-ai/taranis-ai/blob/master/src/worker/worker/presenters/base_presenter.py#L14
That looks like a good start! To increase reuseability and readability I would suggest creating our own MISPObject the ``` class TaranisObejct(AbstractMISPObjectGenerator): ``` Looking something like: https://github.com/MISP/PyMISP/blob/main/pymisp/tools/urlobject.py or https://github.com/MISP/PyMISP/blob/main/pymisp/tools/fail2banobject.py These...
Hi That is an issue introduced by the introduction of: https://github.com/taranis-ai/taranis-ai/blob/4ae0d8f664b7d994edf1a2503885312fed6612c2/src/worker/worker/collectors/base_web_collector.py But should hopefully be fixed with: https://github.com/taranis-ai/taranis-ai/commit/5af54c6b5b26038995abc8bf1d6b677e9b47fdea
Example can be tested under: https://d3-graph-gallery.com/graph/heatmap_basic.html  ``` // set the dimensions and margins of the graph const margin = {top: 30, right: 30, bottom: 30, left: 30}, width =...
`len(tag) > 2` in this is in regard to length of the word, so words consisting of a single character or two characters are ignored right now. (Company X formeraly...