www/chromium: update to 148.0.7778.96
* 148.0.7778.96
This update includes 127 security fixes. Below, we highlight fixes
that were contributed by external researchers. Please see the Chrome Security Page for more information.
Many of our security bugs are detected using AddressSanitizer, MemorySanitizer,
UndefinedBehaviorSanitizer, Control Flow Integrity, libFuzzer, or AFL.
[$43000][493747582] Critical CVE-2026-7896: Integer overflow in Blink. Reported by c6eed09fc8b174b0f3eebedcceb1e792 on 2026-03-18
[N/A][504069514] Critical CVE-2026-7897: Use after free in Mobile. Reported by Google on 2026-04-18
[N/A][504587882] Critical CVE-2026-7898: Use after free in Chromoting. Reported by Google on 2026-04-20
[$55000][505481948] High CVE-2026-7899: Out of bounds read and write in V8. Reported by Project WhatForLunch (@pjwhatforlunch) on 2026-04-23
[$16000][496503799] High CVE-2026-7900: Heap buffer overflow in ANGLE. Reported by Anonymous on 2026-03-26
[244 lines not shown]
py-wtforms: update to 3.2.2.
What's Changed
remove slsa provenance by @davidism in #879
fix(validators): Disabled validation with provided formdata by @subnix in #880
Support Python versions from 3.10 to 3.14 by @azmeuk in #883
Update FAQ to reflect 3.10+ support by @kurtmckee in #884
GHA improvements by @azmeuk in #888
py-pip: update to 26.1.1.
Bug Fixes
Fix issue where uninstallation left behind empty directories.
Revert the removal of the adjacent __pycache__ directory when
a .py file is removed. (#13973)
py-pdf: update to 6.11.0.
## Version 6.11.0, 2026-05-09
### New Features (ENH)
- Initialise a Font from an embedded font file (#3704)
### Robustness (ROB)
- Allow to fix AES padding length in non-strict mode (#3742)
### Developer Experience (DEV)
- Enable PyPy testing again (#3752)
- Align mypy Makefile target with strict mode (#3690)
py-mistune: update to 3.2.1.
🐞 Bug Fixes
Resolve Windows compatibility issues in file inclusion and tests - by @Yuki9814 (25471)
Escape html text - by @lepture (a3cb6)
Update link reference - by @lepture (85eb5)
Handle escaped dollar signs in inline math - by @saschabuehrle in #370 (7bd57)
Escape id of toc - by @lepture (04880)
Escape id of headings - by @lepture (28556)
Remove double-encoding of image alt text - by @lawrence3699 (0d6f3)
Escape xml for math plugin - by @lepture (5fa09)
Use strict regex for image's height and width - by @lepture (8d0cb)
py-markdown-it-py: update to 4.2.0.
4.2.0
What's Changed
✨ Add make_fence_rule() factory for configurable fence markers by @chrisjsewell in #394
🚀 RELEASE v4.2.0 by @chrisjsewell in #395
4.1.0
What's Changed
✨ Add --stdin option to CLI by @mcepl in #379
Add AGENTS.md and copilot-setup-steps workflow by @Copilot in #380
🔧 Add typing to Scanner by @Alunderin in #382
👌 Fix quadratic complexity in fragments_join / text_join by @petricevich in #389
✨Allow plugins to register inline terminator characters by @Copilot in #391
✨ Add gfm-like2 preset with task lists, alerts, and single-tilde strikethrough by @chrisjsewell in #388
[2 lines not shown]