Uh oh!
There was an error while loading. Please reload this page.
fix(fetch): handle multi-value RDN in certificate security details - #41824
Conversation
Node reports repeated DN attributes (e.g. two CN entries) as string arrays, which failed the SecurityDetails protocol validation. Fixes: microsoft#41815
Test results for "MCP"2 failed 7758 passed, 1249 skipped Merge workflow run. |
Hi, I'm the Playwright bot and I took a look at the CI failures. 🟢 Both failures are pre-existing flakes — this PR is clearThe two red tests are both in DetailsThe PR only changes Pre-existing flake / infra
Both meet the bar for a flake call: the same Triaged by the Playwright bot - agent run |
Test results for "tests 1"3 flaky49756 passed, 1158 skipped Merge workflow run. |
6693f58
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
as stringcasts forwarded the array into theSecurityDetailschannel, failing validation on every response from such a server.subject/issuerfields.Fixes#41815