straw/rust/strawcore/src
Kayos 780bb6152c vc=37 (rust): scrub PII from strawcore info-logs
CVE round-2 HIGH-2: android_logger is configured at info-level in
release builds, so log::info!('strawcore::search query={}', query)
emits the user's actual search query to logcat. LogDump.scrubLine's
regex only catches googlevideo URLs + signed params — bare search
text rides through into a Settings → Export Logs share-sheet
attachment intact. Same for channel_info / stream_info URLs.

Replaced the value-bearing logs with shape-only (query_len /
input_len). The shape is enough to debug 'why did the search
return empty?' without the privacy hit.
2026-05-25 14:11:00 -07:00
..
channel.rs vc=37 (rust): scrub PII from strawcore info-logs 2026-05-25 14:11:00 -07:00
error.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
lib.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
runtime.rs Phase 7 — strawcore wrapper now bridges to Sulkta-Coop/strawcore-core 2026-05-24 17:29:23 -07:00
search.rs vc=37 (rust): scrub PII from strawcore info-logs 2026-05-25 14:11:00 -07:00
stream.rs vc=37 (rust): scrub PII from strawcore info-logs 2026-05-25 14:11:00 -07:00
uniffi-bindgen.rs v0.1.0-U (vc=8): Phase U-1 + U-2 — Rust core + rustypipe search 2026-05-24 08:36:50 -07:00