diff --git a/Cargo.toml b/Cargo.toml index dd1acb46..55aeeb19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# Bashkit - Virtual bash interpreter for multi-tenant environments +# Bashkit - Awesomely fast virtual sandbox with bash and file system # Part of the Everruns ecosystem # See specs/ for design decisions @@ -12,7 +12,7 @@ edition = "2024" license = "MIT" authors = ["Everruns"] repository = "https://github.com/everruns/bashkit" -description = "Virtual bash interpreter for multi-tenant environments" +description = "Awesomely fast virtual sandbox with bash and file system" keywords = ["bash", "virtual", "ai", "agent", "everruns"] categories = ["command-line-utilities", "parser-implementations"] diff --git a/README.md b/README.md index a3e3a93e..efeb5834 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![docs.rs](https://img.shields.io/docsrs/bashkit)](https://docs.rs/bashkit) [![Repo: Agent Friendly](https://img.shields.io/badge/Repo-Agent%20Friendly-blue)](AGENTS.md) -Virtual bash interpreter for multi-tenant environments. Written in Rust. +Awesomely fast virtual sandbox with bash and file system. Written in Rust. ## Features diff --git a/crates/bashkit/src/lib.rs b/crates/bashkit/src/lib.rs index 4e07c84a..38fd8e36 100644 --- a/crates/bashkit/src/lib.rs +++ b/crates/bashkit/src/lib.rs @@ -1,4 +1,4 @@ -//! Bashkit - Virtual bash interpreter for multi-tenant environments +//! Bashkit - Awesomely fast virtual sandbox with bash and file system //! //! Virtual bash interpreter for AI agents, CI/CD pipelines, and code sandboxes. //! Written in Rust. diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 804ca15c..12807ce6 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -1798,6 +1798,10 @@ criteria = "safe-to-deploy" version = "0.244.0" criteria = "safe-to-deploy" +[[exemptions.writeable]] +version = "0.6.2" +criteria = "safe-to-deploy" + [[exemptions.writeable]] version = "0.6.3" criteria = "safe-to-deploy"