little-bear-labs / ipfs-chromium

19 stars 1 forks source link

Remove illegal absolute UnixFS symlinks #89

Closed John-LittleBearLabs closed 8 months ago

John-LittleBearLabs commented 9 months ago

Removing code for absolute symlinks which point outside root.

Fixes #85

codecov[bot] commented 9 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (5e41a17) 52.45% compared to head (190e2d1) 62.21%. Report is 16 commits behind head on main.

Files Patch % Lines
library/include/ipfs_client/gw/requestor.h 0.00% 2 Missing :warning:
library/include/multibase/algorithm.h 33.33% 2 Missing :warning:
library/include/ipfs_client/cid.h 50.00% 1 Missing :warning:
library/include/ipfs_client/context_api.h 0.00% 1 Missing :warning:
library/include/ipfs_client/dag_cbor_value.h 0.00% 1 Missing :warning:
library/include/ipfs_client/gateways.h 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #89 +/- ## ========================================== + Coverage 52.45% 62.21% +9.75% ========================================== Files 48 71 +23 Lines 2381 2911 +530 ========================================== + Hits 1249 1811 +562 + Misses 1132 1100 -32 ```

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