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

[REBASE&FF] CryptoPkg: Require exact crypto version match #1160

Merged

Conversation

Javagedes
Copy link
Contributor

Description

Crypto versioning is not currently backwards compatible. This change updates the check to require an exact match of the crypto version.

Cherry-pick from dev/202405: 34455f5

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

N/A

Integration Instructions

N/A

@Javagedes Javagedes changed the title CryptoPkg: Require exact crypto version match (#1157) [REBASE&FF] CryptoPkg: Require exact crypto version match Sep 23, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 1.44%. Comparing base (d857e20) to head (4db82f9).
Report is 1 commits behind head on release/202405.

Additional details and impacted files
@@                Coverage Diff                 @@
##           release/202405    #1160      +/-   ##
==================================================
- Coverage            1.59%    1.44%   -0.15%     
==================================================
  Files                1448     1447       -1     
  Lines              362500   360384    -2116     
  Branches             5632        0    -5632     
==================================================
- Hits                 5776     5204     -572     
+ Misses             356617   355180    -1437     
+ Partials              107        0     -107     
Flag Coverage Δ
MdeModulePkg 0.61% <ø> (-0.07%) ⬇️
MdePkg 4.92% <ø> (-0.50%) ⬇️
NetworkPkg 0.50% <ø> (-0.05%) ⬇️
PolicyServicePkg 28.75% <ø> (-1.66%) ⬇️
UefiCpuPkg 4.36% <ø> (-0.37%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@makubacki makubacki added the type:design-change A new proposal or modification to a feature design label Sep 24, 2024
## Description

Crypto versioning is not currently backwards compatible. This change
updates the check to require an exact match of the crypto version.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

N/A

## Integration Instructions

N/A
@Javagedes Javagedes merged commit 63e9999 into microsoft:release/202405 Sep 24, 2024
31 checks passed
@Javagedes Javagedes deleted the require-crypto-version-match branch September 24, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:design-change A new proposal or modification to a feature design
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants