You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With BBOT server up and coming, we need a way to deduplicate findings.
We end up with scenarios where there are lots of instances of the same vulnerability, e.g. IIS Shortnames. To dedupe these, we should probably split the description into two fields, one that never changes and one that contains the precise details and any context around that specific vuln, e.g. description and detail:
"description": "IIS Shortname Vulnerability""detail": "Potentially Vulnerable Method/Techniques: [GET,POST] at https://evilcorp.com"
This will let us better collapse, categorize, and count these vulns.
The text was updated successfully, but these errors were encountered:
With BBOT server up and coming, we need a way to deduplicate findings.
We end up with scenarios where there are lots of instances of the same vulnerability, e.g. IIS Shortnames. To dedupe these, we should probably split the description into two fields, one that never changes and one that contains the precise details and any context around that specific vuln, e.g.
description
anddetail
:This will let us better collapse, categorize, and count these vulns.
The text was updated successfully, but these errors were encountered: