From 8506e56da1d5edd7f4c28940e4f1e7f92800efcf Mon Sep 17 00:00:00 2001 From: Edison Jwa Date: Tue, 2 Jun 2026 13:33:59 +0900 Subject: [PATCH] docs(security): rename prefetch crate references --- docs/security/dependency-and-supply-chain-report.md | 2 +- docs/security/license-inventory.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/security/dependency-and-supply-chain-report.md b/docs/security/dependency-and-supply-chain-report.md index a11313c..29ca233 100644 --- a/docs/security/dependency-and-supply-chain-report.md +++ b/docs/security/dependency-and-supply-chain-report.md @@ -22,7 +22,7 @@ This report summarizes the current dependency and supply-chain controls visible | Area | Examples from current repository | DV status | |---|---|---| -| Rust workspace crates | `chanora_protocol`, `chanora_audio`, `chanora_storage`, `chanora_diagnostics`, `chanora_bridge`, `chanora_resolver`, `chanora_server_prefetch`, `chanora_state`, `chanora_core` | In workspace and covered by CI commands | +| Rust workspace crates | `chanora_protocol`, `chanora_audio`, `chanora_storage`, `chanora_diagnostics`, `chanora_bridge`, `chanora_resolver`, `chanora_prefetch`, `chanora_state`, `chanora_core` | In workspace and covered by CI commands | | Flutter app dependencies | `flutter_rust_bridge`, `audio_session`, `flutter_foreground_task`, `package_info_plus`, `share_plus`, `shared_preferences` | Covered by Flutter dependency resolution and license inventory job | | Native/audio dependencies | Opus, platform audio stacks, Android/iOS audio services | Require platform build and license review evidence | | Patched Rust dependency | `cmake` patched to a pinned git revision for Android build support | Requires DEC-032 tracking and periodic reevaluation | diff --git a/docs/security/license-inventory.md b/docs/security/license-inventory.md index d3544f4..e3c1a02 100644 --- a/docs/security/license-inventory.md +++ b/docs/security/license-inventory.md @@ -294,7 +294,7 @@ those terms. | chanora_diagnostics | 0.2.0-beta.1 | `Apache License 2.0` | | | chanora_protocol | 0.2.0-beta.1 | `Apache License 2.0` | | | chanora_resolver | 0.1.0 | `Apache License 2.0` | — | -| chanora_server_prefetch | 0.2.0-beta.1 | `Apache License 2.0` | | +| chanora_prefetch | 0.2.0-beta.1 | `Apache License 2.0` | | | chanora_state | 0.2.0-beta.1 | `Apache License 2.0` | | | chanora_storage | 0.2.0-beta.1 | `Apache License 2.0` | | | alsa | 0.11.0 | `Apache License 2.0` | |