Files
kubesphere/vendor/gopkg.in/square/go-jose.v2/json
KubeSphere CI Bot 447a51f08b feat: kubesphere 4.0 (#6115)
* feat: kubesphere 4.0

Signed-off-by: ci-bot <ci-bot@kubesphere.io>

* feat: kubesphere 4.0

Signed-off-by: ci-bot <ci-bot@kubesphere.io>

---------

Signed-off-by: ci-bot <ci-bot@kubesphere.io>
Co-authored-by: ks-ci-bot <ks-ci-bot@example.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
2024-09-06 11:05:52 +08:00
..
2024-09-06 11:05:52 +08:00
2021-01-18 15:12:35 +08:00
2021-01-18 15:12:35 +08:00
2021-01-18 15:12:35 +08:00
2021-01-18 15:12:35 +08:00
2021-01-18 15:12:35 +08:00
2024-09-06 11:05:52 +08:00
2021-01-18 15:12:35 +08:00

Safe JSON

This repository contains a fork of the encoding/json package from Go 1.6.

The following changes were made:

  • Object deserialization uses case-sensitive member name matching instead of case-insensitive matching. This is to avoid differences in the interpretation of JOSE messages between go-jose and libraries written in other languages.
  • When deserializing a JSON object, we check for duplicate keys and reject the input whenever we detect a duplicate. Rather than trying to work with malformed data, we prefer to reject it right away.