v0.1.11: Affected-range data, withdrawn status, and paginated queries
Affected-range data, withdrawn status, and paginated queries
Three data-fidelity fixes: complete affected-range data, withdrawn-advisory disclosure, and OSV pagination handling.
Fixed:
osv_get_vulnerability,osv_query_package: package-less GIT ranges no longer dropped; multi-interval ranges no longer collapse to one event (#13)osv_query_package,osv_query_batch: paginated OSV results no longer reported as complete/clean; followsnext_page_tokenup toOSV_QUERY_MAX_PAGES(#15)
Added:
- Affected ranges gain optional
repo,events[],versions[](#13) osv_get_vulnerabilitygains optionalwithdrawntimestamp + WITHDRAWN notice (#14)truncated/truncatedCountfields; newOSV_QUERY_MAX_PAGESenv var (default 10) (#15)
Changed:
osv_query_batchsummarycleanCountexcludes truncated rows (#15)
80 tests pass; bun run devcheck clean.