-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
-
Go to Scan Findings (Menu: Scan History > Select your project > View Results).
-
Here are the menus:
- Home
- Subdomains
- S3 Buckets
- Interesting Recon
- Screenshots
- Directories
- URLs
- Vulnerabilities
- OSINT
- Visualization
-
For example, if you hover over the Directories menu you will see that the ID is listed in the URL (#directories-tab), something like: https://127.0.0.1/scan/myprojectname/detail/15#directories-tab.
-
Let's go deeper with the above example: After you access the Directories menu you can see something like: https://127.0.0.1/scan/myprojectname/detail/11#dir_Jan_01_2024_14_24_54
What is the problem?
href link with HTML ID does not link to the expected URL. Trying to open the above links in a new tab will not work, you will always be redirected to Home!
So you won't be able to send these HTML ID links to Jira (to your colleagues), or by email. So you can't map Attack Surface or Vulnerability Assessment in a clear way!
This bug is annoying as hell!
Expected Behavior
href link with HTML ID to link to the expected URL
Steps To Reproduce
Explained at Current Behavior field.
Environment
- reNgine: 2.0.2
- OS: Ubuntu 22.04.3 LTS
- Python: Python 3.10.12
- Docker Engine: latest
- Docker Compose: latest
- Browser: Firefox, Chrome
Anything else?
No response