Gabriel Orstadius-Bui created NIFI-14282:
--------------------------------------------
Summary: Sensitive dynamic property values revealed by
manipulating clipboard copy
Key: NIFI-14282
URL: https://issues.apache.org/jira/browse/NIFI-14282
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 2.2.0
Reporter: Gabriel Orstadius-Bui
Relates to https://issues.apache.org/jira/browse/NIFI-13975
How to reproduce:
# Create an InvokeHTTP processor with a dynamic sensitive property
# Copy the processor to the clipboard
# Paste clipboard content in a text editor
# In the text editor, edit the property descriptor for the dynamic property so
as "sensitive" is set to "false" instead of "true"
# Copy the manipulated content from the text editor
# Paste back into NiFi
# The newly pasted processor now reveals the value of the sensitive property
we set in step 1!
Note: This (of course) only happens if copying and pasting within the same NiFi
instance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)