ceph-csi/vendor/github.com/go-jose/go-jose/v3/json
dependabot[bot] 57a4fcbaa3 rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/vault/compare/v1.9.1...v1.9.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 09:22:49 +00:00
..
decode.go rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00:00
encode.go rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00:00
indent.go rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00:00
LICENSE rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00:00
README.md rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00:00
scanner.go rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00:00
stream.go rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00:00
tags.go rebase: bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 2023-06-02 09:22:49 +00: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.