Skip to content

Bump Scalar.AspNetCore from 2.14.4 to 2.14.9#109

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Scalar.AspNetCore-2.14.9
Closed

Bump Scalar.AspNetCore from 2.14.4 to 2.14.9#109
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Scalar.AspNetCore-2.14.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

⚠️ Dependabot is rebasing this PR ⚠️

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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

---
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>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 1, 2026
@dependabot dependabot Bot requested a review from mghabin as a code owner May 1, 2026 19:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 1, 2026
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>
@mghabin
Copy link
Copy Markdown
Owner

mghabin commented May 2, 2026

Superseded by PR #111 (admin-merged as 8577b0b) — bump folded into the audit-driven cleanup wave alongside transitive fixes (markdownlint v23 MD060 realignment, RFC 6585 Retry-After bug fix, etc.).

@mghabin mghabin closed this May 2, 2026
@mghabin mghabin deleted the dependabot/nuget/Scalar.AspNetCore-2.14.9 branch May 2, 2026 16:00
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 2, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant