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

The Github workflow that creates a docker image on every release [build_aca_image.ym](https://github.com/nsacyber/HIRS/blob/master/.github/workflows/build_aca_image.yml) needs to be updated for V3. The new aca setup scripts need to run as part of the...

server
migration

The rim tool help defines -p as "-p, --publicCertificate The public key certificate to embed in the base RIM created by this tool. " In this case the -p was...

While finishing up PR #657 github actions found an issue with a unit test listed below: ``` CertificateDetailsPageControllerTest > testInitPagePlatform20PCI() FAILED java.lang.AssertionError at CertificateDetailsPageControllerTest.java:327 ``` This doesn't occur on a...

Current install allows for an existing setup to populate database access data. Need to add a check of database access if data is present.

bug
migration

copy the [system_test.yml]( https://github.com/nsacyber/HIRS/blob/master/.github/workflows/system_test.yml) and [run_system_test.sh](https://github.com/nsacyber/HIRS/blob/master/.ci/system-tests/run_system_tests.sh) and related files from master to a new branch created from main. Comment out all lines below the component statement in run_system_tests.sh.

The goal of this task is to add basic logic for a DevID certificate based on the 802.1AR specification, which will necessitate its own class. This class itself will likely...

The rimtool outputs the same list of input arguments for both creation and validation, regardless of the use case. Modify the output to be less verbose unless explicitly requested.

Some JPA entities currently use the Project Lombok `@EqualsAndHashCode` annotation to auto-generate `equals()` and `hashCode()` overrides respectively. However, there are some pitfalls in doing so, some of which were encountered...

migration

When using an ECC key with rim create the error returned is `signingKey cannot be null`.

As a follow up #619, the pull request just adds in a measure to keep the ACA from crashing. However the reason for the crash is that bouncy castle 1.70...

bug
enhancement