]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
When objects are merged together, the target prototype can be polluted. (#7918)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 18 Oct 2020 17:47:08 +0000 (13:47 -0400)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 17:47:08 +0000 (13:47 -0400)
commitdff7140070c4e68731f17d577cca9fd82fe55498
treeb3cc9f26e732a998cb889ca66c49f17ea1ffdb17
parentd9191889255ceaad120c793906e1463fad382075
When objects are merged together, the target prototype can be polluted. (#7918)

* When objects are merged together, the target prototype can be polluted.

This change blocks updates to the `__proto__` key during config merge
src/helpers/helpers.core.js
test/specs/helpers.core.tests.js