2.5.3
2.5.3
- FIX: Remove
cachedPropery
fromelliptic.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 withhasOwnProperty
on dictionaries to avoid exposing certain built-in methods and properties. Reported by BrunoModificato from OtterSec. - FIX:
atob
andbtoa
are working correctly now.