threefoldtech / js-ng

next gen js
Apache License 2.0
5 stars 5 forks source link

offload better exception traceback from sensitive data #392

Open abom opened 4 years ago

abom commented 4 years ago

Because sometime, the exception is shown with the value of sensitive variables.

We can offload this data based on some keywords or certain keys.

abom commented 4 years ago

Also data of logs/alerts if have any sensitive keys.

xmonader commented 4 years ago

we need to check this section https://github.com/Qix-/better-exceptions#advanced-usage for preventing the leaking

abom commented 4 years ago

We need to choose between keeping it in production with offloading/truncation or just move it to development dependencies and only use it if imported or debug flag is set to False in configuration.

xmonader commented 3 years ago

don't see it as a pressing matter now