AWS healthimaging documentation change
Summary
Renamed 'HTJ2K decoding libraries' to 'Image frame decoding libraries' and updated related links
Security assessment
The changes clarify documentation about pixel data verification processes, which are security features ensuring data integrity. However, there is no evidence of addressing a specific security vulnerability.
Diff
diff --git a/healthimaging/latest/devguide/pixel-data-verification.md b/healthimaging/latest/devguide/pixel-data-verification.md index cfecc7382..85a67eced 100644 --- a//healthimaging/latest/devguide/pixel-data-verification.md +++ b//healthimaging/latest/devguide/pixel-data-verification.md @@ -7 +7 @@ -During import, HealthImaging provides built-in pixel data verification by checking the lossless encoding and decoding state of every image. This feature ensures that images decoded using [ HTJ2K decoding libraries](./reference-htj2k.html) always match the original DICOM P10 images imported into HealthImaging. +During import, HealthImaging provides built-in pixel data verification by checking the lossless encoding and decoding state of every image. This feature ensures that images decoded using [ HTJ2K decoding libraries](./reference-libraries.html) always match the original DICOM P10 images imported into HealthImaging. @@ -63 +63 @@ HealthImaging computes an IFRC checksum value on the original video object using - 5. HealthImaging verify pixel data, access the [ Pixel data verification](https://github.com/aws-samples/aws-healthimaging-samples/tree/main/pixel-data-verification) procedure on GitHub and follow the instructions in the`README.md` file to independently verify lossless image processing by the various [HTJ2K decoding libraries](./reference-htj2k.html) that are utilized by HealthImaging. After the full image is loaded, you can compute the IFRC for raw input data on your end and compare it with the IFRC value provided in the HealthImaging metadata to verify the pixel data. + 5. HealthImaging verify pixel data, access the [ Pixel data verification](https://github.com/aws-samples/aws-healthimaging-samples/tree/main/pixel-data-verification) procedure on GitHub and follow the instructions in the`README.md` file to independently verify lossless image processing by the various [Image frame decoding libraries](./reference-libraries.html) that are utilized by HealthImaging. After the full image is loaded, you can compute the IFRC for raw input data on your end and compare it with the IFRC value provided in the HealthImaging metadata to verify the pixel data. @@ -76 +76 @@ Throttling limits -HTJ2K decoding libraries +Image frame decoding libraries