Hello! I'm your AI assistant. Ask me anything about our knowledge base and I'll help you find the information you need.
News
MySQL 9.7.0 Released!
- Details
PHP June Security Release
- Details
Security release!
PHP 8.5.7 ONLY:
- URI:
- Fixed CVE-2026-44927 (In uriparser before 1.0.2, there is pointer difference truncation to int in various places). (CVE-2026-44927)
- Fixed CVE-2026-44928 (In uriparser before 1.0.2, the function family EqualsUri can misclassify two unequal URIs as equal). (CVE-2026-44928)
Ngrok 3.39.6 Released!
- Details
Security release!
N/A
- Updated OpenTelemetry dependencies to patch security vulnerabilities
NodeJS 26.3.0 Released!
- Details
Composer 2.10.0 Released!
- Details
Changelog
- BC Break / Security: Disabled automatic fallback to source checkout if dist/zip install fails, we have introduced a new
source-fallbackconfig option as a temporary way to restore the old behavior, but if you need this talk to us as we plan to remove it entirely in 2.11 (#12885) - BC Break: Minor break for
auditconsumers, the exit code is now always 0 (success) or 1 if anything failed the audit (#12881) - Security: Hardened output filtering of URLs to reduce chances of token leaks (#12882, #12886)
- Security: Fixed handling of uppercase schemes in URL validation that might have allowed https requirement bypass (#12884)
- Fixed
auditcommand returning a success code when the vendor dir was not present (#12880)