How does one report security issues for image-rs projects?
What do you consider to be a security issue? Do you consider a panic when parsing an image to be a security issue?
My project would consider crashing on untrusted user input to be a denial of service vulnerability. So, a panic when parsing a malformed image is a strong concern to us. We are starting to use image-rs and need to know how to report these issues upstream. If you don't consider this sort of thing to be a security issue, then we can just create an issue and perhaps even pull request on the github project for the affected parser. But if you do, then what are your reporting procedures? I would recommend setting up a SECURITY.md file in each project once you define these procedures.
How does one report security issues for image-rs projects?
What do you consider to be a security issue? Do you consider a panic when parsing an image to be a security issue?
My project would consider crashing on untrusted user input to be a denial of service vulnerability. So, a panic when parsing a malformed image is a strong concern to us. We are starting to use image-rs and need to know how to report these issues upstream. If you don't consider this sort of thing to be a security issue, then we can just create an issue and perhaps even pull request on the github project for the affected parser. But if you do, then what are your reporting procedures? I would recommend setting up a SECURITY.md file in each project once you define these procedures.