Change request:
Can we make a change here:
|
const currentImageHash = createHash('md5').update(currentScreenshotBuf).digest('hex'); |
from md5 to sha256 as md5 is not available in environments that need FIPS compliance (or have restrictions against older hash functions with collision risks)
I'm happy to raise a PR for this change if accepted