firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Secure and fast microVMs for serverless computing.

Results 292 firecracker issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

Hi, Your documentation for VMWare on MacOS is missing some settings that are vital to making sure port communication works properly. Promiscuous mode must be enabled without authentication, and the...

Status: Awaiting author

Set a per-harness timeout of 30 minutes. This should hopefully make it easier to debug scenarios where proofs end up hanging indefinitely, as we now no longer hit the pytest...

Opening this as a Draft PR ## Changes Removed unused metrics; used this [script](https://gist.github.com/mdhaduk/97636632806443c0623d77e9d199a831 "script") to generally identify which metrics **might** not be used, then manually removed them To identify...

## Changes Added a new device metric system for both RNG and VMM VIRTIO devices. This includes mapping them through a BTreeMap as mentioned in issue #4145 for the net...

Status: Awaiting author

- workaround for kvm-clock - correctly clear private flag from free'd folios ## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms...

## Changes This PR adds architecture-specific modules to support booting and running RISC-V uVMs. It also introduces the necessary conditional compilation guards to the existing Firecracker code to enable selecting...

> [!CAUTION] > Ubuntu 6.8.x kernels are not officially supported by Firecracker. If you need a stable environment, please use 6.1 or 5.10 kernels from amazon-linux, which are not impacted...

Status: Blocked

# Feature Request The backing kernel module for iptables (x_tables) is extremely not recommended by the Linux netfilter team, so the iptables command now on most distros is deprecated and...

Status: Parked