Description
Describe the bug
VCPKG version of ZLIB is 1.2.12 the publisher removed this version in favor of 1.12.13 due to a security issue in 1.2.12 https://nvd.nist.gov/vuln/detail/CVE-2022-37434
https://zlib.net/
We need to get ZLIB publisher to update the version.
Exception or Stack Trace
Add the exception log and stack trace if available
To Reproduce
Steps to reproduce the behavior:
vcpkg install zlib
Error: Failed to download from mirror set:
https://www.zlib.net/zlib-1.2.12.tar.gz
<title>404 Not Found</title>
Code Snippet
Add the code snippet that causes the issue.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Setup (please complete the following information):
- OS: [e.g. iOS]
- IDE : [e.g. IntelliJ]
- Version of the Library used
Additional context
Add any other context about the problem here.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- Bug Description Added
- Repro Steps Added
- Setup information Added