You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
re-evaluating - there are some concerns. we can never have a foolproof way to mask sensitive info, especially if a bug or user-error emits info in a log or stack-trace.
potentially the project will be blamed if this results in a security breach somewhere.
with #450 we can switch off html report log / steps.
community contribution may help, but closing for now.
split #397 as it was half-complete
quoting:
maskRequestHeaders: ['Authorization', 'SomeOtherSecretHeader']
- header will still be shown but the content replaced with***
maskResponseHeaders
- like abovemaskRequestPaths: ['$.password', '$..ssnId']
- this will replace the payload values with***
maskResponsePaths
- like aboveThe text was updated successfully, but these errors were encountered: