Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
86f10c2 to
083af99
Compare
--- updated-dependencies: - dependency-name: Microsoft.Identity.Web dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
083af99 to
3c7d657
Compare
CI Failure TriageDependency: Microsoft.Identity.Web 4.8.0 → 4.9.0 Failing check: Triage: The markdown lint failure is unrelated to the dependency bump itself — the PR only modifies a single NuGet version pin in Root cause: Flaky / pre-existing markdown lint violation — not caused by this dependency update. Action required: Once the markdown lint issue on |
CI Triage — Build FailingThis PR cannot be merged automatically because one required check is failing. Failing Check
AnalysisThis PR only changes a single line in Recommended Action
|
|
@copilot fix the failures after updating this package |
… files Agent-Logs-Url: https://github.com/PlagueHO/prompt-babbler/sessions/48f649bc-c114-4ed8-8270-6f6edff1fad8 Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com>
Fixed the markdown lint failures in commit
|
|
@copilot resolve the merge conflicts in this pull request |
…pt-babbler-service/Microsoft.Identity.Web-4.9.0 # Conflicts: # .copilot-tracking/research/subagents/2026-05-05/dr03-container-deployment-research.md Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com>
Resolved in commit |
SummarySummary
CoveragePromptBabbler.Api - 66.3%
PromptBabbler.Domain - 100%
PromptBabbler.Infrastructure - 55.4%
PromptBabbler.McpServer - 3.5%
|
Updated Microsoft.Identity.Web from 4.8.0 to 4.9.0.
Release notes
Sourced from Microsoft.Identity.Web's releases.
4.9.0
New features
Sidecar:AllowOverridesconfiguration section provides explicit, per-route control over whetheroptionsOverride.*query-string parameters are honored. Authenticated routes default to allowing overrides (preserving existing behavior); unauthenticated routes default to rejecting them.optionsOverride.BaseUrlis unconditionally rejected on all routes as a hardening measure. See #3794.Bug fixes
AccountController.Challengeredirect URI validation to reject percent-encoded protocol-relative bypasses (%2F%2F,%5C%2F, etc.) that could be decoded by misconfigured reverse proxies. See #3792.Behavior changes
DownstreamApiOptions.ExtraHeaderParameterswhose names match reserved HTTP headers (Authorization,Host,Content-Length,Proxy-Authorization,Sec-*,Proxy-*, etc.) or duplicate a header the library already set are now silently skipped. A warning-level log entry (ReservedHeaderIgnored/DuplicateHeaderIgnored) is emitted so operators can spot misconfigurations. No exception is thrown. See #3793.Dependencies updates
Microsoft.Extensions.DependencyInjection.Abstractions8.0.2 on non-framework-coupled TFMs (net462, net472, netstandard2.0). This caused aCS0433type collision with the previously-pinnedMicrosoft.Extensions.DependencyInjection2.1.0. Rather than patch individual packages, the entireMicrosoft.Extensions.*stack on these older TFMs has been bumped to 8.0.x, closing several 5-year version gaps and aligning with the net8.0 baseline. If your application targets net462, net472, or netstandard2.0, your resolvedMicrosoft.Extensions.*versions will increase (e.g.,Extensions.Http3.1.3 → 8.0.0,Extensions.DependencyInjection2.1.0 → 8.0.0,Extensions.Caching.Memory2.1.0/6.0.2 → 8.0.1). Applications already targeting net8.0+ are unaffected. See #3787.System.Text.Json8.0.5 → 8.0.6 (CVE-2024-43485). See #3787.Microsoft.AspNetCore.DataProtectionto 10.0.7 for CVE fix on net10.0. See #3796.OpenTelemetry.Exporter.OpenTelemetryProtocol1.14.0 → 1.15.3. See #3788.Full Changelog: AzureAD/microsoft-identity-web@4.8.0...4.9.0
Commits viewable in compare view.
This change is