A script to use the Snyk API to get a list of projects impacted by the Log4Shell vulnerability
You'll need Python installed to use this script, as well as being a Snyk customer with access to the Snyk API
pip install pysnyk
export SNYK_TOKEN=<your API token>
python snyk-log4shell.py
Project,Version,Org,ID
garethr/todo:latest:/app/lib,2.13.3,todo-demo,81559bac-8f6d-b47c-c53c0ea0456d
subvertbeats/todo-list:pom.xml,2.13.3,todo-demo,239a578a-4794-a861-0dcbf1153490
garethr/todo-list:pom.xml,2.13.3,todo-demo,da1afd8c-371b-8e62-64ffe4793c10
subsy/todo-list:pom.xml,2.13.3,todo-demo,535ff486-222c-4d0f-60c13ec55c9d
io.pivotal.sporing:todo-list,2.13.3,todo-demo,42dc29f2-15f2-afd4-e897589f9582
io.pivotal.sporing:todo-list,2.13.3,todo-demo,b9f6f941-c887-bcd3-7cae452868f1
Please take this script and modify it for your own needs. It's intended as much as an example for you to extend as needed.