-
Notifications
You must be signed in to change notification settings - Fork 90
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
Running FullSecurityScanShouldPass locally fails (OCC-218) #404
Comments
It's no surprise that the image shows up properly, because this is an example of active scan shenanigans. It tries to find a directory traversal attack by modifying the image URL, though I'm not sure how because I can't reproduce this on the branch you mentioned. |
I can't run tests locally due to Lombiq/UI-Testing-Toolbox#346 at the moment. |
Oh, I assumed that was a problem on my end and just copied the previous version of chromedriver.exe from the test project's bin\Debug\net6.0\drivers\chrome\121.0.6167.85 to the new location... |
I fixed that issue, could you please update the UITT NuGets v8.2.1-alpha.21.osoe-817 here? |
Describe the bug
When I try to run
FullSecurityScanShouldPass
locally it fails on the log containing the following exception:To Reproduce
Steps to reproduce the behavior:
main
(currently da27d7b).FullSecurityScanShouldPass
from within the VS Test Explorer.When I run the app with IIS Express, the sample image shows up properly on the homepage, as does it in a UI test (but then somehow, somewhere the ZAP scan breaks it).
BasicOrchardFeaturesShouldWork
passes.Expected behavior
The test passes for me locally too, just as it passes in CI.
Screenshots
N/A
Jira issue
The text was updated successfully, but these errors were encountered: