github-advanced-security[bot] commented on code in PR #49272:
URL: https://github.com/apache/airflow/pull/49272#discussion_r2043500188


##########
airflow-core/tests/unit/utils/test_serve_logs.py:
##########
@@ -83,6 +83,7 @@
         raise ValueError(f"Unknown client fixture: {client}")
     base_log_dir.mkdir(exist_ok=True, parents=True)
     f = base_log_dir.joinpath("sample.log")
+    print("Writing sample.log to:", f)

Review Comment:
   ## Clear-text logging of sensitive information
   
   This expression logs [sensitive data (secret)](1) as clear text.
   This expression logs [sensitive data (secret)](2) as clear text.
   
   [Show more 
details](https://github.com/apache/airflow/security/code-scanning/471)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to