Skip to content

Fix(security) Remove sensitive key and IV from info log - #34

Open
alberbendayan wants to merge 1 commit into
cuba-platform:masterfrom
alberbendayan:security/remove-key-from-logs
Open

Fix(security) Remove sensitive key and IV from info log#34
alberbendayan wants to merge 1 commit into
cuba-platform:masterfrom
alberbendayan:security/remove-key-from-logs

Conversation

@alberbendayan

Copy link
Copy Markdown

The current implementation logs the Base64 encoded encryption key and initialization vector (IV) at the INFO level during service initialization.

This exposes critical cryptographic secrets in application logs, posing a significant security risk. This commit changes the log message to simply state that the service has been initialized, without logging the sensitive material."

The current implementation logs the Base64 encoded encryption key and initialization vector (IV) at the INFO level during service
initialization.

This exposes critical cryptographic secrets in application logs,
posing a significant security risk. This commit changes the log
message to simply state that the service has been initialized,
without logging the sensitive material."
@CLAassistant

CLAassistant commented Nov 12, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

2 participants