Skip to content

Commit 625d9a0

Browse files
Apply suggestions from code review
Co-authored-by: Lars Francke <[email protected]>
1 parent cc96a0b commit 625d9a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stackable-base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ RUN <<EOF
8181
microdnf update
8282

8383
# **findutils**
84-
# Needed to find all patch files, used in `apply_patches.sh`
85-
# Added 2024-10:
86-
# TODO: https://nvd.nist.gov/vuln/search/results
87-
# TODO: cpe:2.3:a:gnu:find:-:*:*:*:*:*:*:*
84+
# Needed to find all patch files, used in `apply_patches.sh`, and helpful for debugging
85+
# Added 2024-10: Last vulnerability in 2007, only two vulnerabilities in total, a risk we accept
86+
# https://nvd.nist.gov/vuln/search/results?form_type=Advanced&results_type=overview&search_type=all&isCpeNameSearch=false&cpe_vendor=cpe%3A%2F%3Agnu&cpe_product=cpe%3A%2F%3Agnu%3Afindutils
87+
# cpe:2.3:a:gnu:findutils:*:*:*:*:*:*:*:*
8888
#
8989
# **iputils**
9090
# To make debugging easier, includes things like ping

0 commit comments

Comments
 (0)