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

fix: validate UTF-8 inside tag during parsing #54

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

tdakkota
Copy link
Member

Fixes #53

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (01c0d21) 77.41% compared to head (92f6fe7) 77.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   77.41%   77.43%   +0.01%     
==========================================
  Files          22       22              
  Lines        7257     7262       +5     
==========================================
+ Hits         5618     5623       +5     
  Misses       1264     1264              
  Partials      375      375              
Impacted Files Coverage Δ
decode.go 86.19% <100.00%> (-0.04%) ⬇️
parserc.go 87.51% <100.00%> (+0.09%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tdakkota tdakkota merged commit efa05be into go-faster:main Apr 13, 2023
@tdakkota tdakkota deleted the fix/validate-tag-utf8 branch April 18, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FuzzDecodeEncodeDecode: yaml: invalid UTF-8 in tag "\xc0\x80"
1 participant