mantiumai / chirps

Discover sensitive/confidential information stored in a vector database
GNU General Public License v3.0
57 stars 7 forks source link

Bugfix: properly aggregate rule findings #207

Closed zimventures closed 10 months ago

zimventures commented 10 months ago

The current implementation of finding aggregation assumes that setting a member variable on a Django model reference will persist - it does not! This implementation update will ensure that the finding count and list of findings are aggregated for each rule, and passed back to the caller.

Verified by running a RegexRule that had multiple findings on a single asset.