Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component logs are contains sensitive data #14

Open
stas-fomenko opened this issue Mar 25, 2019 · 0 comments
Open

Component logs are contains sensitive data #14

stas-fomenko opened this issue Mar 25, 2019 · 0 comments
Labels

Comments

@stas-fomenko
Copy link
Contributor

Description: both trigger and action logs contains sensitive data

STR:

  1. Create new flow with Code-component as step 1
  2. Retrieve sample with default component input:
    // Please note only Node.js code is supported here console.log('Hello code, incoming message is msg=%j', msg); // Create message to be emitted var data = messages.newMessageWithBody({message: 'hello world STEP 2'}); // Emit the data event emitter.emit('data', data); // No need to emit end console.log('Finished execution');
  3. See sensitive data in logs
  4. Add step 2 and repeat steps 1-3

AR: Component logs are contains sensitive data
image

ER: Component logs does not contain any sensitive data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant