issues
search
fxamacker
/
cbor
CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.
MIT License
748
stars
61
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bug: decoding CBOR byte string into `time.Time` is allowed if decoding option `DefaultByteStringType` is set to `reflect.TypeOf("")`
#501
fxamacker
closed
8 months ago
3
question: how to correctly decode CBOR-encoded data that was encoded with `cbor.StringToByteString`
#500
shanebishop
closed
9 months ago
3
feature: add build tag for tinygo to move tinygo into main branch
#499
x448
closed
2 months ago
2
Bump github/codeql-action from 3.24.0 to 3.24.5
#498
dependabot[bot]
closed
9 months ago
0
feature: Allow decoding a byte string into time.Time value
#497
ssuriyan7
closed
6 months ago
8
feature: Add TimeTagToAny option to produce RFC3339 when decoding time into interface{}
#496
ssuriyan7
closed
8 months ago
4
Remove OpenSSF Scorecard until scorecard bug is fixed
#495
x448
closed
9 months ago
1
Bump github/codeql-action from 3.24.0 to 3.24.3
#494
dependabot[bot]
closed
9 months ago
1
Bump govulncheck from v1.0.1 to v1.0.4
#493
fxamacker
closed
9 months ago
1
Treat map keys matching the same struct field as duplicates.
#492
benluddy
closed
9 months ago
1
Update go.mod to require go 1.17
#489
fxamacker
closed
9 months ago
1
bug: Two different keys that decode into the same field are not considered duplicate keys when decoding into struct
#488
benluddy
closed
9 months ago
3
Bump github/codeql-action from 3.23.0 to 3.24.0
#487
dependabot[bot]
closed
9 months ago
0
Wrap error returned from MarshalCBOR in MarshalerError
#486
fxamacker
closed
8 months ago
3
Check well-formedness of data from MarshalCBOR
#485
fxamacker
closed
9 months ago
1
Add `UnrecognizedTagToAny` option to `TestDecOptions`
#484
fxamacker
closed
10 months ago
1
Use cases of UnmarshalFirst?
#483
MastaP
closed
10 months ago
2
bug: Marshal can produce malformed CBOR when marshaling a cbor.Marshaler that produces malformed CBOR
#482
benluddy
closed
9 months ago
1
Add decode option to allow rejecting inputs that contain certain simple values.
#481
benluddy
closed
8 months ago
8
Fix EncOption/DecOption unset fields on mode regurgitation.
#480
benluddy
closed
10 months ago
0
Bump github/codeql-action from 3.23.0 to 3.23.2
#479
dependabot[bot]
closed
10 months ago
1
[v2.6.0] Bump from `go 1.12` to `go 1.17` in go.mod
#478
fxamacker
closed
9 months ago
3
feature: Configurable handling of unrecognized simple values
#477
benluddy
closed
6 months ago
6
Support automatic conversion between text and binary string representations
#476
benluddy
closed
7 months ago
6
Add option to specify how to decode unrecognized CBOR tag to `any`
#475
ssuriyan7
closed
10 months ago
1
Bump github/codeql-action from 3.23.0 to 3.23.1
#474
dependabot[bot]
closed
10 months ago
1
Refactor map encoding to prep for Go version bump
#473
fxamacker
closed
10 months ago
1
Add options to support byte string map keys as struct field names
#472
benluddy
closed
10 months ago
1
feature: Options to support byte string map keys as struct field names
#471
benluddy
closed
9 months ago
4
feature: Add option to ignore unrecognized tags when unmarshaling into interface{}
#470
ssuriyan7
closed
10 months ago
2
Bump github/codeql-action from 3.22.12 to 3.23.0
#469
dependabot[bot]
closed
10 months ago
0
Improve memory allocs and speed of encoding maps by using Go 1.18+ features
#468
dinhxuanvu
closed
10 months ago
4
feature: improve memory allocation for marshall go map type
#467
dinhxuanvu
closed
10 months ago
1
Add another test and fix lint errors
#466
fxamacker
closed
11 months ago
0
New options for encoding Go strings to and from CBOR byte strings
#465
benluddy
closed
11 months ago
1
Fix cbor.SimpleValue encoding and decoding
#464
fxamacker
closed
11 months ago
0
bug: prevent encoding invalid `cbor.SimpleValue` values 24..31
#463
fxamacker
closed
11 months ago
1
bug: prevent decoding other CBOR types to `cbor.SimpleValue`
#462
fxamacker
closed
11 months ago
0
Fix panic when decoding CBOR nil to `*cbor.SimpleValue`
#461
fxamacker
closed
11 months ago
1
bug: updated fuzzing detected panic while decoding CBOR nil or CBOR undefined to `*cbor.SimpleValue`
#460
fxamacker
closed
11 months ago
0
Release fxamacker/cbor v2.6.0
#459
fxamacker
closed
9 months ago
3
Refactor tests to improve consistency and readability
#458
fxamacker
closed
11 months ago
0
Add 2 more options for decoding CBOR integers to `interface{}`
#457
fxamacker
closed
11 months ago
1
Add option to decode CBOR bignum to `interface{}` as `*big.Int`
#456
fxamacker
closed
11 months ago
2
Bump github/codeql-action from 2.22.8 to 3.22.12
#455
dependabot[bot]
closed
11 months ago
0
bug: Marshalling skips public (but implicit) field in struct
#454
mitjat
closed
11 months ago
3
Add encoding option to specify how omitempty fields are encoded
#453
dinhxuanvu
closed
11 months ago
3
Bump github/codeql-action from 2.22.8 to 3.22.11
#452
dependabot[bot]
closed
11 months ago
1
Bump actions/setup-go from 4.1.0 to 5.0.0
#451
dependabot[bot]
closed
11 months ago
1
Bump github/codeql-action from 2.22.8 to 2.22.9
#450
dependabot[bot]
closed
11 months ago
1
Previous
Next