Skip to content
Open
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 docs/RELEASE_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ since less than 6 months elapsed from their MINOR release time.
- v2.11.0 released on 2022-07-10
- v2.12.0 released on 2022-09-11

In case of of an event occurring in 2023-05-04, v2.11 and v2.12 will be patched
In case of an event occurring in 2023-05-04, v2.11 and v2.12 will be patched
since those were the last 2 Firecracker major releases and less than an year
passed since their release time.

Expand All @@ -81,7 +81,7 @@ passed since their release time.
- v3.0.0 released on 2022-07-10
- v3.1.0 released on 2022-09-11

In case of of an event occurring in 2023-01-13, v2.14 will be patched since is
In case of an event occurring in 2023-01-13, v2.14 will be patched since is
the last minor of v2 and has less than one year since release while v3.0 and
v3.1 will be patched since were the last two Firecracker releases and less than
6 months have passed since release time.
Expand Down
2 changes: 1 addition & 1 deletion src/vmm/src/devices/virtio/net/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ impl Net {
// does not filter IPv4 packets. Operators deploying Firecracker
// based services should implement host-level firewall rules to
// restrict guest egress traffic.
// 3. Preventing this TOCTOU by copying packets to to a host buffer
// 3. Preventing this TOCTOU by copying packets to a host buffer
// before routing decisions would significantly reduce guest-to-host
// TCP throughput, which is not justifiable given the mitigations
// available at host-level.
Expand Down