Skip to content

Commit a38ee33

Browse files
mitchh456claude
andcommitted
Remove audit comment from redis instrumentation
The security note belongs in the issue/PR, not in source code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 22d1777 commit a38ee33

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/scout_apm/instruments/redis.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# coding=utf-8
22

3-
# Security note (redis-py 7.4.0, see https://github.com/scoutapp/scout_apm_python/issues/841):
4-
# redis-py < 7.4.0 leaked passwords in ConnectionPool.__repr__().
5-
# Scout APM is NOT affected: we only wrap Redis.execute_command() and
6-
# Pipeline.execute() and never call or log ConnectionPool.__repr__().
7-
83
import logging
94

105
import wrapt

0 commit comments

Comments
 (0)