Skip to content

Commit

Permalink
yml 14
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 10, 2025
1 parent 45d9398 commit 79044ef
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dotnet/ComponentClassRegistry/Smbios/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
paccor is a popular solution for creating the [TCG Platform Certificate](https://trustedcomputinggroup.org/resource/tcg-platform-certificate-profile/). The platform certificate enables traceability of components throughout the hardware supply chain of a computing device.

The [SMBIOS Component Class Registry](https://trustedcomputinggroup.org/resource/smbios-based-component-class-registry/) specifies how to encode information from SMBIOS enabled components into the platform certificate.

This library can be used in subsequent programs to perform collection of information from systems according to the specification.

A command line program is available for this library on [paccor's GitHub page](https://github.com/nsacyber/paccor).

This library is also a hardware manifest plugin that allows paccor's hardware evidence collection methods to be integrated into any .NET program that can [manage](https://www.nuget.org/packages/paccor.HardwareManifestPluginManager) the [IHardwareManifestPlugin interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin).

See the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/) code on github for an example usage of this as a plugin.



14 changes: 14 additions & 0 deletions dotnet/ComponentClassRegistry/Storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
paccor is a popular solution for creating the [TCG Platform Certificate](https://trustedcomputinggroup.org/resource/tcg-platform-certificate-profile/). The platform certificate enables traceability of components throughout the hardware supply chain of a computing device.

The [Storage Component Class Registry](https://trustedcomputinggroup.org/resource/storage-component-class-registry/) specifies how to encode information from ATA-, SCSI-, and NVMe-enabled components into the platform certificate.

This library can be used in subsequent programs to perform collection of information from systems according to the specification.

A command line program is available for this library on [paccor's GitHub page](https://github.com/nsacyber/paccor).

This library is also a hardware manifest plugin that allows paccor's hardware evidence collection methods to be integrated into any .NET program that can [manage](https://www.nuget.org/packages/paccor.HardwareManifestPluginManager) the [IHardwareManifestPlugin interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin).

See the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/) code on github for an example usage of this as a plugin.



0 comments on commit 79044ef

Please sign in to comment.