restructure dynamic analysis schema
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 912
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
The current dynamic analysis schema should be updated to match the top-level format of the newer static analysis schema.
We should also remove the hardcoding of each phase which means that the results struct format is duplicated three times in the schema.
This will require a data migration for the currently saved dynamic analysis JSON files.
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
Start by comparing the current dynamic analysis schema with the newer static analysis schema, then trace where dynamic analysis JSON files are defined and saved. Identify how the three hardcoded phases duplicate the results structure and map the required migration for existing files; done means the schemas share the intended top-level format without breaking saved data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100