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

bug: Unable to see vulnerabilities list #1487

Open
1 task done
UbaidAhmed2803 opened this issue Feb 20, 2025 · 3 comments
Open
1 task done

bug: Unable to see vulnerabilities list #1487

UbaidAhmed2803 opened this issue Feb 20, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@UbaidAhmed2803
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

After the recent update I have stopped getting the vulnerabilities list. I have performed multiple scans and have 500+ vulnerabilities but none of them are now displayed on vulnerabilities page as it is completely empty. I have tried to restart the rengine and update it as well but nothing worked. Please help.

Image Image

Expected Behavior

I should be able to see list of vulnerabilities.

Steps To Reproduce

I am facing this issue in latest version of rengine - 2.2.0

Environment

- reNgine: 2.2.0
- OS: Ubuntu 24.10
- Python: 3.12.7
- Docker Engine: 27.3.1, build ce12230
- Docker Compose: 1.29.2, build unknown
- Browser: Google Chrome Version 131.0.6778.205 (Official Build) (arm64)

Anything else?

No response

@UbaidAhmed2803 UbaidAhmed2803 added the bug Something isn't working label Feb 20, 2025
Copy link
Contributor

Hey @UbaidAhmed2803! 👋 Thanks for flagging this bug! 🐛🔍

You're our superhero bug hunter! 🦸‍♂️🦸‍♀️ Before we suit up to squash this bug, could you please:

📚 Double-check our documentation: https://rengine.wiki
🕵️ Make sure it's not a known issue
📝 Provide all the juicy details about this sneaky bug

Once again - thanks for your vigilance! 🛠️🚀

@dmchaledev
Copy link
Contributor

Hi @UbaidAhmed2803,

This is due to a combination of three errors I have identified in testing today and this is resolved in my test branch:

Image

Nuclei is seeing an error when template-url is absent from the default configuration as a more recent release of Nuclei made this a required param, so I have added an empty array for the definition, template-url: [], to the default configuration.
There is a missing comma between arguments in the javascript rendering the vulnerability_table on the vulnerabilities tab.
Last, there is a typo in the variable holding the fetched vulnerability data in the render function which was causing the table to never complete loading, it was encodedData and should have been encodedURLData.

I will put these changes together into a commit on a fresh install and make a PR to address these issues, targeting end of this weekend as I'm sick at the moment and moving slow.

dmchaledev added a commit to dmchaledev/rengine that referenced this issue Feb 23, 2025
…k for template-url variable, fixing missing comma, fixing encodedURLData typo
@dmchaledev
Copy link
Contributor

I've submitted a pull request addressing this issue here: #1488

yogeshojha added a commit that referenced this issue Feb 24, 2025
#1476-#1480-#1487 Fix, setting fallback for Nuclei variable and fixing JS errors in Vulnerabilities page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants