base64-bytestring v1.2.0.0 Release Notes

Release Date: 2020-08-14 // over 3 years ago
    • ๐Ÿ”’ Security fix: reject non-canonical base64 encoded values - (#38) fixing issue #24.

    • ๐Ÿ”’ Security fix: reject bytestrings with improper padding that can be "completed" by the unpadded-Base64url workflow, and homogenize error messages (#33)

    • ๐Ÿš‘ Test coverage expanded to 98% of the library. All critical paths covered.


Previous changes from v1.0.0.3

    • ๐ŸŽ Made performance more robust (#27).
    • ๐Ÿ‘Œ Improved documentation (#23).
    • ๐Ÿ‘Œ Improved the performance of decodeLenient a bit (#21).