-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error on: href="skype:SDHDHOSTS?add" #52
Comments
Thank you! Maybe it would be fine to test if the URL is valid before actually requesting it. |
oh this is sad yeah when you open |
yeah after the update to v3 I have to redo it from scratch |
this was my idea of the fix `public async run(params: TestParameters): Promise<Result | Array> {
}}` |
In the version 3 of pentest-tool-lite if a single test will fail it just shows an error status of the test. So the script should not end with error anymore. But this is not a fix of course. It should check if the provided url is valid url and after that make a request. |
The text was updated successfully, but these errors were encountered: