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/pg-fact-loader-1.6.0/pg_fact_loader.c FINAL RESULTS: data/pg-fact-loader-1.6.0/pg_fact_loader.c:214:2: [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(worker.bgw_library_name, "pg_fact_loader"); data/pg-fact-loader-1.6.0/pg_fact_loader.c:215:2: [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(worker.bgw_function_name, "pg_fact_loader_main"); ANALYSIS SUMMARY: Hits = 2 Lines analyzed = 243 in approximately 0.04 seconds (6592 lines/second) Physical Source Lines of Code (SLOC) = 136 Hits@level = [0] 2 [1] 0 [2] 2 [3] 0 [4] 0 [5] 0 Hits@level+ = [0+] 4 [1+] 2 [2+] 2 [3+] 0 [4+] 0 [5+] 0 Hits/KSLOC@level+ = [0+] 29.4118 [1+] 14.7059 [2+] 14.7059 [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.