mantiumai / chirps

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

Scan application refactor #173

Closed alex-nork closed 1 year ago

alex-nork commented 1 year ago

The purpose of this PR is to refactor the Result and Finding models. This PR adds BaseResult and BaseFinding models, from which the RegexResult and RegexFinding models inherit.

closes #156