yeti-platform / yeti

Your Everyday Threat Intelligence
https://yeti-platform.io/
Apache License 2.0
1.76k stars 291 forks source link

default_tag_expiration from yeti.conf not used #1145

Closed 0xRet closed 1 month ago

0xRet commented 1 month ago

Description

In yeti.conf.sample we can find a default_tag_expiration variable. This variable seems to not be used elsewhere.

Expected behavior

This variable should replace the default value DEFAULT_EXPIRATION specified in core/schemas/tag.py

Actual behavior

Only DEFAULT_EXPIRATION is used.

mbonino commented 1 month ago

https://github.com/yeti-platform/yeti/pull/1147 should fix the issue.

udgover commented 1 month ago

Fixed by https://github.com/yeti-platform/yeti/pull/1147