Sanitise debug output

Issue #2 resolved
viharm repo owner created an issue

Currently user credentials are shown in debug output. These need to be obfuscated in the debug output.

This issue affects users.

Comments (3)

  1. viharm reporter
    • changed status to open

    Debugging library Kint does not provide output obfuscation out-of-the-box for valid reasons (https://github.com/raveren/kint/issues/148).

    Two alternatives: 1. Modify the debug function fn_Debug so that obfuscation can be used as a switch (preferred). 2. Obfuscate in-script before passing to the debug function fn_Debug (not graceful).

  2. Log in to comment