SK-CERT / Taranis-NG

Taranis NG is an OSINT gathering and analysis tool for CSIRT teams and organisations. It allows team-to-team collaboration, and contains a user portal for simple self asset management. Taranis NG was developed by SK-CERT with a help from wide CSIRT community.
European Union Public License 1.2
87 stars 20 forks source link

SAWarning #188

Open multiflexi opened 8 months ago

multiflexi commented 8 months ago
taranis-ng-core-1        | /app/model/tag_cloud.py:48: SAWarning: Coercing Subquery object into a select() for use in IN(); please pass a select() construct explicitly
taranis-ng-core-1        |   func.lower(TagCloud.word).notin_(stopwords)).group_by(TagCloud.word).order_by(
Progress1 commented 7 months ago

I take a closer look if we can fix it.