rmisev / url_whatwg

An implementation of the WHATWG URL Standard in C++
https://upa-url.github.io/docs/
Other
9 stars 0 forks source link

Do not allow "." and ".." as UNC share names #34

Closed rmisev closed 7 months ago

rmisev commented 7 months ago

Because they have a special meaning and are removed by the URL parser.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5abb4a4) 99.73% compared to head (99c3e20) 99.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ======================================= Coverage 99.73% 99.73% ======================================= Files 16 16 Lines 2291 2305 +14 ======================================= + Hits 2285 2299 +14 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.