MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / safe_json_dump

Function safe_json_dump

IntelOSINT.py:2129–2130  ·  view source on GitHub ↗
(payload, fp, **kwargs)

Source from the content-addressed store, hash-verified

2127
2128
2129def safe_json_dump(payload, fp, **kwargs):
2130 json.dump(redact_sensitive(payload), fp, **kwargs)
2131
2132
2133def _store_tg_session(session_value):

Callers 6

_scrape_telegramMethod · 0.85
_scrape_instagramMethod · 0.85
_scrape_tiktokMethod · 0.85
_scrape_youtubeMethod · 0.85
_scrape_githubMethod · 0.85
api_media_processFunction · 0.85

Calls 1

redact_sensitiveFunction · 0.85

Tested by

no test coverage detected