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)