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/xbindkeys-config-0.1.3/speedc.c Examining data/xbindkeys-config-0.1.3/speedc.h Examining data/xbindkeys-config-0.1.3/middle.h Examining data/xbindkeys-config-0.1.3/menu.h Examining data/xbindkeys-config-0.1.3/version.h Examining data/xbindkeys-config-0.1.3/menu.c Examining data/xbindkeys-config-0.1.3/middle.c Examining data/xbindkeys-config-0.1.3/xbindkeys_config.c FINAL RESULTS: data/xbindkeys-config-0.1.3/menu.c:155:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/menu.c:162:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/middle.c:350:3: [4] (shell) system: 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. system("killall -9 xbindkeys" ); data/xbindkeys-config-0.1.3/middle.c:351: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(!(f = popen( XBINDKEYS_PATCH " -k", "r"))){ data/xbindkeys-config-0.1.3/middle.c:392:5: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf( buf2, "%s | %s", pl2, pl1); data/xbindkeys-config-0.1.3/middle.c:421:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf, "%s &", gtk_entry_get_text(GTK_ENTRY(entry_act))); data/xbindkeys-config-0.1.3/middle.c:423:3: [4] (shell) system: 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. system(buf); data/xbindkeys-config-0.1.3/middle.c:542:5: [4] (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). strcpy(linep, line); data/xbindkeys-config-0.1.3/middle.c:645:7: [4] (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). strcpy(buf2, buf[0]); data/xbindkeys-config-0.1.3/middle.c:674:5: [4] (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). strcpy(button_undo_rem, buf[0]); data/xbindkeys-config-0.1.3/middle.c:681:5: [4] (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). strcpy(button_undo_key, buf[0]); data/xbindkeys-config-0.1.3/middle.c:687:5: [4] (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). strcpy(button_undo_act, buf[0]); data/xbindkeys-config-0.1.3/middle.c:870:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/middle.c:874:3: [4] (shell) system: 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. system("killall -HUP xbindkeys"); data/xbindkeys-config-0.1.3/middle.c:887:3: [4] (shell) system: 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. system("killall -9 xbindkeys"); data/xbindkeys-config-0.1.3/middle.c:890:3: [4] (shell) system: 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. system("xbindkeys -f " TEMP_FILE ); data/xbindkeys-config-0.1.3/middle.c:957:3: [4] (shell) system: 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. system( XBINDKEYS_PATCH ); data/xbindkeys-config-0.1.3/speedc.c:64:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf,"%s/.xbindkeys_config", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:75:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf,"%s/.xbindkeys_config/speed_c", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:90:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(list[0].File, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:119:5: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf2, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:124:5: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf2, "%s/.xbindkeys_config/speed_c/%s", getenv ("HOME"), buf[0]); data/xbindkeys-config-0.1.3/speedc.c:157:3: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf2, "%s/.xbindkeys_config/speed_c/%s", getenv ("HOME"), data/xbindkeys-config-0.1.3/speedc.c:235:5: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf2, "%s/.xbindkeys_config/speed_c/%s", getenv ("HOME"), buf[0]); data/xbindkeys-config-0.1.3/xbindkeys_config.c:39:4: [4] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/xbindkeys_config.c:55:21: [4] (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). if(i+1<argc) strcpy(buf,argv[++i]); data/xbindkeys-config-0.1.3/menu.c:155:35: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/menu.c:162:35: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/middle.c:870:35: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:64:39: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf,"%s/.xbindkeys_config", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:75:47: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf,"%s/.xbindkeys_config/speed_c", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:90:44: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(list[0].File, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:119:38: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf2, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/speedc.c:124:54: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf2, "%s/.xbindkeys_config/speed_c/%s", getenv ("HOME"), buf[0]); data/xbindkeys-config-0.1.3/speedc.c:157:52: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf2, "%s/.xbindkeys_config/speed_c/%s", getenv ("HOME"), data/xbindkeys-config-0.1.3/speedc.c:235:54: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf2, "%s/.xbindkeys_config/speed_c/%s", getenv ("HOME"), buf[0]); data/xbindkeys-config-0.1.3/xbindkeys_config.c:39:36: [3] (buffer) getenv: Environment variables are untrustable input if they can be set by an attacker. They 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. sprintf(buf, "%s/.xbindkeysrc", getenv ("HOME")); data/xbindkeys-config-0.1.3/menu.c:154:3: [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[1024]; data/xbindkeys-config-0.1.3/menu.c:161:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:51:8: [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. static char *titles[TITLE_NB_ITEMS]= data/xbindkeys-config-0.1.3/middle.c:344:3: [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[500], buf2[100], *pl1, *pl2; data/xbindkeys-config-0.1.3/middle.c:345:3: [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 *buf3[50]; data/xbindkeys-config-0.1.3/middle.c:397:4: [2] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. Risk is low because the source has a constant maximum length. sprintf( buf2, "Key Used"); data/xbindkeys-config-0.1.3/middle.c:419:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:451:3: [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 linep [1024], *pp; /* line -1 */ data/xbindkeys-config-0.1.3/middle.c:452:3: [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 [1024]; /* line current */ data/xbindkeys-config-0.1.3/middle.c:453:3: [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 line2 [1024], *p2; /* next line */ data/xbindkeys-config-0.1.3/middle.c:454:3: [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 line3 [1024], *p3; /* next next line */ data/xbindkeys-config-0.1.3/middle.c:458:3: [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 *text[TITLE_NB_ITEMS]; data/xbindkeys-config-0.1.3/middle.c:463: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(!(f = fopen(file_in, "r"))){ data/xbindkeys-config-0.1.3/middle.c:538:4: [2] (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 string. strcpy(line, " "); data/xbindkeys-config-0.1.3/middle.c:556:3: [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 [1024]; data/xbindkeys-config-0.1.3/middle.c:561:11: [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((f = fopen(TEMP_FILE, "r"))){ data/xbindkeys-config-0.1.3/middle.c:585:3: [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[200], buf2[200], *p2; data/xbindkeys-config-0.1.3/middle.c:588: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(!(f = fopen(file_out, "w"))){ data/xbindkeys-config-0.1.3/middle.c:667:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:761:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:784:3: [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 *text[TITLE_NB_ITEMS]; data/xbindkeys-config-0.1.3/middle.c:786:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:811:3: [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 *text[TITLE_NB_ITEMS]; data/xbindkeys-config-0.1.3/middle.c:813:3: [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[50]; data/xbindkeys-config-0.1.3/middle.c:848:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:869:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:896:3: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:921:3: [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 *text[TITLE_NB_ITEMS]; data/xbindkeys-config-0.1.3/speedc.c:37:3: [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 Name[30]; data/xbindkeys-config-0.1.3/speedc.c:38:3: [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 File[1024]; data/xbindkeys-config-0.1.3/speedc.c:52:3: [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 *p, buf[1024]; data/xbindkeys-config-0.1.3/speedc.c:89:3: [2] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. Risk is low because the source has a constant maximum length. sprintf(list[0].Name, "Default"); data/xbindkeys-config-0.1.3/speedc.c:115:3: [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 buf2[1024]; data/xbindkeys-config-0.1.3/speedc.c:116:3: [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[1024]; data/xbindkeys-config-0.1.3/speedc.c:155:3: [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 buf2[1024]; data/xbindkeys-config-0.1.3/speedc.c:226:3: [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 buf2[1024]; data/xbindkeys-config-0.1.3/speedc.c:227:3: [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[1024]; data/xbindkeys-config-0.1.3/xbindkeys_config.c:35:4: [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[1024]; data/xbindkeys-config-0.1.3/middle.c:509: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). for(i=strlen(line2)-1; data/xbindkeys-config-0.1.3/middle.c:517: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). for(i=strlen(line3)-1; data/xbindkeys-config-0.1.3/middle.c:524: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). for(i=strlen(linep)-1; data/xbindkeys-config-0.1.3/middle.c:573: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). line, strlen(line)); data/xbindkeys-config-0.1.3/middle.c:888:3: [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(500); ANALYSIS SUMMARY: Hits = 80 Lines analyzed = 1787 in approximately 0.06 seconds (28212 lines/second) Physical Source Lines of Code (SLOC) = 1236 Hits@level = [0] 43 [1] 5 [2] 38 [3] 11 [4] 26 [5] 0 Hits@level+ = [0+] 123 [1+] 80 [2+] 75 [3+] 37 [4+] 26 [5+] 0 Hits/KSLOC@level+ = [0+] 99.5146 [1+] 64.7249 [2+] 60.6796 [3+] 29.9353 [4+] 21.0356 [5+] 0 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.