The universal proxy platform
30 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | experimental/libbox/signal_handler_darwin.go | 41 | // Do NOT call Go's handler directly — Go's preparePanic only modifies the |
| LOW | experimental/libbox/signal_handler_darwin.go | 121 | func PrepareCrashSignalHandlers() { |
| LOW | transport/v2raygrpc/credentials/syscallconn.go | 21 | import ( |
| LOW | common/windivert/windivert.go | 1 | // Package windivert provides a pure-Go binding to the WinDivert kernel |
| LOW | common/schannel/doc.go | 1 | // Package schannel wraps the Windows Schannel security provider (SSPI) for |
| LOW | common/certificate/anchors_darwin.h | 1 | #ifndef BOX_CERTIFICATE_ANCHORS_DARWIN_H |
| LOW | common/srs/compat_test.go | 61 | From []byte |
| LOW | common/tls/apple_client_platform_darwin.m | 1 | #import "apple_client_platform_darwin.h" |
| LOW | common/ktls/ktls_cipher_suites_linux.go | 41 | TLS_CIPHER_CHACHA20_POLY1305_IV_SIZE kernelCryptoCipherType = 12 |
| LOW | common/ktls/ktls_cipher_suites_linux.go | 141 | crypto.cipher_type = TLS_CIPHER_CHACHA20_POLY1305 |
| LOW | common/ktls/ktls_cipher_suites_linux.go | 161 | |
| LOW | common/ktls/ktls_cipher_suites_linux.go | 261 | crypto.version = *hc.Version |
| LOW | common/ktls/ktls_cipher_suites_linux.go | 301 | // |
| LOW | constant/goos/goos.go | 1 | // Copyright 2015 The Go Authors. All rights reserved. |
| LOW | .github/setup_go_for_macos1013.sh | 41 | # stdlib (crypto/x509) is compiled from patched src automatically. |
| LOW | dns/transport/local/local_darwin_cgo.go | 101 | } |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | common/certificate/mozilla.go | 459 | // Certainly Root E1 |
| MEDIUM | common/certificate/mozilla.go | 474 | // Certainly Root R1 |
| MEDIUM | common/certificate/chrome.go | 412 | // CN=Certainly Root R1; O=Certainly; C=US |
| MEDIUM | common/certificate/chrome.go | 445 | // CN=Certainly Root E1; O=Certainly; C=US |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/migration.zh.md | 30 | "email": "admin@example.com" |
| LOW | docs/migration.zh.md | 50 | "email": "admin@example.com" |
| LOW | docs/migration.zh.md | 67 | "email": "admin@example.com" |
| LOW | docs/migration.md | 30 | "email": "admin@example.com" |
| LOW | docs/migration.md | 50 | "email": "admin@example.com" |
| LOW | docs/migration.md | 67 | "email": "admin@example.com" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | experimental/libbox/signal_handler_darwin.go | 25 | // Step 1: PLCrashReporter writes .plcrash, resets all handlers to SIG_DFL, |
| LOW | experimental/libbox/signal_handler_darwin.go | 40 | // Step 2: Restore Go's handler via sigaction (overwrites PLCrashReporter's SIG_DFL). |
| LOW | experimental/libbox/signal_handler_darwin.go | 47 | // Step 3: Return. The kernel restores the original ucontext and re-executes |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | release/completions/sing-box.zsh | 96 | # Check if this is an activeHelp statement (i.e., prefixed with $activeHelpMarker) |