Commit 2452462
Audit redis instrumentation for CVE in redis-py < 7.4.0 password leak
redis-py < 7.4.0 exposed passwords in ConnectionPool.__repr__().
Scout APM only wraps Redis.execute_command() and Pipeline.execute()
and never accesses ConnectionPool.__repr__(), so we are not affected.
Add a security note documenting this finding.
Closes #841
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 58a6eed commit 2452462
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
0 commit comments