MCPcopy
hub / github.com/mitmproxy/mitmproxy / test_socks5_fuzz

Function test_socks5_fuzz

test/mitmproxy/proxy/layers/test_socks5_fuzz.py:22–24  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

20
21@given(binary())
22def test_socks5_fuzz(data):
23 layer = Socks5Proxy(tctx)
24 list(layer.handle_event(DataReceived(tctx.client, data)))

Callers

nothing calls this directly

Calls 3

Socks5ProxyClass · 0.90
DataReceivedClass · 0.90
handle_eventMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…