Skip to content

fix: bump bunit to 2.8.6, drop explicit AngleSharp pin - #91

Merged
andregoepel merged 1 commit into
mainfrom
bugfix/bunit-2.8.6-anglesharp-pin
Jul 30, 2026
Merged

fix: bump bunit to 2.8.6, drop explicit AngleSharp pin#91
andregoepel merged 1 commit into
mainfrom
bugfix/bunit-2.8.6-anglesharp-pin

Conversation

@andregoepel

Copy link
Copy Markdown
Owner

bUnit 2.8.6 declares AngleSharp >= 1.5.2 as a direct dependency, so the explicit AngleSharp PackageReference in the test project (workaround for GHSA-pgww-w46g-26qg / CVE-2026-54570) is no longer needed.

  • bunit 2.7.2 -> 2.8.6
  • removed the explicit AngleSharp reference and its central PackageVersion; AngleSharp now resolves to 1.5.2 via bUnit itself (previously force-pinned to 1.6.0)
  • lock file regenerated

Verified: build clean, dotnet list package --vulnerable --include-transitive reports no vulnerable packages, all tests green (232 passed).

Closes #90

🤖 Generated with Claude Code

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.

Remove AngleSharp security pin now that bUnit 2.8.6 resolves >= 1.5.2

1 participant