rel-33
What's Changed
- worker: run dynamic and static analysis unconditionally by @maxfisher-g in https://github.com/ossf/package-analysis/pull/921
- static analysis: rename "description" field to "detected_type" by @maxfisher-g in https://github.com/ossf/package-analysis/pull/923
- make token.IdentifierType into an integer enum by @maxfisher-g in https://github.com/ossf/package-analysis/pull/922
- Inline single-key JSON structs in static analysis formatter script by @maxfisher-g in https://github.com/ossf/package-analysis/pull/925
- Make public API struct for static analysis data by @maxfisher-g in https://github.com/ossf/package-analysis/pull/920
- omit null JS and valuecounts data from staticanalysis result struct by @maxfisher-g in https://github.com/ossf/package-analysis/pull/924
- Update CONTRIBUTING.md with style guide note by @calebbrown in https://github.com/ossf/package-analysis/pull/931
- Add execute phase to dynamic analysis by @maxfisher-g in https://github.com/ossf/package-analysis/pull/926
- disable strace debug logging in worker, add feature flag to enable separate logging in analysis image by @maxfisher-g in https://github.com/ossf/package-analysis/pull/932
- Add ssh key pair bait to sandbox by @elainechien in https://github.com/ossf/package-analysis/pull/916