rel-33
What's Changed
- worker: run dynamic and static analysis unconditionally by @maxfisher-g in #921
- static analysis: rename "description" field to "detected_type" by @maxfisher-g in #923
- make token.IdentifierType into an integer enum by @maxfisher-g in #922
- Inline single-key JSON structs in static analysis formatter script by @maxfisher-g in #925
- Make public API struct for static analysis data by @maxfisher-g in #920
- omit null JS and valuecounts data from staticanalysis result struct by @maxfisher-g in #924
- Update CONTRIBUTING.md with style guide note by @calebbrown in #931
- Add execute phase to dynamic analysis by @maxfisher-g in #926
- disable strace debug logging in worker, add feature flag to enable separate logging in analysis image by @maxfisher-g in #932
- Add ssh key pair bait to sandbox by @elainechien in #916
- write static analysis results to v1 bucket by @maxfisher-g in #908
- update docs for static analysis data schema by @maxfisher-g in #936
- add Makefile recipe to build test images for e2e test by @maxfisher-g in #937
Full Changelog: rel-32...rel-33