This repository was archived by the owner on Nov 11, 2025. It is now read-only.
DO NOT MERGE - review PR before submission upstream #44
GitHub Advanced Security / CodeQL
succeeded
Oct 6, 2025 in 3s
3 new alerts
New alerts in code changed by this pull request
- 1 warning
- 2 notes
Alerts not introduced by this pull request might have been detected because the code changes were too large.
See annotations below for details.
Annotations
Check warning on line 176 in src/Microsoft.OpenApi/Models/OpenApiPathItem.cs
github-advanced-security / CodeQL
Constant condition
Pattern always matches.
Check notice on line 202 in src/Microsoft.OpenApi/Reader/V2/OpenApiResponseDeserializer.cs
github-advanced-security / CodeQL
Missed opportunity to use Where
This foreach loop [implicitly filters its target sequence](1) - consider filtering the sequence explicitly using '.Where(...)'.
Check notice on line 207 in src/Microsoft.OpenApi/Reader/V32/OpenApiSchemaDeserializer.cs
github-advanced-security / CodeQL
Missed opportunity to use Where
This foreach loop [implicitly filters its target sequence](1) - consider filtering the sequence explicitly using '.Where(...)'.
Loading