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/php-propro-2.1.0+1.0.2/propro-1.0.2/php_propro.h
Examining data/php-propro-2.1.0+1.0.2/propro-1.0.2/src/php_propro_api.c
Examining data/php-propro-2.1.0+1.0.2/propro-1.0.2/src/php_propro_api.h
Examining data/php-propro-2.1.0+1.0.2/propro-2.1.0/php_propro.h
Examining data/php-propro-2.1.0+1.0.2/propro-2.1.0/src/php_propro_api.c
Examining data/php-propro-2.1.0+1.0.2/propro-2.1.0/src/php_propro_api.h

FINAL RESULTS:

data/php-propro-2.1.0+1.0.2/propro-1.0.2/src/php_propro_api.c:540:2:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
	memcpy(&php_property_proxy_object_handlers, zend_get_std_object_handlers(),
data/php-propro-2.1.0+1.0.2/propro-2.1.0/src/php_propro_api.c:676:2:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
	memcpy(&php_property_proxy_object_handlers, zend_get_std_object_handlers(),

ANALYSIS SUMMARY:

Hits = 2
Lines analyzed = 1690 in approximately 0.05 seconds (36239 lines/second)
Physical Source Lines of Code (SLOC) = 1106
Hits@level = [0]  15 [1]   0 [2]   2 [3]   0 [4]   0 [5]   0
Hits@level+ = [0+]  17 [1+]   2 [2+]   2 [3+]   0 [4+]   0 [5+]   0
Hits/KSLOC@level+ = [0+] 15.3707 [1+] 1.80832 [2+] 1.80832 [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.