diff options
| author | johnnyshields <[email protected]> | 2023-04-02 03:11:34 +0900 |
|---|---|---|
| committer | johnnyshields <[email protected]> | 2023-04-02 03:11:34 +0900 |
| commit | 98a26ea04e886ce6f712e4e97e6b9d09b4691bb6 (patch) | |
| tree | d76b9198f66993ac70faf4a8a9afa83fc492fb94 /CHANGELOG.md | |
| parent | aad14cd003e08fae6fdb29ab675b975c9619b8c3 (diff) | |
| download | caxlsx-98a26ea04e886ce6f712e4e97e6b9d09b4691bb6.tar.gz caxlsx-98a26ea04e886ce6f712e4e97e6b9d09b4691bb6.zip | |
`escape_formulas` should handle all [OWASP-designated formula prefixes](https://owasp.org/www-community/attacks/CSV_Injection).
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8537ea6e..1ebf252c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ CHANGELOG --------- - **Unreleased** - [PR #186](https://github.com/caxlsx/caxlsx/pull/186) - Add `escape_formulas` to global, workbook, worksheet, row and cell levels, and standardize behavior. + - [PR #186](https://github.com/caxlsx/caxlsx/pull/186) - `escape_formulas` should handle all [OWASP-designated formula prefixes](https://owasp.org/www-community/attacks/CSV_Injection). - Fix bug when calling `worksheet.add_border("A1:B2", nil)` - Change `BorderCreator#initialize` arguments handling - Fix `add_border` to work with singluar cell refs |
