Skip to content

fix: redundant secure_time validation for app compose#997

Merged
gilcu3 merged 1 commit intomainfrom
fix/duplicate-secure-time
Sep 3, 2025
Merged

fix: redundant secure_time validation for app compose#997
gilcu3 merged 1 commit intomainfrom
fix/duplicate-secure-time

Conversation

@think-in-universe
Copy link
Copy Markdown
Member

There's an extra validation for validating secure_time in app compose which seems not necessary.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes a redundant validation check for secure_time in the app compose attestation logic. The validation was duplicated on consecutive lines, checking the same condition twice.

Key Changes

  • Removed duplicate secure_time == Some(true) validation in the attestation condition chain

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Copy Markdown
Contributor

@gilcu3 gilcu3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@gilcu3 gilcu3 added this pull request to the merge queue Sep 3, 2025
Merged via the queue into main with commit 54c4664 Sep 3, 2025
12 checks passed
@gilcu3 gilcu3 deleted the fix/duplicate-secure-time branch September 3, 2025 08:45
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.

3 participants