b3n
b3n
Update elements in [AssessStore](https://github.com/taranis-ai/taranis-ai/blob/master/src/gui/src/stores/AssessStore.js) & [AnalyzeStore](https://github.com/taranis-ai/taranis-ai/blob/master/src/gui/src/stores/AnalyzeStore.js) after [SSE update](https://github.com/taranis-ai/taranis-ai/blob/master/src/gui/src/utils/sse.js) has been triggerd Requires #141 to be finished
Consider using https://github.com/mozilla/readability to display NewsItem Content.
From Taranis-NG created by [b3n4kh](https://github.com/b3n4kh): ait-cs-IaaS/Taranis-NG#36 Hardening the Database login against Brute Force and Timing attacks one could do something as described below, but as the stackoverflow article clearly shows,...
Right now, the `id` fields of the various models is inconsistent. I propose to consistently change all IDs from int to string and initialize them with: https://github.com/stevesimmons/uuid7
Automatically republish a report if the "autopublish" checkbox is set. Everytime a report changes used in a Product that has the "autopublish" set to true. publish that report. Update [product.py](https://github.com/ait-cs-IaaS/Taranis-NG/blob/00c30bd85b1f5cc98d188f95c6bb8c0a0395acaf/src/core/core/model/product.py)...
Look at https://formkit.com/ to render the user defined parameters into a form. This would require to render a formkit json in the backend for "parameter_values"
Move non DB Model related code from each file in [core/model](https://github.com/taranis-ai/taranis-ai/tree/master/src/core/core/model) into [core/service](https://github.com/taranis-ai/taranis-ai/tree/master/src/core/core/model) This will improve readability and maintainability.
No error message displayed if user collects sources via frontend but worker not running. Check if there is a worker connected via: [const { workers } = storeToRefs(configStore) ](https://github.com/ait-cs-IaaS/Taranis-NG/blob/awake/src/gui/src/stores/ConfigStore.js#L42) And...
From Taranis-NG created by [ewoiset](https://github.com/ewoiset): ait-cs-IaaS/Taranis-NG#91 Review and update misp template in presenter, to export all relevant information - tags, topics, etc... Using https://pymisp.readthedocs.io/en/latest/ in https://github.com/ait-cs-IaaS/Taranis-NG/blob/awake/src/worker/worker/publishers/misp_publisher.py to publish a json...
From Taranis-NG created by [b3n4kh](https://github.com/b3n4kh): ait-cs-IaaS/Taranis-NG#156 https://www.misp-project.org/misp-training/3-misp-taxonomy-tagging.pdf Document places where there is a taxonomy mismatch between Taranis & MISP, maybe provide a translation table or glossary.