Skip to content

Commit 4d427bf

Browse files
committed
refactor(sophos-plugins): remove sensitive config data from log message
1 parent 094e702 commit 4d427bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sophos/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func StartConfigurationSystem() {
132132

133133
switch message := in.Payload.(type) {
134134
case *BiDirectionalMessage_Config:
135-
catcher.Info("Received configuration update", map[string]any{"config": message.Config, "process": "plugin_com.utmstack.sophos"})
135+
catcher.Info("Received configuration update", map[string]any{"process": "plugin_com.utmstack.sophos"})
136136
cnf = message.Config
137137
}
138138
}

0 commit comments

Comments
 (0)