Hysteria is a powerful, lightning fast and censorship resistant proxy.
45 matches across 4 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | core/internal/congestion/bbr/windowed_filter.go | 1 | package bbr |
| LOW | core/internal/congestion/bbr/windowed_filter.go | 21 | // (or higher) than everything else in the window and it is the most recent. |
| LOW | core/internal/congestion/bbr/bandwidth_sampler.go | 21 | type sendTimeState struct { |
| LOW | core/internal/congestion/bbr/bandwidth_sampler.go | 281 | |
| LOW | core/internal/congestion/bbr/bandwidth_sampler.go | 321 | sampler.isAppLimited, |
| LOW | core/internal/congestion/bbr/bandwidth_sampler.go | 341 | // that due to the packet loss, the number of bytes on each curve might get |
| LOW | core/internal/congestion/bbr/bandwidth_sampler.go | 361 | // ack_rate = (bytes(A_1) - bytes(A_0)) / (time(A_1) - time(A_0)) |
| LOW | core/internal/congestion/bbr/bandwidth_sampler.go | 381 | // method. |
| LOW | core/internal/congestion/bbr/bandwidth_sampler.go | 401 | // 41. In this case, when we sample bandwidth for packets 21 to 40, the S_0/A_0 |
| LOW | …internal/congestion/bbr/packet_number_indexed_queue.go | 1 | package bbr |
| LOW | app/internal/url/url.go | 1 | // Copyright 2009 The Go Authors. All rights reserved. |
| LOW | app/internal/url/url.go | 101 | // appearing in a URL string, according to RFC 3986. |
| LOW | app/internal/url/url.go | 181 | |
| LOW | app/internal/url/url.go | 221 | // for non-ASCII bytes. |
| LOW | app/internal/url/url.go | 341 | } |
| LOW | app/internal/url/url.go | 381 | // and no password set. |
| LOW | app/internal/url/url.go | 801 | // To obtain the path, String uses u.EscapedPath(). |
| LOW | scripts/install_server.sh | 1 | #!/usr/bin/env bash |
| LOW | extras/outbounds/acl/compile.go | 161 | } |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | hyperbole.py | 83 | def check_command(args): |
| MEDIUM | hyperbole.py | 151 | def get_toolchain(): |
| MEDIUM | hyperbole.py | 167 | def get_lib_version(): |
| LOW | hyperbole.py | 89 | except Exception: |
| LOW | hyperbole.py | 118 | except Exception: |
| LOW | hyperbole.py | 146 | except Exception: |
| LOW | hyperbole.py | 157 | except Exception: |
| LOW | hyperbole.py | 174 | except Exception: |
| LOW | hyperbole.py | 296 | except Exception: |
| LOW | hyperbole.py | 361 | except Exception: |
| LOW | hyperbole.py | 374 | except Exception: |
| LOW | hyperbole.py | 395 | except Exception: |
| LOW | hyperbole.py | 416 | except Exception: |
| LOW | hyperbole.py | 428 | except Exception: |
| LOW | hyperbole.py | 434 | except Exception: |
| LOW | hyperbole.py | 446 | except Exception: |
| LOW | hyperbole.py | 453 | except Exception: |
| LOW | app/internal/utils/certloader_test_tlsclient.py | 31 | except Exception as e: |
| MEDIUM | app/internal/utils/certloader_test_tlsclient.py | 32 | print(f"Error: {e}") |
| MEDIUM | app/internal/utils/certloader_test_tlsclient.py | 7 | def check_tls(server, ca_cert, sni, alpn): |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | hyperbole.py | 167 | |
| LOW | hyperbole.py | 196 | |
| LOW | hyperbole.py | 399 | |
| LOW | hyperbole.py | 497 | |
| LOW | app/internal/sockopts/fd_control_unix_socket_test.py | 8 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | extras/outbounds/ob_direct.go | 418 | // Don't forget to close the UDPConn if binding fails |