-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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 Once again - thanks for your vigilance! 🛠️🚀 |
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: 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. 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. |
…k for template-url variable, fixing missing comma, fixing encodedURLData typo
I've submitted a pull request addressing this issue here: #1488 |
Is there an existing issue for this?
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.
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
Anything else?
No response
The text was updated successfully, but these errors were encountered: