-
Notifications
You must be signed in to change notification settings - Fork 590
fix: zlib #5441 #5460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: zlib #5441 #5460
Conversation
|
Hi @warthog9, I think you're the maintainer of the mirror. |
|
re-ran the mirror and it popped in, if I had to guess some errant bit that caused an error somewhere. Not seeing anything in the logs so it might have been AWOL for a while. Double check it now. |
|
@EternalDreamer01, thanks for this PR, nice catch. Can you add a Moreover, can you add zlib to |
Signed-off-by: Dimitri Simon <[email protected]>
Signed-off-by: Dimitri Simon <[email protected]>
Add playwright.download.prss.microsoft.com and cdn.playwright.dev in allowed-endpoints to fix the following failure when installing playwright: Downloading Chromium 143.0.7499.4 (playwright build v1200) from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1200/chromium-linux.zip (node:3714) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities. (Use `node --trace-deprecation ...` to show where the warning was created) Error: connect ECONNREFUSED 54.185.253.63:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '54.185.253.63', port: 443 } Also add v4.mirror.cveb.in:443 to fix the same kind of issue: ClientConnectorError: Cannot connect to host v4.mirror.cveb.in:443 ssl:default [Connect call failed ('54.185.253.63', 443)] All those issues are probably raised because ubuntu-latest is used instead of intel-ubuntu-latest since switch to ossf Signed-off-by: Fabrice Fontaine <[email protected]> Signed-off-by: Dimitri Simon <[email protected]>
https://nvd.nist.gov/vuln/detail/cve-2025-40939 has the following configurations: [{}] This will result in a crash as current code wrongly assumes that all configuration object has a nodes parameter Signed-off-by: Fabrice Fontaine <[email protected]> Signed-off-by: Dimitri Simon <[email protected]>
Obviously, --import-json is mainly useful when db doesn't exist so drop
cvedb_orig.check_db_exists() from if statement
Moreover, do not exit after --import-json or --export-json to be
consistent with --import and --export
Finally, while at it, add --{im,ex}port-json to offline.md
Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Dimitri Simon <[email protected]>
Signed-off-by: Dimitri Simon <[email protected]>
Signed-off-by: Dimitri Simon <[email protected]>
Signed-off-by: Dimitri Simon <[email protected]>
Signed-off-by: Dimitri Simon <[email protected]>
3cebec4 to
b2f5c39
Compare
Zlib versions with a build number (4th element in version, like 1.3.0.1) was not managed.
Initially related to #5441