ThreatResponse / python-lambda-inspector

A profiler for the lambda sandbox.
MIT License
6 stars 7 forks source link

Sanitize sensitive data from env #1

Closed andrewkrug closed 7 years ago

andrewkrug commented 7 years ago

Redact by truncating to the first 12 characters or so the following fields gathered from get_env()

"AWS_SESSION_TOKEN": "AWS_SECURITY_TOKEN": "AWS_ACCESS_KEY_ID": "AWS_SECRET_ACCESS_KEY":

joelferrier commented 7 years ago

Fixed in 661e79c