Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

GitHub expands Copilot across apps, editors, and the CLI

GitHub expands Copilot across apps, editors, and the CLI
GitHub’s latest Copilot weekly release puts the biggest operational change in the command-line tool: its runtime has been rewritten in Rust for faster performance, while interrupted sessions can now be restored. The update also expands team-based agent work in Slack and Teams and adds tighter controls across the Copilot app, JetBrains, VS Code, and Visual Studio.

Source

Google’s Antigravity is coming to Windows 11 with native WSL support

Google’s Antigravity is coming to Windows 11 with native WSL support
Google is developing native Windows 11 and Windows Subsystem for Linux support for Antigravity, its agentic development platform. The move would let Antigravity run coding agents, shell commands, builds, and file operations in Linux environments on Windows, while a separate native Windows implementation could reduce the platform’s reliance on browser-based or Electron interfaces.

Source

Azure Developer CLI 1.32 adds direct container delivery and GA extensions

Azure Developer CLI 1.32 adds direct container delivery and GA extensions
The August 2026 Azure Developer CLI release train makes two notable changes for deployment teams: the extension framework is now generally available, and Azure Functions can deploy containers from Dockerfiles, existing images, or Azure Container Registry remote builds. The new `docker.imagePassthrough` option can send an already-published image to its destination without requiring Docker or Podman on the deployment machine.

Source

Anthropic’s Claude Fable 5 stalls as enterprises choose cheaper AI models

Anthropic’s flagship Claude Fable 5 has captured only about 11% of corporate spending on the company’s models two months after launch, as businesses favor cheaper systems for routine coding, analysis, and automation. The weak premium uptake contrasts with Anthropic’s broader enterprise gains, suggesting that companies want access to frontier AI but are rationing its most expensive model.

Source

ChatGPT Plus gets its five-hour Codex and Work cap back

ChatGPT Plus gets its five-hour Codex and Work cap back
OpenAI is reinstating the five-hour usage limit for Codex and ChatGPT Work on ChatGPT Plus subscriptions from August 25, after temporarily relying only on a weekly cap. The change is intended to control computing demand and prevent users from consuming an entire week’s allowance during one extended session.

Source

GitHub Copilot turns Microsoft Teams chats into shared coding sessions

GitHub Copilot turns Microsoft Teams chats into shared coding sessions
Microsoft Teams users can now turn a channel, thread, or direct message into a shared GitHub Copilot cloud-agent session. The public preview lets teams steer coding work together, but administrators must enable cloud-agent and sandbox policies, manage separate usage budgets, and consider extra approval requirements for Copilot-created pull requests.

Source

GitHub traces 7-hour outage to capacity failure and retry storm

GitHub traces 7-hour outage to capacity failure and retry storm
GitHub has attributed its 7-hour-47-minute outage on August 17 to a Central US infrastructure component that failed to scale when traffic reached a new peak. The resulting capacity shortage cascaded into authentication, GitHub Actions, APIs, pull requests, issues, Pages, webhooks, and Copilot, while a client-side retry loop prolonged recovery.

Source

VS Code 1.135 expands Copilot agent controls and voice features

VS Code 1.135 expands Copilot agent controls and voice features
Visual Studio Code 1.135 Insiders improves Copilot agent management with consistent sandbox policies, enterprise-controlled permissions, workspace-aware session handling, and notifications for sessions that need attention. The release also expands voice interactions and adds a signed-out BYOK testing option for the Copilot Agent Host.

Source

Azure landing zones move from portal work to gated Terraform pipelines

Azure landing zones move from portal work to gated Terraform pipelines
A Microsoft deployment pattern puts Azure Landing Zones under version control and approval gates instead of relying on manual portal configuration. By combining Azure DevOps with Terraform, organizations can provision subscriptions, networking, identity, policies, security, and monitoring through a repeatable pipeline that produces an audit trail before changes reach production.

Source

Docker puts AI development on a sandboxed platform

Docker puts AI development on a sandboxed platform
Docker is expanding beyond container packaging with Docker Sandboxes, which run autonomous AI coding agents inside isolated microVMs, and Docker AI Governance, which lets organizations control their access to filesystems and networks. The shift gives administrators a way to adopt AI-assisted development without allowing unpredictable agents to reach developer laptops or internal systems directly.

Source

GitLab - la faille qui a fait rouvrir une version morte

GitLab a sorti hier (lundi 17 août), un correctif d'urgence , complètement en dehors de son calendrier habituel, pour une faille qui permet à quelqu'un sans compte ni mot de passe de modifier ou de supprimer vos projets publics et des données utilisateur. Hé ouais c'est chaud et c'est pour ça que son score CVSS est de 9,4 sur 10.

5 jours plus tôt, le 12 août, GitLab publiait son patch de routine pour la 19.2, 19.1 et 19.0. C'est un périmètre normal puisque sa politique de maintenance ne couvre que la version stable et les deux précédentes. Mais comme là, on est dans l'exceptionnel, ce correctif du 17 août en couvre une quatrième, la 18.11, dont le support avait pris fin le 16 juillet dernier. Ils sont allés rouvrir une branche morte juste pour patcher ce GROS problème !

La faille elle-même, on n'en sait presque rien par contre. Estampillée CVE-2026-19478, c'est une histoire de directive GraphQL, mais GitLab ne dit ni laquelle, ni dans quelles conditions ça se déclenche. Les détails techniques sortiront vers la mi-novembre, c'est-à-dire 90 jours après le correctif, comme d'habitude, histoire d'être sûr que tout le monde ait patché son install.

Maintenant, la bonne nouvelle c'est que si vous êtes sur GitLab.com ou sa version Dedicated , vous n'avez rien à faire, puisque c'est déjà patché. En fait cette histoire ne concerne que les instances auto-hébergées.

Et parmi elles, tout le monde n'est pas impacté de la même manière. En effet, le vecteur d'attaque passe par le réseau et vise les projets publics. Cela veut dire que votre instance planquée derrière un VPN, sans visibilité publique, risque beaucoup moins que celle qui expose ses dépôts à Internet.

Ensuite, pour la mise à jour, ça dépend d'où vous partez. Entre la 18.2 et la 18.10, aucun correctif n'existe sur votre branche. Il faudra upgrader jusqu'à la 18.11.11, en vous arrêtant aux paliers de 18.5 et 18.8 s'ils sont sur votre route.

Si vous tournez déjà en 18.11, prenez la 18.11.11. Sur une 19, c'est 19.0.8, 19.1.6 ou 19.2.4. Et plus ancien que 18.2 ? Bah là, GitLab ne liste pas ces versions parmi les affectées, mais elles ne reçoivent plus de correctif depuis un bon moment, donc ce serait bien de mettre à jour quand même, hein...

Pour le moment, personne n'a signalé d'attaque et aucun exploit ou PoC n'a fait surface sur GitHub. Ça ne veut pas dire grand-chose, je vous l'accorde mais on se rassure comme on peut...

Allez, bon courage !

Source : The Hacker News

❌