Skip to content

Commit b5fb1cb

Browse files
Potential fix for code scanning alert no. 3: Clear-text logging of sensitive information (#247)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 992b3b8 commit b5fb1cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paperless.go

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ func (client *PaperlessClient) Do(ctx context.Context, method, path string, body
9494
log.WithFields(logrus.Fields{
9595
"method": method,
9696
"url": url,
97-
"headers": req.Header,
9897
}).Debug("Making HTTP request")
9998

10099
resp, err := client.HTTPClient.Do(req)

0 commit comments

Comments
 (0)