Bump Scalar.AspNetCore from 2.14.4 to 2.14.9#109
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump Scalar.AspNetCore from 2.14.4 to 2.14.9#109dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
--- updated-dependencies: - dependency-name: Scalar.AspNetCore dependency-version: 2.14.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
mghabin
added a commit
that referenced
this pull request
May 2, 2026
Audit-driven cleanup folding in **all 6 open Dependabot PRs** + closing the 4 high-impact findings from this session's parallel audit run + addressing all 3 open issues. ## Headline change: 3 docs prescribed a **forbidden** pattern `docs/validation.md:54,57,156` and `docs/decision-trees.md:76,82` showed `[Authorize(Roles = "...")]` — explicitly forbidden by `DOCTRINE.md` (added in PR #110): silently no-ops on Microsoft.Identity.Web JWT schemes (`MapInboundClaims=false` looks for `ClaimTypes.Role`, Entra emits short-name `roles`). Readers copying these snippets would deploy a privilege-escalation bug. ## Six Dependabot PRs absorbed Each as part of this single squash, with their breakage transitively fixed: - **#104** (actions group) — `markdownlint-cli2-action v20→v23` introduced new MD060 enforcement. Realigned 5 doc tables + disabled MD060 in `.markdownlint.yaml` (emoji-width breaks 'aligned' detection). - **#105** Microsoft.Identity.Web 4.8 → 4.9 - **#106** Azure.Monitor.OpenTelemetry.Exporter 1.7 → 1.8 - **#107** Meziantou.Analyzer + SonarAnalyzer.CSharp - **#108** Microsoft.NET.Test.Sdk 18.4.0 → 18.5.1 - **#109** Scalar.AspNetCore 2.14.4 → 2.14.9 ## All 4 audit waves - **A — Doc doctrine**: validation.md + decision-trees.md fixed; operations.md env-rename runbook marked historical. - **B — Test coverage** (+21 new tests, 72 → 93): - new `EntraAuthForwardedHeadersExtensionsTests` (X-Forwarded-* + ForwardLimit cap) - rate-limiter long-form claim Theory (`http://schemas.microsoft.com/identity/claims/{tid,oid,appid}`) + Retry-After RFC 6585 + 2-user partition isolation - claims-challenge RFC 7235 edge-case Theory (case-insensitive params, comma-in-quoted, empty Bearer, multi-Bearer first-wins, non-Bearer scheme) - **bug fix surfaced by Retry-After test**: `MetadataName.RetryAfter` isn't always populated; falls back to `opts.Window` so 429 responses always carry the header. - **C — Infra**: - `log-analytics.bicep` `retentionInDays` parameterized (prod=90d audit floor, others=30d) - new `modules/budget.bicep` (Microsoft.Consumption/budgets, Forecasted+Actual at 80/100%, prod $50/mo, others $10/mo) - new `drift-detection.yml` workflow (weekly `az deployment group what-if`, matrix [ci, ppe], `::warning::` on drift) - container-app `transport='https'` for prod - **D — Polish**: - `DownstreamApiClient.ProbeAsync` `ConfigureAwait(false)` (library code) - `cd-cleanup.yml` PPE auth failure fixed via pre-check before `azure/login` ## Issues closed - **#80** — re-spiked twice (xunit.v3 3.2.2 + M.T.E.* still incompatible). Closing as `wontfix`. Added `Microsoft.Testing.*` to dependabot test-group so future bumps land grouped. - **#83** — keeping open as a focused follow-up (WAF<Program> harness migration is independent doctrine work; existing `IHostBuilder + TestServer` test covers the same matrix). - **#85** — keeping open as a focused follow-up (kitchen-worker → ACA Job is real architectural change; new module + permission-grant rewiring + CD pipeline change deserves its own PR). ## Verification | Gate | Result | |---|---| | `dotnet test EntraAuthPatterns.slnx` | **93/93** | | `az bicep build` (every `.bicep` + `.bicepparam`) | clean | | `actionlint` | clean | | `shellcheck` | clean | | `markdownlint-cli2` (CI version) | clean | Co-authored-by: mghabin <81494213+MohammadGhabin@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Scalar.AspNetCore from 2.14.4 to 2.14.9.
Release notes
Sourced from Scalar.AspNetCore's releases.
No release notes found for this version range.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)