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 host_parser::parse_host function #44

Merged
merged 1 commit into from
Jun 23, 2024
Merged

Fix host_parser::parse_host function #44

merged 1 commit into from
Jun 23, 2024

Conversation

rmisev
Copy link
Owner

@rmisev rmisev commented Jun 23, 2024

Do not report error on forbidden < and > characters if they are NFC normalized to valid ones.

Do not report error on forbidden < and > characters if they are NFC
normalized to valid ones.
Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.74%. Comparing base (98b7d8d) to head (7e84519).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          16       16           
  Lines        2321     2322    +1     
  Branches      382      386    +4     
=======================================
+ Hits         2315     2316    +1     
  Misses          6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rmisev rmisev merged commit 7e84519 into main Jun 23, 2024
22 checks passed
@rmisev rmisev deleted the fix-parse_host branch June 23, 2024 09:13
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.

None yet

1 participant