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


##########
go-sdk/example/bundle/main.go:
##########
@@ -54,7 +55,9 @@
 }
 
 func main() {
-       bundlev1server.Serve(&myBundle{})
+       if err := bundlev1server.Serve(&myBundle{}); err != nil {
+               log.Fatal(err)

Review Comment:
   ## CodeQL / Clear-text logging of sensitive information
   
   [Sensitive data returned by an access to Password](1) flows to a logging 
call.
   
   [Show more 
details](https://github.com/apache/airflow/security/code-scanning/604)



-- 
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