You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "luyuan (Jira)" <ji...@apache.org> on 2022/10/16 09:34:00 UTC

[jira] [Created] (FLINK-29650) Printing the contents of error lines when parsing yaml file may leak sensitive configuration values

luyuan created FLINK-29650:
------------------------------

             Summary: Printing the contents of error lines when parsing yaml file may leak sensitive configuration values
                 Key: FLINK-29650
                 URL: https://issues.apache.org/jira/browse/FLINK-29650
             Project: Flink
          Issue Type: Bug
          Components: API / Core
    Affects Versions: 1.16.0
            Reporter: luyuan


This following is error configuration item. Password is '123456' and is displayed.
{code:java}
password:123456
#or
password 123456{code}
Could we just print file name and row number when parsing fails.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)