[
https://issues.apache.org/jira/browse/NIFI-14282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928747#comment-17928747
]
Gabriel Orstadius-Bui commented on NIFI-14282:
----------------------------------------------
FYI: [~mcgilman]
Kudos for the feature being able to copy flow to clipboard otherwise!
> 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
> Priority: Major
>
> 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)