HIRS icon indicating copy to clipboard operation
HIRS copied to clipboard

Trusted Computing based services supporting TPM provisioning and supply chain validation concepts. #nsacyber

Results 162 HIRS issues
Sort by recently updated
recently updated
newest added

**Problem**: The "Platform Version" field as described in section 2.1.5.6 of the v1.1 version of the [ TCG platform cert spec ](https://trustedcomputinggroup.org/wp-content/uploads/IWG_Platform_Certificate_Profile_v1p1_r19_pub_fixed.pdf) is listed as a MUST in the table...

bug
server

This is 1 unit test under ACA. There were 4 under master, and this is the last of the 4. (Other tests under ACA migrated from master's Utils subproject.) HIRS_AttestationCA/src/test/java/hirs/attestationca/persist/service/SupplyChainValidationService.java

When migrating unit tests from master to main, some of the persistence testing components were left out for a later date. Classes to re-look at: - DeviceInfoReportTest - SupplyChainValidationSummaryTest -...

Log level should be controlled by a configuration file under etc/hirs. Currently Spring boots application.properties does have a set of logging.level variables, however many of them are being ignored.

bug
server

Platform Certificate ComponentIdentifier can utilize IANA PrivateEnterpriseNumbers. The current set of libraries used for the lookup require a file (pci.ids) to be available on the system. Containers are not typically...

The goal of this task will be to implement the logic to issue an LDevID certificate for the DevID class created in an earlier task. Broadly speaking, this will involve...

This task may tie into the related (and possibly future) task of loading a IDevID certificate from a device. In any case, the goal of this task will be to...

For extensibility and maintainability purposes, Certificate `switch` and `enum`-based logic should be refactored into helper classes. This will allow us to more easily add future types of certificates. Currently, there...

This task is for adding two primary types of certificates from which others can further derive: `PKCertificate` and `AttributeCertificate`. Both should be abstract classes that derive from the existing base...

In the ACA portal, it may be helpful to have a new page in order to either load in DevID certificates or review them therein.