coreruleset / modsecurity-crs-docker

Official ModSecurity Docker + Core Rule Set (CRS) images
https://coreruleset.org
Apache License 2.0
237 stars 62 forks source link

Fix heredoc in check-low-port #254

Closed woefe closed 1 month ago

woefe commented 1 month ago

The container did not start anymore on the latest build. The logs didn't really tell what was going on, because the message from the check-low-port script is not printed. Heredoc needs to go through cat, not echo.