-
Notifications
You must be signed in to change notification settings - Fork 168
Description
vulnx version:
v1.0.0
Current Behavior:
vulnx update (or --update) commands are not working because github vulnx repo doesn't exist (still appearing cvemap instead of vulnx)
vulnx update
\ \ / /_ _ | | _ _ \ / /
\ V /| || || || ' \ > <
_/ _,|||||||/_/_\
the swiss army knife for vulnerability intelligence
[INF] Current vulnx version v1.0.0 (latest)
[INF] Checking for vulnx updates...
[updater] failed to download latest release got [:RUNTIME] repo projectdiscovery/vulnx not found got %!v(MISSING) <- GET https://api.github.com/repos/projectdiscovery/vulnx/releases/latest: 404 Not Found []
Expected Behavior:
Application is checking if new version is available and autoupdates when a new version is available without any error.
Steps To Reproduce:
- Run
vulnx update - See error: [updater] failed to download latest release got [:RUNTIME] repo projectdiscovery/vulnx not found got %!v(MISSING) <- GET https://api.github.com/repos/projectdiscovery/vulnx/releases/latest: 404 Not Found []
Anything else:
Problem seems to be related to name change in all the application but new github repo name doesn't exist. So, rename repo or create a fallback to update from cvemap repo if vulnx is not reachable (404 error)