mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Adding cname anonymization #162

Closed na-g closed 5 years ago

na-g commented 5 years ago

This patch prevents revealing information from sneaking past annonymization via the cname blob.

na-g commented 5 years ago

See #163

codecov-io commented 5 years ago

Codecov Report

Merging #162 into master will decrease coverage by 0.05%. The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage    89.5%   89.45%   -0.06%     
==========================================
  Files           8        8              
  Lines        3612     3650      +38     
==========================================
+ Hits         3233     3265      +32     
- Misses        379      385       +6
Impacted Files Coverage Δ
src/anonymizer.rs 92.66% <100%> (+0.58%) :arrow_up:
src/attribute_type.rs 88.44% <77.77%> (-0.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b8538d...8c50a42. Read the comment docs.