potiuk commented on PR #48194:
URL: https://github.com/apache/airflow/pull/48194#issuecomment-2764952307

   No. Original implementation is correct. We want to prevent secrets to be 
spilled accidentally even if they are not word-bounded
   
   Imagine this accidental spill out:
   
   ```
   a_value = "secret"
   print("{a_value}xxxx") 
   ```
   
   We still want to mals the "secret" even if it is concatenated with xxx in 
logs.
   
   Closing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to