ci(security): include android/template crates in unsafe debt audit
This commit is contained in:
parent
4a6dc2dfc6
commit
9015eef883
@ -1,3 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
//! ZeroClaw Android Bridge
|
||||
//!
|
||||
//! This crate provides UniFFI bindings for ZeroClaw to be used from Kotlin/Android.
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
fn main() {
|
||||
uniffi::uniffi_bindgen_main()
|
||||
}
|
||||
|
||||
@ -1,6 +1,15 @@
|
||||
[audit]
|
||||
# Paths that the audit must cover (repo-root relative prefixes).
|
||||
include_paths = ["src", "crates", "tests", "benches", "fuzz", "firmware"]
|
||||
include_paths = [
|
||||
"src",
|
||||
"crates",
|
||||
"tests",
|
||||
"benches",
|
||||
"fuzz",
|
||||
"firmware",
|
||||
"clients/android-bridge",
|
||||
"templates/rust",
|
||||
]
|
||||
|
||||
# Optional prefixes to exclude from the audit.
|
||||
ignore_paths = []
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
//! __SKILL_NAME__ — ZeroClaw Skill (Rust / WASI)
|
||||
//!
|
||||
//! Performs arithmetic: add, subtract, multiply, divide.
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
//! __SKILL_NAME__ — ZeroClaw Skill (Rust / WASI)
|
||||
//!
|
||||
//! Returns mock weather data for a given city.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user