You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
The error is intermittent. When rerunning vuln-reach-cli, packages that failed to download before might be downloaded successfully.
I verified that packages that vuln-reach-cli failed to download are available and can be downloaded manually. For example, @aashutoshrathi/word-wrap can be downloaded with $ wget $(npm info @aashutoshrathi/word-wrap dist.tarball).
Expected Behavior
All packages are downloaded and reachability analysis is performed.
Actual Behavior
$ vuln-reach-cli config.toml
Downloading ...
Error: error sending request for url (https://registry.npmjs.org/@aashutoshrathi/word-wrap): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
1: dns error: failed to lookup address information: nodename nor servname provided, or not known
2: failed to lookup address information: nodename nor servname provided, or not known
Description
Downloading some packages causes an error.
This error happens with the latest version of
vuln-reach-cliand with the config file at https://gitlab.com/-/snippets/3623569.The error is intermittent. When rerunning
vuln-reach-cli, packages that failed to download before might be downloaded successfully.I verified that packages that
vuln-reach-clifailed to download are available and can be downloaded manually. For example,@aashutoshrathi/word-wrapcan be downloaded with$ wget $(npm info @aashutoshrathi/word-wrap dist.tarball).Expected Behavior
All packages are downloaded and reachability analysis is performed.
Actual Behavior