Commit dc7fb9b
fix(serializers): Remove sensitive data from serializer exception logging
Remove the exception object from logger extras to avoid logging sensitive
data (secrets, passwords) in cleartext, as flagged by CodeQL. The
exception traceback is still captured by logger.exception and
sentry_sdk.capture_exception.
Co-Authored-By: Claude Opus 4.6 <noreply@example.com>1 parent 0cfca81 commit dc7fb9b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments