-
@marksparkza in the OAI/oascomply project, I find myself subclassing `jschon.JSONPointer` and `jschon.RelativeJSONPointer` for smoother integration with other aspects of that project. This includes r…
-
There is no mechanism to edit/create a value in the json tree without first navigating to the parent node and then using `set` or `replace` or `put` methods.
Starting from version 2.14, within an Obj…
-
## WS-2020-0345 - High Severity Vulnerability
Vulnerable Libraries - jsonpointer-4.0.0.tgz, jsonpointer-4.0.1.tgz
jsonpointer-4.0.0.tgz
Simple JSON Addressing.
Library home page: https://registry.…
-
Hi,
Does sonic-cpp support merge-patch easily?
For example : { op: replace, patch : "Object/0/New_object", value : "123" }
If use json_pointer:
sonic_json::Node* node2 = doc.AtP…
-
## CVE-2021-23807 - Medium Severity Vulnerability
Vulnerable Library - jsonpointer-4.1.0.tgz
Simple JSON Addressing.
Library home page: https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.1.0.tgz…
-
This would be convenient instead of having to use the dot-separated value returned by the `Field()` method of `ResultErrorFields`.
example:
```
res, err := gojsonschema.Validate(schemaLoader, jsonLo…
-
JsonPath is more complicated, requires complex string parsing, requires the implementation of many features that are not necessary to select a claim, and is a query language, not a point…
-
## WS-2020-0345 - High Severity Vulnerability
Vulnerable Libraries - jsonpointer-4.0.0.tgz, jsonpointer-4.0.1.tgz
jsonpointer-4.0.0.tgz
Simple JSON Addressing.
Library home page: https://registry.…
-
## CVE-2021-23807 - Medium Severity Vulnerability
Vulnerable Library - jsonpointer-4.0.1.tgz
Simple JSON Addressing.
Library home page: https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz…
-
# Summary
In openshift when you deploy a route without a host, the Openshift will generate a host for the route
But currently when you deploy a route object in argocd without ```.spec.host``` argocd …