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: Notify to secrets to DB on complete redacted text #564

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

aponcedeleonch
Copy link
Contributor

Closes: #563.

See the issue for full context. With this PR we wait until all the secrets have been redacted (we have a full protected text) to report the secrets to DB. It will prevent from contigous secrets to get stored in DB as plain text.

Closes: #563.

See the issue for full context. With this PR we wait until all
the secrets have been redacted (we have a full protected text)
to report the secrets to DB. It will prevent from contigous
secrets to get stored in DB as plain text.
@aponcedeleonch aponcedeleonch merged commit 43158aa into main Jan 13, 2025
2 checks passed
@aponcedeleonch aponcedeleonch deleted the contigous-secrets branch January 13, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Secrets stored in plain text when more than one contiguous secrets are detected
2 participants