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
bug #52469 Check whether secrets are empty and mark them all as sensitive (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
Check whether secrets are empty and mark them all as sensitive
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Some security-hardening.
I made this throw a deprecation (as was already the case in some places) but I'd be fine making them throw an exception right away since an empty secret is a bold mistake. WDYT? (Webhook was experimental in 6.3 so it's fine throwing there I think.)
Commits
-------
52ca699707 Check whether secrets are empty and mark them all as sensitive
0 commit comments