summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorjohnnyshields <[email protected]>2023-04-02 03:11:34 +0900
committerjohnnyshields <[email protected]>2023-04-02 03:11:34 +0900
commit98a26ea04e886ce6f712e4e97e6b9d09b4691bb6 (patch)
treed76b9198f66993ac70faf4a8a9afa83fc492fb94 /CHANGELOG.md
parentaad14cd003e08fae6fdb29ab675b975c9619b8c3 (diff)
downloadcaxlsx-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.md1
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