addedOutput schema / properties / results / items / properties / truncated
Added value: +{
+ "description": "True when OSV paginated beyond the fetch cap for this package — its result may be INCOMPLETE. A truncated row with no vulnerabilities is NOT confirmed clean.",
+ "type": "boolean"
+}
changedOutput schema / properties / results / items / required
Previous value: -[
- "name",
- "ecosystem",
- "version",
- "vulnerable",
- "error",
- "vulnCount",
- "vulns"
-]New value: +[
+ "name",
+ "ecosystem",
+ "version",
+ "vulnerable",
+ "truncated",
+ "error",
+ "vulnCount",
+ "vulns"
+]
changedOutput schema / properties / summary / properties / cleanCount / description
Previous value: -"Packages with no vulnerabilities."New value: +"Packages confirmed clean — no vulnerabilities, no error, and not truncated."
addedOutput schema / properties / summary / properties / truncatedCount
Added value: +{
+ "description": "Packages whose OSV results were truncated (may be incomplete). A truncated package with no findings is NOT counted as clean.",
+ "type": "number"
+}
changedOutput schema / properties / summary / required
Previous value: -[
- "totalPackages",
- "vulnerableCount",
- "cleanCount",
- "errorCount",
- "totalVulns",
- "worstSeverity"
-]New value: +[
+ "totalPackages",
+ "vulnerableCount",
+ "cleanCount",
+ "truncatedCount",
+ "errorCount",
+ "totalVulns",
+ "worstSeverity"
+]