-
## CVE-2021-23820 - High Severity Vulnerability
Vulnerable Library - json-pointer-0.6.1.tgz
Some utilities for JSON pointers described by RFC 6901
Library home page: https://registry.npmjs.org/json-…
-
SDF 1.1 models contribute their definitions to the default namespace.
Should there be a way to contribute to other namespaces as well?
How can this be done without violating the RFC 6901 JSON pointe…
-
## Bug report
**Describe the bug**
Build fails for iOS because of conflicting Pods
### Steps to reproduce
Steps to reproduce the behavior:
Use the following dependencies in flutter´s pubs…
-
release: december 2022
Wanted:
- Infrastructure:
- cPython-3.11.1,
- Spyder with ipython-8 support,
- more pyodide examples that work in dot
- Experimental:
- coudn't resist; …
-
## CVE-2021-23509 - High Severity Vulnerability
Vulnerable Library - json-ptr-2.2.0.tgz
A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.
Library home page: https:…
-
## Affecting Packages/Plugins
* [@backstage/plugin-api-docs](plugins/api-docs/package.json)
## Overview
[json-pointer](https://www.npmjs.com/package/json-pointer) is a set of utilities for JSON poi…
-
Polymer.Base methods: `set`, `get`, `splice`, `notifyPath`, `_notifySplice`, `arrayDelete`, `linkPaths`, `unlinkPaths`, `pop`, `push`, `shift`, `unshift` uses `path` attribute in (not well described) …
-
RFC 6901 says that `~1` must be de-escaped to `/` and `~0` is de-escaped to `~` (in this order).
-
It would be handy if we could do the following.
```dart
JsonPointer thisPointer("/some/path");
JsonPointer thatPointer("/some/path");
if(thisPointer == thatPointer) {
...
}
```
I've writte…
-
Let's say a property is declared as follows:
```
myProp: {
type: Object,
value: function() {
'foo.baz': "hello",
'foo': {
'bar': 'world';
}
}
}
```
Then its a no brainer to o…