From 31d509fce72912cc7319e06c67a56e99dc6b3664 Mon Sep 17 00:00:00 2001 From: Evgeny Kuzyakov Date: Mon, 4 Dec 2023 09:35:39 -0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5acd0b..db4d4e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2.5.3 +- FIX: Remove `cachedPropery` from `elliptic.utils`. Reported by BrunoModificato from OtterSec. - FIX: Replace url-sanitize library with dompurify. Reported by BrunoModificato from OtterSec. - FIX: Replace internal usage of `in` operator with `hasOwnProperty` on dictionaries to avoid exposing certain built-in methods and properties. Reported by BrunoModificato from OtterSec. - FIX: `atob` and `btoa` are working correctly now.