Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it-depends local_path not working in fully patched ubuntu 22.04 lts amd64 os #80

Open
infojg9 opened this issue Jun 30, 2023 · 1 comment

Comments

@infojg9
Copy link

infojg9 commented Jun 30, 2023

Dear Team,

firstly thank you for this cool idea.
While trying to run as per instruction in https://github.com/trailofbits/it-depends/blob/master/README.md#running-it-, I am unable to reproduce the steps for any local paths as per the error list as follows.

Any hints would be truly appreciated.

Many thanks again.

BR
infojg9


  • error list

`

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
...

$ python --version
Python 3.10.6

ubuntu-22.04 $ it-depends .

/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Can not resolve .

ubuntu-22.04 $ it-depends /sdb1/app/dir1/src
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Can not resolve /sdb1/app/dir1/src

ubuntu-22.04 $ it-depends *
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
usage: it-depends [-h] [--audit] [--list] [--database [DATABASE]] [--clear-cache] [--compare [COMPARE]] [--normalize]
[--output-format {json,dot,html}] [--output-file OUTPUT_FILE] [--force] [--all-versions] [--depth-limit DEPTH_LIMIT]
[--max-workers MAX_WORKERS] [--version]
[PATH_OR_NAME]
it-depends: error: unrecognized arguments: config doc LICENSE.md license_notice.md Makefile project README.md result setup src test

ubuntu-22.04 $ it-depends
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Can not resolve .

`

@PatAtAlludo
Copy link

Has there been any progress in this? I'm having the same issue on MacOS 14.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants