feat: add getlogin to bad functions

This commit is contained in:
raptor
2026-01-16 11:34:08 +01:00
committed by GitHub
parent 985caafcc6
commit eba8f57598
+1 -1
View File
@@ -151,7 +151,7 @@ public class Rhabdomancer extends GhidraScript
// check for insecure use of environment vars
"getenv", "setenv", "putenv", "unsetenv",
// check for insecure use of conf strings
"confstr", "getlogin_r", "getgroups", "gethostname", "getdomainname",
"confstr", "getlogin", "getlogin_r", "getgroups", "gethostname", "getdomainname",
// check for insecure use of arguments
"getopt", "getopt_long",
// check for insecure use of memory allocation functions