BookmarkFS is a FUSE-based filesystem that mounts web browser bookmarks as a filesystem interface, supporting Firefox and Chromium. It allows users to manage bookmarks using standard file operations and is distributed under the GNU General Public License v3 or later.
A malicious Twitch chat message could trigger native code execution on a streamer's Windows PC running OBS Studio 32.2.2 or older by exploiting an unsanitized XSS vulnerability in a custom chat overlay combined with CVE-2024-7971, a V8 vulnerability in the bundled Chromium engine. The attack chain was discovered by Orange researchers and disclosed after coordination with the OBS team. OBS is addressing the issue by upgrading to Chromium 128 and testing sandbox re-enablement.
A guide demonstrating that low-FPS CSS spinners reduce CPU/GPU usage from ~50% to ~3-8% compared to smooth animations, with performance measurements and visual quality comparisons between HTML and SVG implementations.
Microsoft Edge's security team replaced the C implementation of Brotli compression in its network stack with a Rust implementation to improve memory safety. Brotli was chosen as the next rustification target because it processes untrusted network data at a critical point in the browser, has a mature Rust crate with production adoption, and is widely deployed on the modern web.