PostQuantum.CryptographicBillOfMaterials.Analyzer 1.1.2

dotnet add package PostQuantum.CryptographicBillOfMaterials.Analyzer --version 1.1.2
                    
NuGet\Install-Package PostQuantum.CryptographicBillOfMaterials.Analyzer -Version 1.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PostQuantum.CryptographicBillOfMaterials.Analyzer" Version="1.1.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PostQuantum.CryptographicBillOfMaterials.Analyzer" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="PostQuantum.CryptographicBillOfMaterials.Analyzer">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PostQuantum.CryptographicBillOfMaterials.Analyzer --version 1.1.2
                    
#r "nuget: PostQuantum.CryptographicBillOfMaterials.Analyzer, 1.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PostQuantum.CryptographicBillOfMaterials.Analyzer@1.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PostQuantum.CryptographicBillOfMaterials.Analyzer&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=PostQuantum.CryptographicBillOfMaterials.Analyzer&version=1.1.2
                    
Install as a Cake Tool

PostQuantum CBOM Analyzer

In-editor cryptographic and post-quantum (PQC) risk diagnostics for .NET — the dotnet-cbom detection engine packaged as a Roslyn analyzer.

Find your crypto before quantum does. Quantum-vulnerable and weak cryptography is underlined as you type — RSA, ECDSA/ECDH, MD5/SHA-1, ECB mode, deprecated TLS, disabled certificate validation, hardcoded keys, weak RNGs, and more — each with the risk level and a NIST/FIPS/CWE citation.

Install

dotnet add package PostQuantum.CryptographicBillOfMaterials.Analyzer

Diagnostics appear in Visual Studio, VS Code (C# Dev Kit), Rider, and on dotnet build / CI.

What you get

  • Squiggles + Problems entries on risky cryptography, with the same rules that generate the full CBOM.
  • Per-finding severity: weak usage (e.g. MD5.Create()) is a warning; clean usage (e.g. SHA-384) stays an informational hint.
  • Citations on hover: every verdict links its standards basis (FIPS 203/204/205, NIST SP 800-131A/800-52, CWE).
  • Tunable: set any CBOM#### rule's severity in .editorconfig, e.g. dotnet_diagnostic.CBOM0002.severity = error.

Local-first, by design

  • Runs entirely on your machine as part of the C# compilation.
  • No source code uploaded. No cloud analysis. No telemetry.

For full-solution inventory, CycloneDX/SARIF reports, PQC-readiness scoring, baselines, and policy profiles, use the dotnet-cbom CLI. Rule reference: docs/RULES.md.

Apache-2.0.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.2 53 6/29/2026
1.1.0 49 6/29/2026