Exenifix / AIAS

AIAS (Artifical Intelligence AntiSpam) is an open-source Discord bot that has innovative moderation features, such as nextgen word filter and AI-based spam detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix 1 Security, 1 Maintainability issues in multiple files

Exenifix opened this issue · comments

CodeFactor found multiple issues:

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.

Avoid use of cache directory with pip. Use pip install --no-cache-dir <package>