exceptionfactory commented on PR #6562: URL: https://github.com/apache/nifi/pull/6562#issuecomment-1287175965
Thanks for the feedback @markap14! Good point about indirect parameter references, I agree that blocking all Parameter access from `evaluateELString()` provides the best solution. I renamed the delegating `EvaluationContext` implementation to `ParametersDisabledEvaluationContext` and updated the unit tests for non-sensitive parameters. -- 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]
