Add back navigation link to vulnerability details page#1875
Merged
TG1999 merged 1 commit intoaboutcode-org:mainfrom Jun 14, 2025
rajanarahul93:fix-backlink-from-packages
Merged
Add back navigation link to vulnerability details page#1875TG1999 merged 1 commit intoaboutcode-org:mainfrom rajanarahul93:fix-backlink-from-packages
TG1999 merged 1 commit intoaboutcode-org:mainfrom
rajanarahul93:fix-backlink-from-packages
Conversation
Contributor
|
@rajanarahul93 thanks for your contribution, please update your DCO |
Signed-off-by: rajanarahul93 <rajanarahul93@gmail.com>
Contributor
Author
|
Hi @TG1999 , I've updated the commit with the required DCO sign-off and also rebased my branch with the latest |
Contributor
|
@rajanarahul93 thanks++ PR has been merged |
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.
Fix: Add backlink from vulnerability packages page to vulnerability details
This PR addresses issue #1843 by adding a navigational link on the
/vulnerabilities/<vulnerability_id>/packagespage, allowing users to return to the corresponding vulnerability details page.Changes Made:
vulnerability_package_details.htmltemplate.{% url 'vulnerability_details' vulnerability.vulnerability_id %}.This improves user navigation by allowing a smooth way from package details to the main vulnerability page.
Please let me know if any changes are required or if there's anything else I should work on to improve this PR. I'm happy to make updates based on your feedback.