This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to branch NIFI-15718
in repository https://gitbox.apache.org/repos/asf/nifi.git
from bd5e09cfd4c NIFI-15718 Validate ZIP CRC-32 checksums in UnpackContent
Corrupt archives that declare a CRC and fail the check now route to failure
instead of emitting extracted entries.
add baf369c33c6 NIFI-15718 Address UnpackContent CRC review comments Use
ZipArchiveEntry.CRC_UNKNOWN, mark processEntry parameters final, and hoist
reused ZIP test names and signatures to constants.
No new revisions were added by this update.
Summary of changes:
.../nifi/processors/standard/UnpackContent.java | 7 +-
.../processors/standard/TestUnpackContent.java | 92 ++++++++++++----------
2 files changed, 53 insertions(+), 46 deletions(-)