jeremylong / DependencyCheck

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.

Home Page:https://owasp.org/www-project-dependency-check/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support of pdm along poetry package manager for python

cda2024 opened this issue · comments

I'm using https://pdm-project.org/latest/ which has lock file like poetry but named "pdm.lock"
When I change the filename and run the scanner some vulnerabilities had been found. Generating a requirements.txt and using this one will fail.