filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 461 forks source link

fix: api: Length check the array sent to RPC #6293

Closed simlecode closed 6 months ago

simlecode commented 6 months ago

关联的Issues (Related Issues)

https://github.com/filecoin-project/lotus/pull/11696/files

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that:

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 25%. Comparing base (0f2b03e) to head (9c2c4b6). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6293 +/- ## ====================================== Coverage 25% 25% ====================================== Files 650 650 Lines 80901 80903 +2 ====================================== + Hits 20747 20751 +4 + Misses 57440 57437 -3 - Partials 2714 2715 +1 ```