Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2129
def
safe_json_dump(payload, fp, **kwargs):
2130
json.dump(redact_sensitive(payload), fp, **kwargs)
2131
2132
2133
def
_store_tg_session(session_value):
Callers
6
_scrape_telegram
Method · 0.85
_scrape_instagram
Method · 0.85
_scrape_tiktok
Method · 0.85
_scrape_youtube
Method · 0.85
_scrape_github
Method · 0.85
api_media_process
Function · 0.85
Calls
1
redact_sensitive
Function · 0.85
Tested by
no test coverage detected