This content originally appeared on DEV Community and was authored by adriens
❔ About
Last week I got the following question :
"Do we have running RoR applications ? I saw a Post... are we affected by
CVE-2022-32209?"
👉 The post is about how fast we could answer the questions.
First answer :
"Yes, we are running a Redmine instance and are up-to-date with the
redmine:latestDocker Image"
The rest of the answer is coming below.
🛡️ Security scan
To answer if we are affected, the question can be answered within a single line of code, thanks to grype :
grype redmine:latest \
| grep CVE-2022-32209 \
| wc -l
See it live :
📰 About Redmine
Redmine is a great tool which is...
"free and open source, web-based project management and issue tracking tool. It allows users to manage multiple projects"
This content originally appeared on DEV Community and was authored by adriens
adriens | Sciencx (2022-06-23T20:27:59+00:00) 🛡️ Is Redmine affected by CVE-2022-32209 ?. Retrieved from https://www.scien.cx/2022/06/23/%f0%9f%9b%a1%ef%b8%8f-is-redmine-affected-by-cve-2022-32209/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.

