This is an automated email from the ASF dual-hosted git repository.
alopresto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from d687209 NIFI-7242: When a Parameter is changed, any property
referencing that parameter should have its #onPropertyModified method called.
Also renamed Accumulo tests to integration tests because they start embedded
servers and connect to them, which caused failures in my environment. Also
fixed a bug in TestLengthDelimitedJournal because it was resulting in failures
when building locally as well.
add 290bd37 NIFI-7119 Implement boundary checking for Argon2 cost
parameters (#4111)
No new revisions were added by this update.
Summary of changes:
.../security/util/crypto/Argon2SecureHasher.java | 138 ++++++++++++++++--
.../util/crypto/Argon2SecureHasherTest.groovy | 156 +++++++++++++++++++++
2 files changed, 284 insertions(+), 10 deletions(-)