Open JohnLegrand opened 5 years ago
Considering opening up a PR for this, since I'm currently monkey patching it in my work's project for this security vulnerability. Just don't know if this gem is still maintained, because of the low activity on the 34 open PR's. @JohnLegrand @randym is this gem still being maintained? I would like to add John's suggested change above.
This has been addressed in https://github.com/caxlsx/caxlsx/commit/0a223011a
It would be nice to be able to pass an option to block formula injection. We use this Gem to let clients export tables to excel sheets. This is an unsafe practice because a formula could be injected. There should be an ability to block these injections to OWASP standards. (prepending "'" to anything that starts with something possibly malicious. https://www.owasp.org/index.php/CSV_Injection