You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): Bump actions/setup-dotnet from 5 to 6 in the github-actions-dependencies group (#130)
* chore(deps): Bump actions/setup-dotnet
Bumps the github-actions-dependencies group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).
Updates `actions/setup-dotnet` from 5 to 6
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(deps): patch AngleSharp and System.Security.Cryptography.Xml CVEs
Vulnerability Check was failing (blocking Review Summary) due to two
pre-existing high/moderate vulnerabilities unrelated to this PR's own
diff, both surfaced by `dotnet list package --vulnerable`:
- AngleSharp 1.4.0 (transitive via bunit 2.7.2) is vulnerable to
GHSA-pgww-w46g-26qg / CVE-2026-54570 (mXSS via annotation-xml HTML
integration point bypass). Pin to 1.5.2 (first patched: 1.5.0).
- System.Security.Cryptography.Xml 10.0.9 in build/_build.csproj has
5 known high-severity advisories (GHSA-cvvh-rhrc-wg4q, GHSA-g8r8-53c2-pm3f,
GHSA-23rf-6693-g89p, GHSA-8q5v-6pqq-x66h, GHSA-mmjf-rqrv-855v). Bump to
10.0.10, the same fix already applied in #132.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JerrettDavis <mxjerrett@gmail.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments