Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(yaml) Minor parsing validation miss: tagged as int, exception on underscore-only values #435

Closed
cowtowncoder opened this issue Oct 13, 2023 · 0 comments
Labels
2.16 Fix or feature targeted at 2.16 release yaml Issue related to YAML format backend
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: found by https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61823)

Looks like validation for "underscore-only" values fails if tagged as "int" (via !int), decoder barfing on empty String.

cowtowncoder added a commit that referenced this issue Oct 13, 2023
cowtowncoder added a commit that referenced this issue Oct 13, 2023
@cowtowncoder cowtowncoder added yaml Issue related to YAML format backend 2.16 Fix or feature targeted at 2.16 release labels Oct 14, 2023
@cowtowncoder cowtowncoder added this to the 2.16.0 milestone Oct 14, 2023
@cowtowncoder cowtowncoder changed the title Minor parsing validation miss: tagged as int, exception on underscore-only values (yaml) Minor parsing validation miss: tagged as int, exception on underscore-only values Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.16 Fix or feature targeted at 2.16 release yaml Issue related to YAML format backend
Projects
None yet
Development

No branches or pull requests

1 participant