rengine
rengine copied to clipboard
Feature - Checks to avoid repeated content
The visualization of the vulnerabilities consumes a lot of resources. The endpoints counter grows excessively without need.
Checking if the vulnerabilities and endpoints are already present in the database, could avoid the consumption of unnecessary resources.
👋 Hi @cbk914, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
De-duplication is not an easy task, but lots of redundant items come from enabling the INFO level vulnerabilities. You can adjust the severities you want to scan using severities: [low, medium, high, critical] in your vulnerability_scan YAML config.
Fixed by 2.0 version with @ocervell PR https://github.com/yogeshojha/rengine/pull/742 and mine #1012
https://rengine.wiki/changelog/#200