Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#848] Rename properties and methods of firmware validation objects #869

Merged
merged 6 commits into from
Nov 15, 2024

Conversation

chubtub
Copy link
Contributor

@chubtub chubtub commented Nov 6, 2024

The following identifiers have been refactored as of the first push:

IdentityClaimProcessor

  • dbBaseRim -> baseRim
  • support -> supportRim
  • measurements -> integrityMeasurements
  • sourcedValues -> expectedValues
  • logProcessor -> eventLog

FirmwareScvValidator

  • tcgMeasurementLog -> eventLog
  • tpmPcrEvents -> failedPcrValues

Testing entails running a firmware provision as usual to make sure these name changes do not cause any logic differences. The new names should be reviewed against the tcg documentation for accuracy.

Closes #848

@chubtub chubtub self-assigned this Nov 6, 2024
… actualEventLog, eventValue -> rimIntegrityMeasurements, eventValueMap -> expectedEventLogRecords
@iadgovuser26 iadgovuser26 merged commit d0faa39 into main Nov 15, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename data structures to align with TCG documentation
2 participants