Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/bashkit/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading