VulnerabilityHistoryProject / vulnerability-history

vulnerabilityhistory.org
MIT License
33 stars 5 forks source link

Add a URL type that attempts a fetch to check the link #1077

Closed andymeneely closed 1 year ago

andymeneely commented 1 year ago

Whenever we ask curators to specify a link, let's

Now, we need to make sure we're not facilitating CSRF though.

brianravi commented 1 year ago

Validation is now in place for URL js type format on my branch.

I am presently looking at ways to check if the URL is a valid page, as CORS may prevent a domain from accurately reporting a requested page's existence.

I would not want to prevent a user from saving a URL in the event that the remote server 'says' it doesnt exist or is blocked.

andymeneely commented 1 year ago

Yeah based on our discussion let's remove the link checking thing

brianravi commented 1 year ago

understood, as mentioned on today's call, URL type validation is now in place in the wizard branch