I noticed there is a common tendency for /usr/share/terminfo to get bundled.
This gets added when libncurses gets deplotyed, however the reason ncurses along with terminfo end up being bundled is because most GUI applications execute xdg-user-dir upon launch, that runs /bin/sh which on pretty much every single linux system will link to ncurses causing this false positive.
I noticed there is a common tendency for
/usr/share/terminfoto get bundled.This gets added when libncurses gets deplotyed, however the reason ncurses along with terminfo end up being bundled is because most GUI applications execute
xdg-user-dirupon launch, that runs/bin/shwhich on pretty much every single linux system will link to ncurses causing this false positive.