b3n

Results 55 issues of b3n

##### SUMMARY Fixes a bug where manage_file_capabilities is true and $::vault::package_name is custom name (not 'vault') ##### TESTS/SPECS I would like to add a spec test for this, but I...

This PR refactores for ansible-lint and introduces a pre-commit hook and a GitHub Action for linting. Both could / should be extended to include testing, which I excluded since the...

Create a GitHub action that creates a Release if new tag is pushed. Containing a compose.yml and an env.sample with the correct tag set. Use tag annotations for content of...

documentation

Do not tag 'latest' on the master pipeline, but rather tag it 'dev' additional to branch name. Add latest tag to the latest tagged release.

documentation

In the file [parameter_value.py](https://github.com/taranis-ai/taranis-ai/blob/a52ffd2fa4dc4e1623bed4173d4b1e6c410f9195/src/core/core/model/parameter_value.py#L25) the column rules should be replaced by a more generic `options` column, to also allow passing placeholders, and similar information to be rendered. Replace: ```python rules:...

core
database
needs triage

Add new presenter endpoint that validates jinja templates if they are syntactical correct. It should be called on jinja template update, flagging the template as dirty

enhancement
worker

- [x] Assess: scroll down (to have new items loaded), offset in URL changes. Then one opens a newsItem, then press "back" in browser. The Assess is loaded with the...

bug
frontend
core

Add fuzzy hashing to news items Enhance: [NewsItem](https://github.com/taranis-ai/taranis-ai/blob/master/src/core/core/model/news_item.py#L19) with a fuzzy hash column. This should be calculated using: [ssdeep](https://ssdeep-project.github.io/ssdeep/index.html) or a similar CTPH algorithm. This hash should be used to...

enhancement

Make Hotkeys user-configurable again. https://github.com/taranis-ai/taranis-ai/blob/master/src/gui/src/utils/hotkeys.js

frontend

Create a python script that allows backing up and restoring an instance that was deployed with the default docker compose setup. - [x] Backup all Volumes - [x] Backup the...

database