4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / entrypoint.sh SH
#!/bin/bash
set -e

# Remove a potentially pre-existing server.pid for Rails.
rm -f /rails-cve-2017-17917/tmp/pids/server.pid

# Then exec the container's main process (what's set as CMD in the Dockerfile).
exec "$@"