Skip to content
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

Adding trailing "/" to target will cause validate to fail #30

Open
jdempsey77 opened this issue Nov 5, 2019 · 0 comments
Open

Adding trailing "/" to target will cause validate to fail #30

jdempsey77 opened this issue Nov 5, 2019 · 0 comments

Comments

@jdempsey77
Copy link
Contributor

Run validate without a slash

Validating deployment of site 'site'
Running test cases...
 786d4e2a-3df6-418d-8be8-edc8c6b69072: GET /?<script>alert('test');</script>
Waiting for SigSci agent to upload request logs...
Searching request log...
 786d4e2a-3df6-418d-8be8-edc8c6b69072...
 Matched test case 786d4e2a-3df6-418d-8be8-edc8c6b69072 with request 5dc1ef5ff7ad7a002200d225
Success

Now add a slash to the end of the site

Validating deployment of site 'site'
Running test cases...
 953c21b5-d617-48b0-8a96-d4a150287ca2: GET /?<script>alert('test');</script>
Waiting for SigSci agent to upload request logs...
Searching request log...
 953c21b5-d617-48b0-8a96-d4a150287ca2...
 Failed to find test case 953c21b5-d617-48b0-8a96-d4a150287ca2 in request log
Failed```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant