MertGunduz / yiffy

furry tui app for searching/downloading/fetching images from e621/e926
https://mertgunduz.github.io/yiffy/
GNU General Public License v3.0
7 stars 1 forks source link

Security checks and tests needed after application development #34

Open MertGunduz opened 3 months ago

MertGunduz commented 3 months ago

The whole code security will be checked after the development and poor security code blocks will be rewritten to ensure security.

1: Check vulnerable functions like gets, strcpy, etc... 2: Static code analysis with cppcheck and flawfinder. 3: Memory analysis with Valgrind.