Skip to content

v1.3.1

Choose a tag to compare

@maciej-kisiel maciej-kisiel released this 18 Feb 16:18
· 83 commits to main since this release
v1.3.1
6e8ca56

This release is a patch release for v1.3.0.

It contains a cherry-pick for a security issue reported in #805, which takes advantage of the default behavior of Go's standard library JSON decoder that allows case-insensitive matches to struct field names (or "json" tags). The issue has been addressed by changing the JSON decoder to one that supports case sensitive matching.

Fixes

New external dependencies

Full Changelog: v1.3.0...v1.3.1