What's Changed
- enable code execution feature by default by @maxfisher-g in #958
- Add environment variable baits by @elainechien in #948
- cmd/analyze: use exit status 1 and 2 for errors, improve error messages for invalid cli arguments by @maxfisher-g in #967
- python dynamic analysis: support async and generator function execution by @maxfisher-g in #968
- update babel parser to match babel traverse version by @maxfisher-g in #969
- strace parsing: fix regex issue when unlink syscall does not have path by @maxfisher-g in #970
- add python3-dev package to dynamic analysis dockerfile by @maxfisher-g in #974
- cmd/analyze: add resolved package version to logging context by @maxfisher-g in #975
- Add archive checksum by @h0x0er in #978
- Fix compose path by @lukehinds in #983
- move DynamicAnalysisRecord struct to public API by @maxfisher-g in #986
- sandboxes/README.md: fix some sentences by @maxfisher-g in #992
- pkg/api/analysisrun refactoring by @maxfisher-g in #995
- static analysis: collect basic information about archive file by @maxfisher-g in #993
- Move images using load/save instead of docker daemon. by @calebbrown in #998
- Switch to osv-scanner-action repo, pin action version by @another-rex in #1006
- Shard dynamic analysis data loading across ecosystems and simplify implementation. by @calebbrown in #1007
- Add option to force cloud logging for BigQuery loading in cloudbuild. by @calebbrown in #1008
- Set the entrypoint explicitly to /bin/bash in the BQ Loader cloudbuild.yaml by @calebbrown in #1009
- Fix a bug where the RESULT_BUCKET env var wasn't used correctly. by @calebbrown in #1010
- Add headless flag to BQ command to improve output. by @calebbrown in #1011
- Add option to BigQuery SQL to remove expiration from "like" table. by @calebbrown in #1012
- Add support to build sample python package with docker by @elainechien in #1002
- Disable the currently failing crates.io test until it is fixed. by @calebbrown in #1016
- Point the new dynamic analysis loader at the real table. by @calebbrown in #1017
- Add user-agents to http requests sent by Package Analysis by @calebbrown in #1018
New Contributors
- @h0x0er made their first contribution in #978
- @lukehinds made their first contribution in #983
Full Changelog: rel-35...rel-36