-
We have recently started to **not** accept microseconds in the expiry in an effort to be spec compliant.
Testing ngclient against bottlerocket metadata fails because they use microseconds:
https:/…
-
G'day mate,
I've just tried to use your library and it's working great for serialization 👍.
I wired up deserialization and received JSON errors due [to the encryptiondata header](https://github.…
-
##### Description
Currently I'm using OpenAPI generator **only** to generate Kotlin model types representing exchanged HTTP body entities.
As far as I can tell deserialization of JSON entities f…
-
CVE-2021-23441 flagged [here](https://github.com/advisories/GHSA-h9w3-f7x6-v54c):
*Description*
All versions of package com.jsoniter:jsoniter are vulnerable to Deserialization of Untrusted Data vi…
-
This module boosts serialization / deserialization speed by 30-40%, so we should see if we get a boost: https://github.com/FasterXML/jackson-module-afterburner
We ingest potentially large JSON and …
-
Created fresh Azure Functions project from VS 2019 with storage in Azure. Trying to start it gives the following error: `System.ArgumentNullException: 'Value cannot be null.
Parameter name: path'` at…
-
### Describe the feature
Support passing dicts as arguments to C code
### Test Code
Provide code which does not currently work but which should do when this issue is fixed:
```python
def f(a : …
-
The default json serializer is great for getting up and running, but can provide a false sense of security on how backwards compatible your serialization/deserialization will be. JVM Akka added a ```…
-
There are some APIs at Cloudflare that do not follow our common use of json for request and response bodies: Two examples of this:
1. Reading a Workers KV value by key returns a raw string body: http…
-
### Description
Reported from: https://github.com/Azure/bicep/discussions/6681
If we provide template parameter containing PSCustomObject type object. The deserialization of that object will be …