microsoft / microsoft/AttackSurfaceAnalyzer
Reduce size of analysis stored in db
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3k
- Forks
- 294
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing where comparison results and rows in the collect table are stored, then determine how references should replace embedded objects without breaking reads or writes. Done means comparison data is stored in the smaller referenced format and its behavior remains correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100