Skip to content

Fix docs restore: update Atoll to 0.12.0, override AngleSharp to 1.7.2 - #18

Merged
damianh merged 2 commits into
mainfrom
dh/kms-rsa-3072-ecc-signing
Aug 31, 2026
Merged

Fix docs restore: update Atoll to 0.12.0, override AngleSharp to 1.7.2#18
damianh merged 2 commits into
mainfrom
dh/kms-rsa-3072-ecc-signing

Conversation

@damianh

@damianh damianh commented Aug 31, 2026

Copy link
Copy Markdown
Owner

The deploy-docs workflow fails on main at dotnet restore docs/Docs/Docs.csproj: the transitive AngleSharp 1.3.0 (via Atoll) has a known moderate vulnerability (GHSA-pgww-w46g-26qg), which NU1902 warnings-as-errors turns into a restore failure.

Changes

  • Bump Atoll.Middleware and Atoll.Lagoon from 0.7.6 to 0.12.1, which references a patched AngleSharp, so no direct override is needed.

Testing

  • dotnet restore and dotnet build -c Release of docs/Docs/Docs.csproj both succeed locally with 0 warnings.

This unblocks the docs deployment ahead of the v0.3.0 release.

damianh and others added 2 commits August 31, 2026 15:11
Atoll 0.12.0 still pulls AngleSharp 1.3.0, which has a known moderate
vulnerability (GHSA-pgww-w46g-26qg) failing restore via NU1902
warnings-as-errors. Add a direct AngleSharp 1.7.2 reference to
override the transitive version and unblock deploy-docs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Atoll 0.12.1 references a patched AngleSharp, so the direct override
is no longer needed.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@damianh
damianh merged commit 08aa3ce into main Aug 31, 2026
1 check passed
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.

1 participant