Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d726c8

Browse files
authored
fix: remove a sensitive field from an agent log line (#20968)
This PR removes a log field that could expose sensitive information inagent logs for workspaces that pass such information to the agent viaits manifest.
1 parentebbdfa0 commit1d726c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎agent/agent.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ func (a *agent) handleManifest(manifestOK *checkpoint) func(ctx context.Context,
10951095
iferr!=nil {
10961096
returnxerrors.Errorf("fetch metadata: %w",err)
10971097
}
1098-
a.logger.Info(ctx,"fetched manifest",slog.F("manifest",mp))
1098+
a.logger.Info(ctx,"fetched manifest")
10991099
manifest,err:=agentsdk.ManifestFromProto(mp)
11001100
iferr!=nil {
11011101
a.logger.Critical(ctx,"failed to convert manifest",slog.F("manifest",mp),slog.Error(err))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp