fix: harden yaml parsing - #3027
Merged
Merged
Conversation
Code Coverage OverviewLanguages: C# C# / code-coverage/dotnetThe overall coverage in commit 684c8d6 in the Show a code coverage summary of the most impacted files.
Updated |
|
Gavin Barron (gavinbarron)
enabled auto-merge (squash)
August 18, 2026 23:45
Adrian (adrian05-ms)
approved these changes
Aug 19, 2026
Gavin Barron (gavinbarron)
added a commit
that referenced
this pull request
Aug 19, 2026
port of #3027 to v2
Vincent Biret (baywet)
pushed a commit
that referenced
this pull request
Aug 19, 2026
port of #3027 to v2
This was referenced Aug 20, 2026
Merged
This was referenced Aug 21, 2026
chore(deps): Bump Microsoft.OpenApi from 2.12.0 to 3.10.2
carloscampos2014/LicenciamentoSoftware#234
Open
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.



Pull Request
Description
Improved safety when loading OAS documents from YAML inputs
Type of Change
Related Issue(s)
Changes Made
Checks loading via streams via SharpYaml events
Adds alias budget
Adds new helpers for AddYamlReader
Testing
Checklist
Versions applicability
See the contributing guidelines for more information about how patches are applied across multiple versions.
Additional Notes