apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.58k stars 512 forks source link

fix(auth): enhance the URL check #2422

Closed zyxxoo closed 4 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 66.31%. Comparing base (eb6570c) to head (7fb1a00).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2422 +/- ## ============================================ + Coverage 66.26% 66.31% +0.04% Complexity 827 827 ============================================ Files 511 511 Lines 42623 42624 +1 Branches 5947 5947 ============================================ + Hits 28245 28264 +19 + Misses 11563 11553 -10 + Partials 2815 2807 -8 ```

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

SunnyBoy-WYH commented 4 months ago

seems this pr will also solve https://github.com/apache/incubator-hugegraph/issues/2176