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-desktop-testing-2018.1/src/gnome-desktop-testing-runner.c FINAL RESULTS: data/gnome-desktop-testing-2018.1/src/gnome-desktop-testing-runner.c:816:17: [3] (random) g_random_int_range: This function is not sufficiently random for security-related functions such as key and nonce creation (CWE-327). Use a more secure technique for acquiring random values. guint i = g_random_int_range (0, m); ANALYSIS SUMMARY: Hits = 1 Lines analyzed = 1056 in approximately 0.04 seconds (26145 lines/second) Physical Source Lines of Code (SLOC) = 856 Hits@level = [0] 0 [1] 0 [2] 0 [3] 1 [4] 0 [5] 0 Hits@level+ = [0+] 1 [1+] 1 [2+] 1 [3+] 1 [4+] 0 [5+] 0 Hits/KSLOC@level+ = [0+] 1.16822 [1+] 1.16822 [2+] 1.16822 [3+] 1.16822 [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.