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
Recently we had an incident where improper marshaling settings resulted in secrets leaking - #381
Conduct an audit of the whole projects, making sure secrets are properly treated. Possibly, we can replace all MarshalSettings with a const to avoid such issues in the future.
Add tests that verify secrets are kept hidden to avoid regressions like this
The text was updated successfully, but these errors were encountered:
Ask
Recently we had an incident where improper marshaling settings resulted in secrets leaking - #381
MarshalSettings
with a const to avoid such issues in the future.The text was updated successfully, but these errors were encountered: