krata icon indicating copy to clipboard operation
krata copied to clipboard

krata is an isolation engine built for securing workloads

Results 70 krata issues
Sort by recently updated
recently updated
newest added

Pin GitHub Actions to a digest to [prevent supply chain attacks](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions). Adds Step Security Github Actions Harden Runner agent, which monitors for least privilege GITHUB_TOKEN permissions and egress connections. More...

## 🤖 New release * `krata`: 0.0.10 -> 0.0.11 (⚠️ API breaking changes) * `krata-oci`: 0.0.10 -> 0.0.11 (✓ API compatible changes) * `krata-guest`: 0.0.10 -> 0.0.11 (✓ API compatible...

### What happened? Hello, I followed the Development Guide and when I tried to launch the guest I got a failure. I launched the guest using: `RUST_LOG=debug ./hack/debug/kratactl.sh launch --attach...

bug

Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.9 to 0.4.10. Changelog Sourced from async-compression's changelog. 0.4.10 - 2024-05-09 Other (deps) update brotli requirement from 5.0 to 6.0 (#274) Fix pipeline doc: Warn on unexpected...

dependencies
rust

While the components are in place, we don't have the RPC exposed for these operations.

enhancement
good first issue

Forgetting to detach before killing the daemon can make a shell unreasponsive. We should use exponential timeouts and polish the UX during that case

bug
ergonomics

Opening an issue just to track the pre-init dmesg items I spot that may be hints to other issues or just worth addressing at some point - `ACPI: MPS support...

We should generate a 2-part name using words from a predefined dictionary that are 3-6 characters long, so people using kratactl can type that instead of the UUID, in case...

enhancement
ergonomics

This PR will bring HVM support via PVH. We get to keep all of the PV goodies with HVM support. Notably, this PR implements that functionality interchangeably, so that we...

Most, if not all of the components within krata use a controller / processor strategy, where a background green thread performs processing and another component can interact with that processor...

enhancement
help wanted