fix: correct the development link in Unrestricted File Upload page#150
Merged
Soham7-dev merged 1 commit intoSoham7-dev:mainfrom Oct 25, 2025
Merged
Conversation
Contributor
Author
Owner
|
Hi @inloop20 , approving your PR. Also consider giving a Star ⭐ to my Project if you haven't done so already 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
The “development” word link on the Unrestricted File Upload page redirected to a 404 page.
Fix Implemented
Updated the anchor tag in /Views/Home/FileUpload.cshtml.
New link: Hard Reset functionality for AspGoat #78
Ensured the link opens in a new tab and points to the correct GitHub issue.
Testing Steps
✅ Login to AspGoat
✅ Navigate to Unrestricted File Upload page
✅ Click the “development” link it correctly opens the issue page
✅ No more 404 or broken link
Linked Issue
Closes #149