SpeculationControl 1.0.14

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SpeculationControl --version 1.0.14
                    
NuGet\Install-Package SpeculationControl -Version 1.0.14
                    
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="SpeculationControl" Version="1.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SpeculationControl" Version="1.0.14" />
                    
Directory.Packages.props
<PackageReference Include="SpeculationControl" />
                    
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 SpeculationControl --version 1.0.14
                    
#r "nuget: SpeculationControl, 1.0.14"
                    
#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 SpeculationControl@1.0.14
                    
#: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=SpeculationControl&version=1.0.14
                    
Install as a Cake Addin
#tool nuget:?package=SpeculationControl&version=1.0.14
                    
Install as a Cake Tool

This module provides the ability to query the speculation control settings for the system.

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.0.14

* Correct MDS reporting related to AMD CPUs

## 1.0.13

* Add support for querying MDS OS mitigation setting
* Correct the reporting status related to L1TF for Arm-based CPUs

## 1.0.12

* Add support for reporting the status of Windows kernel enablement of retpoline

## 1.0.11

* Fixed an issue where the L1TF OS mitigation was being improperly reported as enabled

## 1.0.10

* Replaced usage of Get-WmiObject with Get-CimInstance

## 1.0.9

* Added support for querying CVE-2018-3620 (L1TF OS mitigation) setting

## 1.0.8

* Added support for querying Speculative Store Bypass Disable (SSBD) setting

## 1.0.7

* Added additional guidance for AMD CPUs

## 1.0.6

* Added support for querying the OS to see if KVA shadow is required

## 1.0.5

* Added -Quiet parameter which can be used to suppress host output

## 1.0.4

* Added message directing users to explanation of output
* Addressed feedback regarding multiple CPUs when setting $cpu

## 1.0.3

* Signed files using SHA2 certificate