Commit 8503935
authored
Remove
`wget` is only used to download `composer` as part of the Debian-based
image build process. The version of `wget` embedded in a number of
recent CDash releases is vulnerable to
[CVE-2024-38428](https://nvd.nist.gov/vuln/detail/CVE-2024-38428),
causing security scanners to flag our images unnecessarily. We already
use `curl` for CDash itself, so we can simply replace all existing
usages of `wget` with `curl` to resolve this issue.wget from Debian-based image (#2839)1 parent 7aa5495 commit 8503935
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
0 commit comments