Showing category results for Security

May 21, 2026
Post comments count1
Post likes count3

Announcing Agent Governance Toolkit MCP Extensions for .NET

Jack Batzner

Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension.

.NETAISecurity
May 21, 2026
Post comments count19
Post likes count11

Improving C# Memory Safety

Richard Lander

The `unsafe` keyword is being redesigned to mark caller-facing contracts rather than just syntax. Safety obligations between callers and callees become visible and reviewable. The model is motivated by the rise of AI-assisted code generation and arrives as a preview in .NET 11.

.NETC#AI
May 18, 2026
Post comments count4
Post likes count2

NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

Nikolche Kolev

Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerability reports compared to projects using the previous defaults.

.NETNuGetSecurity
Sep 22, 2025
Post comments count3
Post likes count1

New Trusted Publishing enhances security on NuGet.org

Evgeny,
Sean

Announcing Trusted Publishing on NuGet.org - a safer way to publish packages using short-lived tokens instead of long-lived API keys

.NETNuGetSecurity
Nov 4, 2024
Post comments count0
Post likes count2

OpenSSF Scorecard for .NET and the NuGet ecosystem

Ioana,
Avishay,
Mélanie

OpenSSF Scorecard is a tool developed by the Open Source Security Foundation (OpenSSF) that provides automated security assessments for open-source projects. The primary goal of the Scorecard project is to help developers and users determine the security posture of open-source software by generating a score based on a series of security-related che...

NuGetSecurityOther announcements
Aug 28, 2024
Post comments count23
Post likes count8

BinaryFormatter removed from .NET 9

Immo Landwerth

Starting with .NET 9, we no longer include an implementation of BinaryFormatter in the runtime. This post covers what options you have to move forward.

.NETSecurity
Jul 17, 2024
Post comments count11
Post likes count5

NuGetAudit 2.0: Elevating Security and Trust in Package Management

Andy,
Jon

Introduction In November 2023 (NuGet 6.8, Visual Studio 17.8, .NET SDK 8.0.100), we released NuGet Audit. NuGet Audit provides warnings during restore when a package with a known vulnerability is used by a project. More information about NuGet Audit, including detailed configuration options can be found on our learn website. New features are still...

NuGetSecurityFeature Announcement
Jul 16, 2024
Post comments count0
Post likes count4

Building a Safer Future – How NuGet is Tackling Software Supply Chain Threats

Jon Douglas

Despite significant technological progress in addressing complex security threats, the key to preventing the next attack lies in adhering to fundamental security principles. It's essential to ensure the software ecosystem is secure, focusing on protecting .NET developers who design, build, and maintain the critical software we all use. As the home...

NuGetNuGet.orgSecurity