-
Notifications
You must be signed in to change notification settings - Fork 7
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
🐛 Bug - Code Auditor failed on Website #948
Comments
The bug seems to be occurring in sswlinkauditor.go. I've tried running it locally and based on the URLs in the logs it's crawling URLS that never existed on SSW's Website. Note: the link above redirects to our consulting page, so link auditor may be treating the link as unique but reading the response from the consulting page. I think the next course of action is to visit the pages where sswlinkauditor is finding these URLs to verify that they exist. |
I believe I've diagnosed the issue: Any traffic under Essentially, Code Auditor keeps trying to crawl our consulting index page after getting redirected to it and then gets redirected again after accessing the links because they redirect back to the home page. This results in an infinite loop. |
I was able to successfully build the docker image and run a scan on the website, but need my changes approved before I can wrap this up. There are also a large number of broken links on the website (1,032), many of which are caused because we didn't migrate the client side redirects during the v3-migration. I recommend we create PBIs to fix this soon. https://codeauditor.com/build/b4e3dc61-a3f4-4bab-2817-33afbf8ca9dd |
Cc: @zacharykeeping
Hi
Describe the Bug
I ran Code Auditor several times this week and it:
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The job should successfully complete in about 1h
Tasks
More Information
Environment
Screenshots
Figure: Code Auditor ran for hours and failed twice
Figure: Error logged
Thanks!
The text was updated successfully, but these errors were encountered: