microsoft / AttackSurfaceAnalyzer

Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
MIT License
2.72k stars 276 forks source link

Reduce size of analysis stored in db #681

Open gfs opened 1 year ago

gfs commented 1 year ago

Is your feature request related to a problem? Please describe. We should change the format for the comparison results in the db to not include full objects, instead referencing the correct row in the collect table, this should reduce database size, and improve the speed of writing comparison to the db.