addedOutput schema / properties / findings / items / properties / maintainerFindings
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/properties/findings/items/properties/installScriptFindings/anyOf/0/items"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / findings / items / properties / maintainerRiskTier
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/properties/findings/items/properties/installScriptRiskTier/anyOf/0"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / findings / items / properties / ownershipRiskChecked
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / findings / items / properties / ownershipRiskEligible
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / findings / items / properties / ownershipRiskReason
Added value: +{
+ "anyOf": [
+ {
+ "enum": [
+ "critical-or-high-severity-vulnerability",
+ "possible-typosquat",
+ "deprecated"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / findings / items / properties / provenanceFindings
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/properties/findings/items/properties/installScriptFindings/anyOf/0/items"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / findings / items / properties / provenanceRiskTier
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/properties/findings/items/properties/installScriptRiskTier/anyOf/0"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / findings / items / required
Previous value: -[
- "name",
- "requestedVersion",
- "resolvedVersion",
- "npmscanUrl",
- "deprecated",
- "possibleTyposquatOf",
- "isVulnerable",
- "highestSeverity",
- "vulnerabilities",
- "rawLicense",
- "licenseCategory",
- "isLicenseCompliant",
- "licenseNeedsReview",
- "licenseViolation",
- "hasLifecycleScripts",
- "installScriptRiskTier",
- "installScriptScore",
- "installScriptScanScope",
- "installScriptFindings",
- "resolutionError"
-]New value: +[
+ "name",
+ "requestedVersion",
+ "resolvedVersion",
+ "npmscanUrl",
+ "deprecated",
+ "possibleTyposquatOf",
+ "isVulnerable",
+ "highestSeverity",
+ "vulnerabilities",
+ "rawLicense",
+ "licenseCategory",
+ "isLicenseCompliant",
+ "licenseNeedsReview",
+ "licenseViolation",
+ "hasLifecycleScripts",
+ "installScriptRiskTier",
+ "installScriptScore",
+ "installScriptScanScope",
+ "installScriptFindings",
+ "resolutionError",
+ "ownershipRiskEligible",
+ "ownershipRiskReason",
+ "ownershipRiskChecked",
+ "maintainerRiskTier",
+ "maintainerFindings",
+ "provenanceRiskTier",
+ "provenanceFindings"
+]
addedOutput schema / properties / ownershipCheckNote
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / ownershipCheckedCount
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / ownershipRiskFlaggedCount
Added value: +{
+ "type": "number"
+}
changedOutput schema / required
Previous value: -[
- "summary",
- "owner",
- "repoName",
- "ref",
- "defaultBranchUsed",
- "manifestPath",
- "lockfilePath",
- "inputFormat",
- "isMonorepo",
- "workspacePatterns",
- "workspacePackageCount",
- "workspaceNote",
- "policy",
- "findings",
- "overflowPackages",
- "totalPackages",
- "vulnerablePackageCount",
- "licenseViolationCount",
- "installScriptFlaggedCount",
- "deepScannedCount",
- "warnings",
- "truncationNote",
- "deepScanNote"
-]New value: +[
+ "summary",
+ "owner",
+ "repoName",
+ "ref",
+ "defaultBranchUsed",
+ "manifestPath",
+ "lockfilePath",
+ "inputFormat",
+ "isMonorepo",
+ "workspacePatterns",
+ "workspacePackageCount",
+ "workspaceNote",
+ "policy",
+ "findings",
+ "overflowPackages",
+ "totalPackages",
+ "vulnerablePackageCount",
+ "licenseViolationCount",
+ "installScriptFlaggedCount",
+ "deepScannedCount",
+ "ownershipCheckedCount",
+ "ownershipRiskFlaggedCount",
+ "warnings",
+ "truncationNote",
+ "deepScanNote",
+ "ownershipCheckNote"
+]