β 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:latest
Docker 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"
Top comments (1)