diff --git a/app/views/cli/vuln_api/status.erb b/app/views/cli/vuln_api/status.erb index 17655092..e3741437 100644 --- a/app/views/cli/vuln_api/status.erb +++ b/app/views/cli/vuln_api/status.erb @@ -9,5 +9,5 @@ <% end -%> <% else -%> <%= warning_icon %> No WPVulnDB API Token given, as a result vulnerability data has not been output. -<%= warning_icon %> You can get a free API token with 50 daily requests by registering at https://wpvulndb.com/register. +<%= warning_icon %> You can get a free API token with 50 daily requests by registering at https://wpvulndb.com/users/sign_up. <% end -%> diff --git a/app/views/json/vuln_api/status.erb b/app/views/json/vuln_api/status.erb index 9b550d5d..5b04a53b 100644 --- a/app/views/json/vuln_api/status.erb +++ b/app/views/json/vuln_api/status.erb @@ -8,6 +8,6 @@ "requests_remaining": <%= @status['requests_remaining'].to_json %> <% end -%> <% else -%> -"error": "No WPVulnDB API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 50 daily requests by registering at https://wpvulndb.com/register." +"error": "No WPVulnDB API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 50 daily requests by registering at https://wpvulndb.com/users/sign_up." <% end -%> }, \ No newline at end of file diff --git a/spec/output/vuln_api/no_token.cli_no_colour b/spec/output/vuln_api/no_token.cli_no_colour index aa626461..a6d2ccb2 100644 --- a/spec/output/vuln_api/no_token.cli_no_colour +++ b/spec/output/vuln_api/no_token.cli_no_colour @@ -1,2 +1,2 @@ [!] No WPVulnDB API Token given, as a result vulnerability data has not been output. -[!] You can get a free API token with 50 daily requests by registering at https://wpvulndb.com/register. +[!] You can get a free API token with 50 daily requests by registering at https://wpvulndb.com/users/sign_up. diff --git a/spec/output/vuln_api/no_token.json b/spec/output/vuln_api/no_token.json index d30384d9..5a0a9866 100644 --- a/spec/output/vuln_api/no_token.json +++ b/spec/output/vuln_api/no_token.json @@ -1,5 +1,5 @@ { "vuln_api": { - "error": "No WPVulnDB API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 50 daily requests by registering at https://wpvulndb.com/register." + "error": "No WPVulnDB API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 50 daily requests by registering at https://wpvulndb.com/users/sign_up." } } \ No newline at end of file