Commit e646da7
docs(readme): document new operator-facing env vars (decompression caps, seccomp root, snapshot/mirror) (#147)
* docs(readme): document the new operator-facing env vars
The env-var reference was missing several operator-facing knobs added by the
recent operability + security hardening:
- A3S_BOX_MAX_LAYER_BYTES / A3S_BOX_MAX_BUILD_EXTRACT_BYTES — decompression-bomb
caps on layer pull and build ADD/COPY auto-extract (defaults 16 GiB / 4 GiB).
- A3S_BOX_SECCOMP_PROFILE_ROOT — root the CRI localhostProfile seccomp path is
confined to (default /var/lib/kubelet/seccomp).
- A3S_BOX_MAX_SNAPSHOTS / A3S_BOX_MAX_SNAPSHOT_BYTES — snapshot auto-prune caps
(were documented in prose but absent from the reference table).
- A3S_REGISTRY_MIRRORS — registry mirror map.
Docs-only; no behavior change.
* docs(changelog): record post-2.3.0 security/concurrency/operability hardening
Fill the empty [Unreleased] section with the three post-2.3.0 audits merged to
main (#131-#146): untrusted-input security (CRITICAL digest path-traversal,
whiteout host-delete, decompression bombs, CRI seccomp confinement), daemonless
lifecycle concurrency races, and 24 operability findings. Docs-only.
---------
Co-authored-by: Roy Lin <roylin@a3s.box>1 parent ad26f69 commit e646da7
2 files changed
Lines changed: 63 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
7 | 64 | | |
8 | 65 | | |
9 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
440 | 446 | | |
441 | 447 | | |
442 | 448 | | |
| |||
0 commit comments