This question is for the developers of phpexcel/phpspreadsheet.
We are currently using the library on our website to generate excel files (obviously) and are currently in the process of getting SOC2 certified; which requires us to run all our code and third party code into a security scanner.
The scanner returns 36 vulnerabilities all of which are "Use of a Broken or Risky Cryptographic Algorithm"; as a result of simply using the MD5 function call.
So my question is why are the hashing using MD5 and why are we hashing it? If I can better understand what's going on I can try changing the hashing mechanism or at least explain why it really isn't a security risk.