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 has been archived by the owner on Oct 27, 2020. It is now read-only.
Add a generic http(s) URI handler that would download the URL and scan the target.
This should support also the following rewrites for other types of URIs:
https link pointing to pypi should be re-written to pypi:// or handled by that URI handler
https link pointing to github or gitlab (without .git) should be rewritten to be handled by git:// handler
The text was updated successfully, but these errors were encountered:
Add a generic http(s) URI handler that would download the URL and scan the target.
This should support also the following rewrites for other types of URIs:
https link pointing to pypi should be re-written to pypi:// or handled by that URI handler
https link pointing to github or gitlab (without .git) should be rewritten to be handled by git:// handler
The text was updated successfully, but these errors were encountered: