惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
The Cloudflare Blog
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
MyScale Blog
MyScale Blog
博客园_首页
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
罗磊的独立博客

Help Net Security

ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - Help Net Security
Homebrew tightens tap security, begins work on its interf...
Anamarija Pogorelec · 2026-06-18 · via Help Net Security

Anyone who installs software through a third-party Homebrew tap runs Ruby code written by people outside the project, and that code runs without a sandbox. That risk sits at the center of Homebrew 6.0.0.

Homebrew 6.0.0

Tap trust

Homebrew now requires a tap, along with any tap-qualified formula or cask, to be trusted before its code is evaluated or run. The official Homebrew taps stay trusted by default. The brew tap command gains options for managing trust and can trust a tap by its remote URL, and brew tap-info reports a trusted field. The brew bundle command honors a trusted option, and brew bundle dump records trusted entries.

Sandboxing and security fixes

A Bubblewrap sandbox arrives on Linux and aligns it with macOS, where build, test, and postinstall phases already run inside a sandbox. The Linux sandbox runs on by default for developers. Homebrew published three security advisories with this release. One covered a POST download strategy that bypassed HTTPS-to-HTTP redirect protection. Another covered root code execution through Git hooks in the macOS package postinstall step. The third covered a macOS installer that trusted a user-controlled plist in /var/tmp and could assign Homebrew ownership to a local attacker. Each received a fix.

An official interface

BrewUI is an official graphical interface for Homebrew. It remains under development, with general availability still ahead.

“Various people over the years have requested and built various Homebrew GUIs. We looked around to see if there were any that were open source, well maintained and met all the requirements we were looking for and didn’t find any so built one ourselves. It’s probably aimed a little more at newcomers than experienced Homebrew users but it is being designed to be suitable and usable for both,” Mike McQuaid, Homebrew Project Leader, told Help Net Security.

Performance and defaults

The internal JSON API becomes the default. It combines Homebrew’s metadata into a single, smaller download, so updates run faster and contact the network less often. The API was opt-in through an environment variable since 5.0.0, and that variable now carries a deprecation. Startup gained several tweaks, brew leaves runs about 30 percent faster, and bottle tab fetching happens in parallel during upgrades.

Results from a Homebrew user survey led to ask mode becoming the default for developers, so brew install and brew upgrade show a dependency summary and a confirmation prompt before changing anything. The brew bundle command can install formulae in parallel and runs jobs automatically by default, with added support for npm, krew, and Windows winget.

macOS 27 and the Intel timeline

Homebrew adds initial support for macOS 27, named Golden Gate. That release drops Intel support. In September 2026, macOS Intel x86_64 moves to Tier 3, with no continuous integration and no new binary packages. In September 2027, macOS Intel x86_64 becomes unsupported, and the related code will be removed.