Skip to content

v4.0.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 19:03
· 16 commits to refs/heads/main since this release
da68e5d

What's Changed

  • DfciPkg/DfciTests: remove silicon-specific test @cmruffin (#237)
    Change Details
      ## Description

    Current base tests DCFI_IntuneSettings use the Dfci3.ProcessorSMT.Enable option for testing DFCI V3 features but this is a silicon specific option that fails on Microsoft AARCH64 platforms as it is not present. Recommend the base tests avoid use of silicon-specific features as these tests will not broadly pass.

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

    How This Was Tested

    DFCI testing on AARCH64 platform.

    Integration Instructions

    NA

    Fixes #235




  • DfciPkg/DfciTests: fix refresh server pip failure @cmruffin (#236)
    Change Details
      ## Description

    Adds a command line switch to a pip command in the dockerfile. This allows the docker image creation process to pass.

    --break-system-packages was introduced in pip 23.0.1.

    • https://pip.pypa.io/en/stable/news/#v23-0-1

    • Impacts functionality?

      • Functionality - Does the change ultimately impact how firmware functions?
      • Examples: Add a new library, publish a new PPI, update an algorithm, ...
    • Impacts security?

      • Security - Does the change have a direct security impact on an application,
        flow, or firmware?
      • Examples: Crypto algorithm change, buffer overflow fix, parameter
        validation improvement, ...
    • Breaking change?

      • Breaking change - Will anyone consuming this change experience a break
        in build or boot behavior?
      • Examples: Add a new library class, move a module to a different repo, call
        a function in a new library class in a pre-existing module, ...
    • Includes tests?

      • Tests - Does the change include any explicit test code?
      • Examples: Unit tests, integration tests, robot tests, ...
    • Includes documentation?

      • Documentation - Does the change contain explicit documentation additions
        outside direct code modifications (and comments)?
      • Examples: Update readme file, add feature readme file, link to documentation
        on an a separate Web page, ...

    How This Was Tested

    Built on Windows 10.

    Integration Instructions

    N/A

    Fixes #234




Full Changelog: v4.0.7...v4.0.8