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

Fix agent secrets obfuscation #515

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Fix agent secrets obfuscation #515

merged 1 commit into from
Nov 7, 2023

Conversation

DavidePrincipi
Copy link
Member

The flatten/unflatten library has a known bug that does not preserve JSON arrays. This fix recursively walk the JSON decoded structure and replaces sensitive fields in the same way.

See

Fixes bug https://trello.com/c/AKVeMcbT/430-core-p0-ui-progress-indicator-freezes-at-100

The flatten/unflatten library has a known bug that does not preserve
JSON arrays. This fix recursively walk the JSON decoded structure and
replaces sensitive fields in the same way.
@DavidePrincipi DavidePrincipi added the bug Something isn't working label Nov 7, 2023
@DavidePrincipi DavidePrincipi self-assigned this Nov 7, 2023
@DavidePrincipi DavidePrincipi added the testing Start test suite label Nov 7, 2023
@DavidePrincipi DavidePrincipi merged commit a106115 into main Nov 7, 2023
12 checks passed
@DavidePrincipi DavidePrincipi deleted the fix-progress-100 branch November 7, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing Start test suite
Projects
None yet
2 participants