kibana/packages/kbn-std
Alexey Antonov 69c4eb2859
Enable prototype pollution protection in TSVB (#85952) (#87087)
* Enable prototype pollution protection in TSVB

Closes #78908

* Update Dock API Changes

* Replace logging failed in validateObject validation with 400 error

* Move validateObject to kbn-std package and add a description

* Update Doc API Changes

* Rename validateObject function to ensureNoUnsafeProperties

* Rename other validateObject occurrences

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Diana Derevyankina <54894989+DziyanaDzeraviankina@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-31 12:58:36 +03:00
..
src Enable prototype pollution protection in TSVB (#85952) (#87087) 2020-12-31 12:58:36 +03:00
jest.config.js Jest multi-project configuration (#77894) (#84826) 2020-12-02 14:02:21 -08:00
package.json chore(NA): move into single pkg json (#80015) (#82378) 2020-11-02 23:22:35 +00:00
README.md
tsconfig.json

@kbn/std — Kibana standard library

This package is a set of utilities that can be used both on server-side and client-side.