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/gnome-firmware-3.34.0/src/gfu-common.c Examining data/gnome-firmware-3.34.0/src/gfu-common.h Examining data/gnome-firmware-3.34.0/src/gfu-device-row.c Examining data/gnome-firmware-3.34.0/src/gfu-device-row.h Examining data/gnome-firmware-3.34.0/src/gfu-release-row.c Examining data/gnome-firmware-3.34.0/src/gfu-release-row.h Examining data/gnome-firmware-3.34.0/src/gfu-main.c FINAL RESULTS: data/gnome-firmware-3.34.0/src/gfu-common.c:22: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). len = strlen (checksum); data/gnome-firmware-3.34.0/src/gfu-common.c:318:28: [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 (http_proxy != NULL && strlen (http_proxy) > 0) { ANALYSIS SUMMARY: Hits = 2 Lines analyzed = 2437 in approximately 0.10 seconds (24951 lines/second) Physical Source Lines of Code (SLOC) = 1920 Hits@level = [0] 0 [1] 2 [2] 0 [3] 0 [4] 0 [5] 0 Hits@level+ = [0+] 2 [1+] 2 [2+] 0 [3+] 0 [4+] 0 [5+] 0 Hits/KSLOC@level+ = [0+] 1.04167 [1+] 1.04167 [2+] 0 [3+] 0 [4+] 0 [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.