v0.1.1
What's Changed
-
Add workaround for windbg trying to read windows shared data page @cfernald (#21)
Change Details
## Description
Windbg tries to read the Windows shared data page as some sort of heuristic when connecting. Because this page does not exist in UEFI mappings, Windows may loop on this read so long as it fails. This work around will just return 0 when reads occur to this well-known VA so cause the heuristic to fail fast.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Tested on Q35 virtual platform.
Integration Instructions
N/A
</blockquote> <hr> </details>
-
Fix CodeQL issue for delimiter index in GDB parsing @cfernald (#20)
Change Details
## Description
Fix potential index overflow in GDB parsing.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
N/A
Integration Instructions
N/A
</blockquote> <hr> </details>
-
Change local in debug agent to static to fix compile error @cfernald (#12)
Change Details
## Description
Fixes a common local name to STATIC to avoid compile errors.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Local compile and test
Integration Instructions
N/A
-
Fix release pipeline permissions for uploading UefiExt.dll @cfernald (#11)
Change Details
## Description
Adds write permissions to release contents for the UefiExt build pipeline for it to upload the release artifact.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Manually tested in test release
Integration Instructions
N/A
</blockquote> <hr> </details>
-
GitHub Action: Bump actions/upload-artifact from 3 to 4 @dependabot (#8)
Change Details
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
Release notes
Sourced from actions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.
New Contributors
@vmjoseph
made their first contribution in actions/upload-artifact#464
Full Changelog: actions/upload-artifact@v3...v4.0.0
v3.1.3
What's Changed
- chore(github): remove trailing whitespaces by
@ljmf00
in actions/upload-artifact#313 - Bump
@actions/artifact
version to v1.1.2 by@bethanyj28
in actions/upload-artifact#436
Full Changelog: actions/upload-artifact@v3...v3.1.3
v3.1.2
- Update all
@actions/*
NPM packages to their latest versions- #374 - Update all dev dependencies to their most recent versions - #375
v3.1.1
- Update actions/core package to latest version to remove
set-output
deprecation warning #351
v3.1.0
What's Changed
- Bump
@actions/artifact
to v1.1.0 (actions/upload-artifact#327)- Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063)
Commits
5d5d22a
Merge pull request #515 from actions/eggyhead/update-artifact-v2.1.1f1e993d
update artifact license4881bfd
updating dist:a30777e
@eggyhead
3a80482
Merge pull request #511 from actions/robherley/migration-docs-typo9d63e3f
Merge branch 'main' into robherley/migration-docs-typodfa1ab2
fix typo with v3 artifact downloads in migration guided00351b
Merge pull request #509 from markmssd/patch-1707f5a7
Update limitation of10
artifacts upload to500
26f96df
Merge pull request #505 from actions/robherley/merge-artifacts- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting
@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
📖 Documentation Updates
-
Clarify launching windbgx from command line using provided config @cfernald (#18)
Change Details
## Description
Clarify how to launch windbgx using the provided config file.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
N/A
Integration Instructions
N/A
</blockquote> <hr> </details>
Full Changelog: v0.1.0...v0.1.1