|
|
|
|
|
by vanjajaja1
629 days ago
|
|
it happens because you have one component logging everything for traceability, and it hosts the interconnect between 2 other components which need to communicate passwords. thus the password accidentally slips into a plain text log file generally there are tools that search for & flag PII logging, if it slips through the tools its because there are layers of indirection involved |
|