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

sanitize improvements #169

Merged
merged 2 commits into from
Dec 14, 2018
Merged

sanitize improvements #169

merged 2 commits into from
Dec 14, 2018

Conversation

jgraff2
Copy link
Contributor

@jgraff2 jgraff2 commented Dec 14, 2018

No description provided.

@jgraff2 jgraff2 requested a review from iamigo December 14, 2018 02:21
@coveralls
Copy link

coveralls commented Dec 14, 2018

Coverage Status

Coverage increased (+0.05%) to 94.788% when pulling b3bdf66 on sanitize-improvements into 774e0ba on master.

@@ -229,7 +229,7 @@ function updateGenerators(res) {
err.message);
}

debug('Generator updated: %O', sanitize(g));
debug('Generator updated: %O', sanitize(g, ['token', 'context']));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously these would still expose any encrypted context variables.

@iamigo iamigo merged commit fa1604b into master Dec 14, 2018
@iamigo iamigo deleted the sanitize-improvements branch December 14, 2018 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants