Flawfinder version 2.0.10, (C) 2001-2019 David A. Wheeler.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 223
Examining data/gadmin-rsync-0.1.7/src/widgets.c
Examining data/gadmin-rsync-0.1.7/src/make_settings_buttons.c
Examining data/gadmin-rsync-0.1.7/src/populate_rsync_tab.h
Examining data/gadmin-rsync-0.1.7/src/widgets.h
Examining data/gadmin-rsync-0.1.7/src/file_chooser.c
Examining data/gadmin-rsync-0.1.7/src/commands.c
Examining data/gadmin-rsync-0.1.7/src/status_update.h
Examining data/gadmin-rsync-0.1.7/src/backup_and_restore.h
Examining data/gadmin-rsync-0.1.7/src/create_rsync_tab.h
Examining data/gadmin-rsync-0.1.7/src/status_update.c
Examining data/gadmin-rsync-0.1.7/src/make_settings_spinbuttons.c
Examining data/gadmin-rsync-0.1.7/src/make_settings_entries.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_combos.c
Examining data/gadmin-rsync-0.1.7/src/create_disc_tab.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_hseparators.h
Examining data/gadmin-rsync-0.1.7/src/credits_window.h
Examining data/gadmin-rsync-0.1.7/src/create_main_window.h
Examining data/gadmin-rsync-0.1.7/src/save_backup_settings.c
Examining data/gadmin-rsync-0.1.7/src/create_progress_tab.c
Examining data/gadmin-rsync-0.1.7/src/make_settings_combos.h
Examining data/gadmin-rsync-0.1.7/src/create_progress_tab.h
Examining data/gadmin-rsync-0.1.7/src/gadmin-rsync.c
Examining data/gadmin-rsync-0.1.7/src/populate_disc_tab.h
Examining data/gadmin-rsync-0.1.7/src/show_log.c
Examining data/gadmin-rsync-0.1.7/src/backup_and_restore.c
Examining data/gadmin-rsync-0.1.7/src/backup_menu.h
Examining data/gadmin-rsync-0.1.7/src/gadmin-rsync.h
Examining data/gadmin-rsync-0.1.7/src/allocate.h
Examining data/gadmin-rsync-0.1.7/src/support.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_progressbars.c
Examining data/gadmin-rsync-0.1.7/src/cron_functions.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_checkbuttons.c
Examining data/gadmin-rsync-0.1.7/src/gettext.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_entries.c
Examining data/gadmin-rsync-0.1.7/src/handle_ssh.h
Examining data/gadmin-rsync-0.1.7/src/show_info.h
Examining data/gadmin-rsync-0.1.7/src/key_handling.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_labels.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_checkbuttons.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_buttons.h
Examining data/gadmin-rsync-0.1.7/src/support.c
Examining data/gadmin-rsync-0.1.7/src/create_rsync_tab.c
Examining data/gadmin-rsync-0.1.7/src/show_help.c
Examining data/gadmin-rsync-0.1.7/src/allocate.c
Examining data/gadmin-rsync-0.1.7/src/handle_ssh.c
Examining data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c
Examining data/gadmin-rsync-0.1.7/src/show_log.h
Examining data/gadmin-rsync-0.1.7/src/save_backup_settings.h
Examining data/gadmin-rsync-0.1.7/src/restore_menu.h
Examining data/gadmin-rsync-0.1.7/src/set_version.h
Examining data/gadmin-rsync-0.1.7/src/create_disc_tab.c
Examining data/gadmin-rsync-0.1.7/src/make_settings_hseparators.c
Examining data/gadmin-rsync-0.1.7/src/commands.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_spinbuttons.h
Examining data/gadmin-rsync-0.1.7/src/get_option_pos.c
Examining data/gadmin-rsync-0.1.7/src/cron_functions.c
Examining data/gadmin-rsync-0.1.7/src/backup_menu.c
Examining data/gadmin-rsync-0.1.7/src/set_version.c
Examining data/gadmin-rsync-0.1.7/src/file_chooser.h
Examining data/gadmin-rsync-0.1.7/src/commented.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_labels.c
Examining data/gadmin-rsync-0.1.7/src/credits_window.c
Examining data/gadmin-rsync-0.1.7/src/populate_disc_tab.c
Examining data/gadmin-rsync-0.1.7/src/commented.c
Examining data/gadmin-rsync-0.1.7/src/get_option_pos.h
Examining data/gadmin-rsync-0.1.7/src/make_settings_progressbars.h
Examining data/gadmin-rsync-0.1.7/src/key_handling.c
Examining data/gadmin-rsync-0.1.7/src/show_help.h
Examining data/gadmin-rsync-0.1.7/src/create_main_window.c
Examining data/gadmin-rsync-0.1.7/src/show_info.c
Examining data/gadmin-rsync-0.1.7/src/restore_menu.c

FINAL RESULTS:

data/gadmin-rsync-0.1.7/src/commands.c:41:12:  [4] (shell) popen:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    if((fp=popen(command, "w"))==NULL)
data/gadmin-rsync-0.1.7/src/cron_functions.c:265:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
	      strcat(new_buffer, line);
data/gadmin-rsync-0.1.7/src/cron_functions.c:268:4:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
	  strcat(new_buffer, line);
data/gadmin-rsync-0.1.7/src/handle_ssh.c:158:2:  [4] (shell) execvp:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	execvp(new_argv[0], new_argv);
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:55:12:  [4] (shell) popen:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    if((fp=popen(DISC_USAGE, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:64:9:  [4] (buffer) sscanf:
  The scanf() family's %s operation, without a limit specification, permits
  buffer overflows (CWE-120, CWE-20). Specify a limit to %s, or use a
  different input function.
        sscanf(buf, "%s %s %s %s %s %s", device, total, used, free, percent, mount);
data/gadmin-rsync-0.1.7/src/set_version.c:50:12:  [4] (shell) popen:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    if((fp=popen(command, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/show_log.c:145:2:  [4] (buffer) sscanf:
  The scanf() family's %s operation, without a limit specification, permits
  buffer overflows (CWE-120, CWE-20). Specify a limit to %s, or use a
  different input function.
	sscanf(line, "%s", val);
data/gadmin-rsync-0.1.7/src/show_log.c:160:2:  [4] (buffer) sscanf:
  The scanf() family's %s operation, without a limit specification, permits
  buffer overflows (CWE-120, CWE-20). Specify a limit to %s, or use a
  different input function.
	sscanf(line, "%*s %s", val);
data/gadmin-rsync-0.1.7/src/show_log.c:175:2:  [4] (buffer) sscanf:
  The scanf() family's %s operation, without a limit specification, permits
  buffer overflows (CWE-120, CWE-20). Specify a limit to %s, or use a
  different input function.
	sscanf(line, "%*s %*s %*s %s", val);
data/gadmin-rsync-0.1.7/src/gadmin-rsync.c:121:23:  [3] (buffer) g_get_home_dir:
  This function is synonymous with 'getenv("HOME")';it returns untrustable
  input if the environment can beset by an attacker. It can have any content
  and length, and the same variable can be set more than once (CWE-807,
  CWE-20). Check environment variables carefully before using them.
    global_home_dir = g_get_home_dir();
data/gadmin-rsync-0.1.7/src/backup_menu.c:366:23:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
void show_server_menu(char type[128], struct w *widgets)
data/gadmin-rsync-0.1.7/src/backup_menu.h:31:23:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
void show_server_menu(char type[128], struct w *widgets);
data/gadmin-rsync-0.1.7/src/commands.c:62:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(infile, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/create_rsync_tab.c:195:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(conf_file, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/cron_functions.c:202:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(CRONTAB_PATH, "a"))==NULL)
data/gadmin-rsync-0.1.7/src/cron_functions.c:221:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(CRONTAB_PATH, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/cron_functions.c:275:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(CRONTAB_PATH, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/handle_ssh.c:143:13:  [2] (misc) open:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
	slavepty = open(slave_pty_name, O_RDWR);
data/gadmin-rsync-0.1.7/src/handle_ssh.c:250:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char output[128]="";
data/gadmin-rsync-0.1.7/src/handle_ssh.c:251:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char line[128]="";
data/gadmin-rsync-0.1.7/src/key_handling.c:90:47:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
gchar * mk_key_name(gchar *user, gchar *host, char type[128])
data/gadmin-rsync-0.1.7/src/key_handling.c:270:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(script_path, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/key_handling.h:29:47:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
gchar * mk_key_name(gchar *user, gchar *host, char type[128]);
data/gadmin-rsync-0.1.7/src/make_settings_buttons.c:31:7:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
				  char icon_name[100],
data/gadmin-rsync-0.1.7/src/make_settings_buttons.h:28:7:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
				  char icon_name[100],
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:49:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char buf[MAX_READ_POPEN]="";
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:50:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char mount[8192]="", free[1024]="", used[1024]="", total[1024]="", percent[1024]="", device[8192]="";
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:168:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(conf_file, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:338:10:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
	    x = atoi(timebuf);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:380:10:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
	    x = atoi(timebuf);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:399:10:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
	    x = atoi(timebuf);
data/gadmin-rsync-0.1.7/src/restore_menu.c:488:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(script_file, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:144:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(settings_file, "a"))==NULL)
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:246:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(script_file, "a"))==NULL)
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:543:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(script_path, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:598:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(settings_file, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:618:9:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
	if((fp=fopen(script_path, "a"))==NULL)
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:649:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(settings_file, "a"))==NULL)
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:707:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	      strcat(script_days, "1,");
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:709:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	      strcat(script_days, "2,");
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:711:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	      strcat(script_days, "3,");
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:713:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	      strcat(script_days, "4,");
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:715:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	      strcat(script_days, "5,");
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:717:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	      strcat(script_days, "6,");
data/gadmin-rsync-0.1.7/src/show_log.c:53:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(log_path, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/show_log.c:70:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(log_path, "w+"))==NULL)
data/gadmin-rsync-0.1.7/src/show_log.c:116:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(log_path, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/show_log.c:475:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp=fopen(extended_log_path, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/status_update.c:42:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char * get_process_pid(char process[1024])
data/gadmin-rsync-0.1.7/src/status_update.c:42:24:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char * get_process_pid(char process[1024])
data/gadmin-rsync-0.1.7/src/status_update.c:70:13:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
	    if((fp=fopen(sub_proc_path, "r"))==NULL)
data/gadmin-rsync-0.1.7/src/status_update.h:27:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char * get_process_pid(char process[1024]);
data/gadmin-rsync-0.1.7/src/status_update.h:27:24:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char * get_process_pid(char process[1024]);
data/gadmin-rsync-0.1.7/src/backup_and_restore.c:69:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( script_path == NULL || strlen(script_path) < 1 )
data/gadmin-rsync-0.1.7/src/backup_and_restore.c:96:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(info, strlen(info), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/backup_and_restore.c:261:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(line, strlen(line), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/backup_menu.c:114:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(path, strlen(path), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/backup_menu.c:145:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(path, strlen(path), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/backup_menu.c:428:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(text, strlen(text), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/backup_menu.c:436:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(text, strlen(text), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/backup_menu.c:447:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(text, strlen(text), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/backup_menu.c:456:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(text, strlen(text), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/commented.c:32:23:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( line!=NULL && strlen(line) > 0 )
data/gadmin-rsync-0.1.7/src/create_rsync_tab.c:159:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( backup_name == NULL || strlen(backup_name) < 3 )
data/gadmin-rsync-0.1.7/src/create_rsync_tab.c:210:42:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(backup_name, strlen(backup_name), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/create_rsync_tab.c:232:39:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( global_backup_name == NULL || strlen(global_backup_name) < 1 )
data/gadmin-rsync-0.1.7/src/cron_functions.c:123:39:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( file_exists(shutdown_path) && strlen(shutdown_path) > 10 )
data/gadmin-rsync-0.1.7/src/gadmin-rsync.c:112:10:  [1] (obsolete) usleep:
  This C routine is considered obsolete (as opposed to the shell command by
  the same name). The interaction of this function with SIGALRM and other
  timer functions such as sleep(), alarm(), setitimer(), and nanosleep() is
  unspecified (CWE-676). Use nanosleep(2) or setitimer(2) instead.
    	    usleep(100000*10);
data/gadmin-rsync-0.1.7/src/get_option_pos.c:34:23:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( line!=NULL && strlen(line) > 0 )
data/gadmin-rsync-0.1.7/src/get_option_pos.c:47:23:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( line!=NULL && strlen(line) > 0 )
data/gadmin-rsync-0.1.7/src/handle_ssh.c:223:43:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        bytes_written = write(fd, string, strlen(string));
data/gadmin-rsync-0.1.7/src/handle_ssh.c:254:18:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
    bytes_read = read(fd, output, sizeof(output));
data/gadmin-rsync-0.1.7/src/handle_ssh.c:269:6:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	if( strlen(line) < 7 )
data/gadmin-rsync-0.1.7/src/key_handling.c:83:26:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( input == NULL || strlen(input) < 1 )
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:68:40:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        utf8 = g_locale_to_utf8(mount, strlen(mount), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:71:39:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        utf8 = g_locale_to_utf8(free, strlen(free), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:74:39:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        utf8 = g_locale_to_utf8(used, strlen(used), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:77:40:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        utf8 = g_locale_to_utf8(total, strlen(total), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:80:42:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        utf8 = g_locale_to_utf8(percent, strlen(percent), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_disc_tab.c:83:41:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        utf8 = g_locale_to_utf8(device, strlen(device), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:90:47:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	utf8 = g_locale_to_utf8(namelist[x]->d_name, strlen(namelist[x]->d_name), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:188:6:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	if( strlen(line) > 16384 )
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:194:24:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    if( ! one_time && strlen(line) > 3 )
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:208:26:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    if( prev_newline && strlen(line) > 3 )
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:218:10:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	if( opt[strlen(opt)-1]=='\n' )
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:219:8:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	  opt[strlen(opt)-1]='\0';
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:224:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:232:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:240:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:248:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:256:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:264:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:289:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:297:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:305:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(opt, strlen(opt), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:335:18:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    if( timebuf[strlen(timebuf)-1]=='\n' )
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:336:16:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	      timebuf[strlen(timebuf)-1]='\0';
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:377:18:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    if( timebuf[strlen(timebuf)-1]=='\n' )
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:378:16:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	      timebuf[strlen(timebuf)-1]='\0';
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:396:18:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    if( timebuf[strlen(timebuf)-1]=='\n' )
data/gadmin-rsync-0.1.7/src/populate_rsync_tab.c:397:16:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	      timebuf[strlen(timebuf)-1]='\0';
data/gadmin-rsync-0.1.7/src/restore_menu.c:59:24:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( input!=NULL && strlen(input) > 0 )
data/gadmin-rsync-0.1.7/src/restore_menu.c:315:8:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	for(i=strlen(src_path)-1; src_path[i]!='\0'; i--)
data/gadmin-rsync-0.1.7/src/restore_menu.c:529:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(info, strlen(info), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:50:24:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( input!=NULL && strlen(input) > 0 )
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:519:39:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( global_backup_name == NULL || strlen(global_backup_name) < 3 )
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:529:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( script_path == NULL || strlen(script_path) < 3 )
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:719:8:  [1] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant character.
	      strcat(script_days, "7");
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:727:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( script_days == NULL || strlen(script_days) < 1 )
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:731:21:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( script_days[strlen(script_days)-1]==',' )
data/gadmin-rsync-0.1.7/src/save_backup_settings.c:732:19:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
      script_days[strlen(script_days)-1]='\0';
data/gadmin-rsync-0.1.7/src/set_version.c:63:65:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        if( strstr(line, "rsync") && strstr(line, "version") && strlen(line) < 100 )
data/gadmin-rsync-0.1.7/src/set_version.c:80:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	    utf8 = g_locale_to_utf8(ver, strlen(ver), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/set_version.c:93:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	utf8 = g_locale_to_utf8(ver, strlen(ver), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/show_info.c:53:9:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( strlen(content) < 5 )
data/gadmin-rsync-0.1.7/src/show_info.c:112:38:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(content, strlen(content), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/show_info.c:115:53:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        gtk_text_buffer_set_text(text_buffer, utf8, strlen(utf8));
data/gadmin-rsync-0.1.7/src/show_log.c:46:29:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( log_path == NULL || strlen(log_path) < 10 )
data/gadmin-rsync-0.1.7/src/show_log.c:65:29:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( log_path == NULL || strlen(log_path) < 10 )
data/gadmin-rsync-0.1.7/src/show_log.c:96:29:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( log_path == NULL || strlen(log_path) < 10 )
data/gadmin-rsync-0.1.7/src/show_log.c:139:6:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	if( strlen(line) < 10  )
data/gadmin-rsync-0.1.7/src/show_log.c:152:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	utf8 = g_locale_to_utf8(val, strlen(val), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/show_log.c:167:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	utf8 = g_locale_to_utf8(val, strlen(val), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/show_log.c:203:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	utf8 = g_locale_to_utf8(val, strlen(val), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/show_log.c:232:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	utf8 = g_locale_to_utf8(val, strlen(val), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/show_log.c:457:38:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if( extended_log_path == NULL || strlen(extended_log_path) < 10 )
data/gadmin-rsync-0.1.7/src/show_log.c:496:6:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	if( strlen(line) < 10 || strlen(line) > 20000 )
data/gadmin-rsync-0.1.7/src/show_log.c:496:27:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	if( strlen(line) < 10 || strlen(line) > 20000 )
data/gadmin-rsync-0.1.7/src/show_log.c:508:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
	utf8 = g_locale_to_utf8(line, strlen(line), NULL, NULL, NULL);
data/gadmin-rsync-0.1.7/src/status_update.c:51:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(pid, "0");
data/gadmin-rsync-0.1.7/src/status_update.c:137:36:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    utf8 = g_locale_to_utf8(info1, strlen(info1), NULL, NULL, NULL);

ANALYSIS SUMMARY:

Hits = 132
Lines analyzed = 9045 in approximately 0.30 seconds (30433 lines/second)
Physical Source Lines of Code (SLOC) = 5259
Hits@level = [0]  47 [1]  78 [2]  43 [3]   1 [4]  10 [5]   0
Hits@level+ = [0+] 179 [1+] 132 [2+]  54 [3+]  11 [4+]  10 [5+]   0
Hits/KSLOC@level+ = [0+] 34.0369 [1+] 25.0998 [2+] 10.2681 [3+] 2.09165 [4+] 1.9015 [5+]   0
Dot directories skipped = 1 (--followdotdir overrides)
Minimum risk level = 1
Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code!
See 'Secure Programming HOWTO'
(https://dwheeler.com/secure-programs) for more information.