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

lang/funcs: Redact sensitive values from function errors #30067

Merged

Commits on Dec 3, 2021

  1. lang: Redact sensitive values from function errors

    Some function errors include values derived from arguments. This commit
    is the result of a manual audit of these errors, which resulted in:
    
    - Adding a helper function to redact sensitive values;
    - Applying that helper function where errors include values derived from
      possibly-sensitive arguments;
    - Cleaning up other errors which need not include those values, or were
      otherwise incorrect.
    alisdair committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5d7cb81 View commit details
    Browse the repository at this point in the history