You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add vulnerability fix in changelog. Drop support to node < 10, at least officially (latest version of mocha does not work in node < 10). Remove sponsor.
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ Sponsored by [<img src="https://frontendrobot.com/assets/fr-full-logo-green.png"
15
15
16
16
## Changelog
17
17
18
+
### 0.11.5
19
+
20
+
***Security Fix**. Fix a prototype pollution vulnerability in the `set()` function when using the "inherited props" mode (e.g. when a new `object-path` instance is created with the `includeInheritedProps` option set to `true` or when using the `withInheritedProps` default instance. The vulnerability does not exist in the default instance exposed by object path (e.g `objectPath.set()`).
21
+
18
22
### 0.11.0
19
23
20
24
* Introduce ability to specify options and create new instances of `object-path`
3 commit comments
EdCafferata commentedon Oct 24, 2020
done
EdCafferata commentedon Oct 24, 2020
done
EdCafferata commentedon Oct 24, 2020
done