Tag: development process
-
Schneier on Security: LLM Coding Integrity Breach
Source URL: https://www.schneier.com/blog/archives/2025/08/llm-coding-integrity-breach.html Source: Schneier on Security Title: LLM Coding Integrity Breach Feedly Summary: Here’s an interesting story about a failure being introduced by LLM-written code. Specifically, the LLM was doing some code refactoring, and when it moved a chunk of code from one file to another it changed a “break” to a “continue.” That…
-
Embrace The Red: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
Source URL: https://embracethered.com/blog/posts/2025/github-copilot-remote-code-execution-via-prompt-injection/ Source: Embrace The Red Title: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773) Feedly Summary: This post is about an important, but also scary, prompt injection discovery that leads to full system compromise of the developer’s machine in GitHub Copilot and VS Code. It is achieved by placing Copilot into YOLO…
-
The Register: VS Code previews chat checkpoints for unpicking careless talk
Source URL: https://www.theregister.com/2025/08/12/vs_code_previews_chat_checkpoints/ Source: The Register Title: VS Code previews chat checkpoints for unpicking careless talk Feedly Summary: Microsoft’s AI-centric code editor and IDE adds the ability to rollback misguided AI prompts The Microsoft Visual Studio Code (VS Code) team has rolled out version 1.103 with new features including GitHub Copilot chat checkpoints.… AI Summary…
-
Slashdot: 5 Million People Tried Microsoft’s AI Coding Tool ‘GitHub Copilot’ in the Last 3 Months
Source URL: https://developers.slashdot.org/story/25/08/03/037202/5-million-people-tried-microsofts-ai-coding-tool-github-copilot-in-the-last-3-months?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: 5 Million People Tried Microsoft’s AI Coding Tool ‘GitHub Copilot’ in the Last 3 Months Feedly Summary: AI Summary and Description: Yes Summary: Microsoft’s AI coding assistant, GitHub Copilot, has now reached 20 million users, showcasing significant growth in adoption, particularly among enterprise clients. The increase in users indicates…
-
Embrace The Red: Turning ChatGPT Codex Into A ZombAI Agent
Source URL: https://embracethered.com/blog/posts/2025/chatgpt-codex-remote-control-zombai/ Source: Embrace The Red Title: Turning ChatGPT Codex Into A ZombAI Agent Feedly Summary: Today we cover ChatGPT Codex as part of the Month of AI Bugs series. ChatGPT Codex is a cloud-based software engineering agent that answers codebase questions, executes code, and drafts pull requests. In particular, this post will demonstrate…
-
Docker: GenAI vs. Agentic AI: What Developers Need to Know
Source URL: https://www.docker.com/blog/genai-vs-agentic-ai/ Source: Docker Title: GenAI vs. Agentic AI: What Developers Need to Know Feedly Summary: Generative AI (GenAI) and the models behind it have already reshaped how developers write code and build applications. But a new class of artificial intelligence is emerging: agentic AI. Unlike GenAI, which focuses on content generation, agentic systems…
-
The Register: NIST discovers DevSecOps, thinks world should really check this out
Source URL: https://www.theregister.com/2025/07/31/nist_devsecops_guide/ Source: The Register Title: NIST discovers DevSecOps, thinks world should really check this out Feedly Summary: What’s next – gonna tell us it’s time to migrate to Windows 8? Watch out, world: The US government has finally found out about DevSecOps, and it has become a late evangelist for the security-by-default software…