MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / test_is_interesting_path_env

Function test_is_interesting_path_env

tests/test_recon_engine.py:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68
69def test_is_interesting_path_env():
70 from recon_engine import _is_interesting_path
71 assert _is_interesting_path(".env", 200) is True
72
73
74def test_is_interesting_path_skips_forbidden():

Callers

nothing calls this directly

Calls 1

_is_interesting_pathFunction · 0.90

Tested by

no test coverage detected