Moved CVE images to pillow-depends#4929
Conversation
|
Yeah, we could put them in a Normally we can't disclose CVE details until the fix is released and announced, but I expect we'd first put them in the main repo, and only move them to the other repo after someone reports a problem with their virus scanner? Or let's keep it this way, and use a |
Fair points, I suppose these can be moved into a subdir if/when someone reports another file flagged by a virus scanner. |
|
python-pillow/pillow-depends#32 is merged, and CIs restarted here. |
|
Thank you! |
Resolves #4730. Alternative to #4869
The Pillow test suite contains several images to trigger past CVEs, for the purpose of ensuring that they do not recur. However, as the issue describes, antivirus software is not aware that Pillow is up-to-date and so these are no longer vulnerabilities.
This PR is part of moving those images to pillow-depends. python-pillow/pillow-depends#32 is the other part, and this PR fails without it.
This PR also changes the test so that it is run as part of the test suite, but skips the test if run locally without the test images.