Commit aa784eb
fix: upgrade packages in agent container to mitigate CVE-2023-44487 (#760)
Add an apt-get upgrade step after the main package installation in the
agent Dockerfile. This ensures all base image packages (including
Node.js) receive the latest security patches, addressing the HTTP/2
Rapid Reset Attack vulnerability (CVE-2023-44487) and other known CVEs.
While this CVE primarily affects HTTP/2 server implementations and the
agent container acts as a client, upgrading packages is the most robust
defense-in-depth approach.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 311ab0c commit aa784eb
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments