elastic / elastic-transport-js

Transport classes and utilities shared among Node.js Elastic client libraries
Apache License 2.0
4 stars 24 forks source link

Tests to ensure redaction does not leak back to original data #86

Closed JoshMock closed 4 months ago

JoshMock commented 4 months ago

There was some concern that redaction of diagnostic data in errors was not deep-cloning, causing redactions to be applied back to original request/response data. Added tests to verify that is not the case.

cc @ezimuel