-
-
Notifications
You must be signed in to change notification settings - Fork 274
Description
Tried with docker
docker run --rm droope/droopescan scan drupal -u https://www.harivenu.com
Getting this deprecation error.
/usr/local/bin/droopescan:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').require('droopescan==1.45.1')
Traceback (most recent call last):
File "/usr/local/bin/droopescan", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/app/droopescan", line 3, in
from dscan import droopescan
File "/app/dscan/droopescan.py", line 4, in
from cement.core import backend, foundation, controller, handler
File "/usr/local/lib/python3.12/site-packages/cement/core/foundation.py", line 8, in
from ..core import output, extension, arg, controller, meta, cache, mail
File "/usr/local/lib/python3.12/site-packages/cement/core/extension.py", line 8, in
from imp import reload # pragma: no cover
^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'imp'
-OS & installation method : Ubuntu and Docker installation