Exports project data for a given projectId. Only Project Admin and Analyst can Export Project Data from a project. Try it out is not available for this API. This API can be tested using conventional REST API clients such as postman or cURL. When calling this API from a REST client, you need to redirect output to a zip file as follows curl -X GET "http://HOST:PORT/codeinsight/api/project/exportProjectData?projectId=PROJECT_ID" -H "accept: application/json" -H "Authorization: Bearer JWT_TOKEN" > export.zip
OK
Bad request: No project named x
{ }
Returns a list of inventory and inventory details for a given project; includes a flag for a short/long version. All project users including Observer, Reviewer and Analyst can view project inventory of private projects.
OK
Bad request: The project Id entered was not found
{- "name": "git",
- "priority": {
- "id": 0,
- "type": "INVENTORY_STATUS",
- "name": "string",
- "description": "string",
- "isDefault": false
}, - "id": "1",
- "owner": "antlr",
- "description": "Description",
- "dependencyScope": "string",
- "associatedComponent": {
- "name": "string",
- "default": false,
- "id": 0,
- "displayName": "string",
- "description": "string",
- "url": "string",
- "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "sortedVersions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": { },
- "purl": "string",
- "flavors": [
- null
], - "libVulnerabilities": [
- null
], - "libAddVulnerabilities": [
- null
], - "customVulnerabilities": [
- null
], - "versionLicenses": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "vulnerabilities": [
- null
], - "versionLabels": [
- null
]
}
], - "customVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": { },
- "versionLicenses": [
- null
], - "purl": "string",
- "customVulnerabilities": [
- null
], - "libVulnerabilities": [
- null
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- null
]
}
], - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentCPEs": [
- {
- "cpeKey": {
- "component": null,
- "cpeName": null
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "suppressedVulnerabilities": [
- {
- "id": 0,
- "componentId": 0,
- "componentName": "string",
- "vulnerabilityId": 0,
- "vulnerabilityName": "string",
- "versionScope": "SPECIFIC_VERSIONS",
- "suppressedVersions": [
- null
], - "createdDate": "2019-08-24T14:15:22Z",
- "updatedDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "customComponentVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "libComponentVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "children": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
], - "severity": "string",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
]
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "encryption": false,
- "externalId": "string",
- "componentCPEs": [
- {
- "cpeKey": {
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "customVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "componentCPEs": [
- { }
], - "suppressedVulnerabilities": [
- {
- "id": null,
- "componentId": null,
- "componentName": null,
- "vulnerabilityId": null,
- "vulnerabilityName": null,
- "versionScope": null,
- "suppressedVersions": [ ],
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- {
- "id": null,
- "type": null,
- "displayName": null,
- "component": null,
- "licenses": [ ],
- "versionLicenses": [ ],
- "customVulnerabilities": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "purl": null,
- "deprecated": null,
- "versionName": null,
- "vulnerabilities": [ ]
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "custom": false,
- "versions": [
- {
- "id": null,
- "type": null,
- "displayName": null,
- "component": null,
- "licenses": [ ],
- "versionLicenses": [ ],
- "customVulnerabilities": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "purl": null,
- "deprecated": null,
- "versionName": null,
- "vulnerabilities": [ ]
}
]
}, - "cpeName": "string"
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "custom": false,
- "modified": false,
- "popularity": 0,
- "flagMask": 0,
- "versions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": { },
- "purl": "string",
- "flavors": [
- null
], - "libVulnerabilities": [
- null
], - "libAddVulnerabilities": [
- null
], - "customVulnerabilities": [
- null
], - "versionLicenses": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "vulnerabilities": [
- null
], - "versionLabels": [
- null
]
}
], - "customVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": { },
- "versionLicenses": [
- null
], - "purl": "string",
- "customVulnerabilities": [
- null
], - "libVulnerabilities": [
- null
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- null
]
}
], - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentCPEs": [
- {
- "cpeKey": {
- "component": null,
- "cpeName": null
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "suppressedVulnerabilities": [
- {
- "id": 0,
- "componentId": 0,
- "componentName": "string",
- "vulnerabilityId": 0,
- "vulnerabilityName": "string",
- "versionScope": "SPECIFIC_VERSIONS",
- "suppressedVersions": [
- null
], - "createdDate": "2019-08-24T14:15:22Z",
- "updatedDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "customComponentVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "libComponentVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "children": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
], - "severity": "string",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
]
}
], - "lastUpdateDate": "2019-08-24T14:15:22Z",
- "registeredDate": "2019-08-24T14:15:22Z",
- "title": "string",
- "type": "COMPONENT"
}, - "repositoryItem": {
- "id": 0,
- "component": {
- "name": "string",
- "default": false,
- "id": 0,
- "displayName": "string",
- "description": "string",
- "url": "string",
- "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "sortedVersions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "customVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "componentCPEs": [
- {
- "cpeKey": null,
- "id": null,
- "cpeVendor": null,
- "cpeProduct": null,
- "deprecated": null,
- "custom": null,
- "deleted": null
}
], - "suppressedVulnerabilities": [
- {
- "id": null,
- "componentId": null,
- "componentName": null,
- "vulnerabilityId": null,
- "vulnerabilityName": null,
- "versionScope": null,
- "suppressedVersions": [ ],
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "severity": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- null
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "severityAsInteger": 0
}
]
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "encryption": false,
- "externalId": "string",
- "componentCPEs": [
- {
- "cpeKey": {
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "cpeName": "string"
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "custom": false,
- "modified": false,
- "popularity": 0,
- "flagMask": 0,
- "versions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "customVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "componentCPEs": [
- {
- "cpeKey": null,
- "id": null,
- "cpeVendor": null,
- "cpeProduct": null,
- "deprecated": null,
- "custom": null,
- "deleted": null
}
], - "suppressedVulnerabilities": [
- {
- "id": null,
- "componentId": null,
- "componentName": null,
- "vulnerabilityId": null,
- "vulnerabilityName": null,
- "versionScope": null,
- "suppressedVersions": [ ],
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "severity": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- null
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "severityAsInteger": 0
}
]
}
], - "lastUpdateDate": "2019-08-24T14:15:22Z",
- "registeredDate": "2019-08-24T14:15:22Z",
- "title": "string",
- "type": "COMPONENT"
}, - "componentVersion": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": { },
- "purl": "string",
- "flavors": [
- {
- "id": null,
- "componentVersion": null,
- "flavor": null
}
], - "libVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "custom": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "deprecated": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "severity": null,
- "score": null,
- "severityAsInteger": null
}
], - "libAddVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "custom": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "deprecated": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "severity": null,
- "score": null,
- "severityAsInteger": null
}
], - "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
], - "versionLabels": [
- "string"
]
}
], - "customVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": { },
- "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "purl": "string",
- "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "libVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "custom": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "deprecated": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "severity": null,
- "score": null,
- "severityAsInteger": null
}
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
]
}
], - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentCPEs": [
- {
- "cpeKey": {
- "component": { },
- "cpeName": "string"
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "suppressedVulnerabilities": [
- {
- "id": 0,
- "componentId": 0,
- "componentName": "string",
- "vulnerabilityId": 0,
- "vulnerabilityName": "string",
- "versionScope": "SPECIFIC_VERSIONS",
- "suppressedVersions": [
- {
- "id": null,
- "versionId": null,
- "versionName": null,
- "reason": null,
- "remarks": null,
- "status": null,
- "suppressEntity": null,
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "updatedDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "customComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": {
- "id": null,
- "name": null,
- "description": null,
- "title": null,
- "url": null,
- "encryption": null,
- "flagMask": null,
- "modified": null,
- "externalId": null,
- "lastUpdateDate": null,
- "popularity": null,
- "registeredDate": null,
- "deprecated": null,
- "componentForge": null,
- "libVersions": [ ],
- "customVersions": [ ],
- "licenses": [ ],
- "componentCPEs": [ ],
- "suppressedVulnerabilities": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "sortedVersions": [ ],
- "sortedLicenses": [ ],
- "custom": null,
- "versions": [ ]
}, - "versionLicenses": [
- null
], - "purl": "string",
- "customVulnerabilities": [
- null
], - "libVulnerabilities": [
- null
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- null
]
}
], - "libComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": {
- "id": null,
- "name": null,
- "description": null,
- "title": null,
- "url": null,
- "encryption": null,
- "flagMask": null,
- "modified": null,
- "externalId": null,
- "lastUpdateDate": null,
- "popularity": null,
- "registeredDate": null,
- "deprecated": null,
- "componentForge": null,
- "libVersions": [ ],
- "customVersions": [ ],
- "licenses": [ ],
- "componentCPEs": [ ],
- "suppressedVulnerabilities": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "sortedVersions": [ ],
- "sortedLicenses": [ ],
- "custom": null,
- "versions": [ ]
}, - "purl": "string",
- "flavors": [
- null
], - "libVulnerabilities": [
- null
], - "libAddVulnerabilities": [
- null
], - "customVulnerabilities": [
- null
], - "versionLicenses": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "vulnerabilities": [
- null
], - "versionLabels": [
- null
]
}
], - "children": [
- {
- "name": "string",
- "id": 0,
- "children": [
- null
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "severityAsInteger": 0
}
], - "severity": "string",
- "vulnerabilityCWE": [
- {
- "name": "string",
- "title": "string"
}
], - "vulnerabilityReferences": [
- {
- "url": "string"
}
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": "string",
- "title": "string"
}
], - "vulnerabilityReferences": [
- {
- "url": "string"
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
]
}, - "createdBy": "string",
- "updateDate": "2019-08-24T14:15:22Z",
- "createDate": "2019-08-24T14:15:22Z",
- "item": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string"
}, - "license": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}, - "title": "string",
- "inUse": false
}, - "auditorReviewNotes": "good to go",
- "remediationNotes": "update this immediately",
- "workflowURL": "string",
- "associatedComponentVersion": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": { },
- "purl": "string",
- "flavors": [
- {
- "id": 0,
- "componentVersion": { },
- "flavor": "string"
}
], - "libVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "libAddVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "severity": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- null
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "severityAsInteger": 0
}
], - "versionLabels": [
- "string"
]
}
], - "customVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": { },
- "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "purl": "string",
- "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "severity": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "libVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- null
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "severityAsInteger": 0
}
]
}
], - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentCPEs": [
- {
- "cpeKey": {
- "component": { },
- "cpeName": "string"
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "suppressedVulnerabilities": [
- {
- "id": 0,
- "componentId": 0,
- "componentName": "string",
- "vulnerabilityId": 0,
- "vulnerabilityName": "string",
- "versionScope": "SPECIFIC_VERSIONS",
- "suppressedVersions": [
- {
- "id": 0,
- "versionId": 0,
- "versionName": "string",
- "reason": "FALSE_POSITIVE",
- "remarks": "string",
- "status": "SUPPRESS",
- "suppressEntity": { },
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
], - "createdDate": "2019-08-24T14:15:22Z",
- "updatedDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "customComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "purl": "string",
- "customVulnerabilities": [
- { }
], - "libVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "custom": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "deprecated": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "severity": null,
- "score": null,
- "severityAsInteger": null
}
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
]
}
], - "libComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "purl": "string",
- "flavors": [
- {
- "id": null,
- "componentVersion": null,
- "flavor": null
}
], - "libVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "custom": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "deprecated": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "severity": null,
- "score": null,
- "severityAsInteger": null
}
], - "libAddVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "custom": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "deprecated": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "severity": null,
- "score": null,
- "severityAsInteger": null
}
], - "customVulnerabilities": [
- { }
], - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
], - "versionLabels": [
- "string"
]
}
], - "children": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
], - "severity": "string",
- "vulnerabilityCWE": [
- {
- "name": "string",
- "title": "string"
}
], - "vulnerabilityReferences": [
- {
- "url": "string"
}
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": "string",
- "title": "string"
}
], - "vulnerabilityReferences": [
- {
- "url": "string"
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
]
}, - "status": "UNUSED0",
- "projectId": "1",
- "vulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": 0,
- "code": 0,
- "name": "string"
}, - "state": "UNUSED",
- "passwords": [
- {
- "id": 0,
- "password": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "user": { }
}
], - "permissions": [
- {
- "id": 0,
- "name": "string",
- "scope": "string",
- "description": "string"
}
], - "userLists": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "ldapPopulated": false,
- "owner": { },
- "users": [
- { }
], - "permissions": [
- {
- "id": null,
- "name": null,
- "scope": null,
- "description": null
}
], - "allUsers": [
- { }
]
}
], - "userRole": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": 0,
- "code": 0,
- "name": "string"
}, - "state": "UNUSED",
- "passwords": [
- {
- "id": 0,
- "password": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "user": { }
}
], - "permissions": [
- {
- "id": 0,
- "name": "string",
- "scope": "string",
- "description": "string"
}
], - "userLists": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "ldapPopulated": false,
- "owner": { },
- "users": [
- { }
], - "permissions": [
- {
- "id": null,
- "name": null,
- "scope": null,
- "description": null
}
], - "allUsers": [
- { }
]
}
], - "userRole": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "deprecated": false,
- "customComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "purl": "string",
- "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "libVulnerabilities": [
- { }
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
]
}
], - "libComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "purl": "string",
- "flavors": [
- {
- "id": null,
- "componentVersion": null,
- "flavor": null
}
], - "libVulnerabilities": [
- { }
], - "libAddVulnerabilities": [
- { }
], - "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
], - "versionLabels": [
- "string"
]
}
], - "children": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- {
- "name": "string",
- "title": "string"
}
], - "vulnerabilityReferences": [
- {
- "url": "string"
}
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "closedVulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": 0,
- "code": 0,
- "name": "string"
}, - "state": "UNUSED",
- "passwords": [
- {
- "id": 0,
- "password": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "user": { }
}
], - "permissions": [
- {
- "id": 0,
- "name": "string",
- "scope": "string",
- "description": "string"
}
], - "userLists": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "ldapPopulated": false,
- "owner": { },
- "users": [
- { }
], - "permissions": [
- {
- "id": null,
- "name": null,
- "scope": null,
- "description": null
}
], - "allUsers": [
- { }
]
}
], - "userRole": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": 0,
- "code": 0,
- "name": "string"
}, - "state": "UNUSED",
- "passwords": [
- {
- "id": 0,
- "password": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "user": { }
}
], - "permissions": [
- {
- "id": 0,
- "name": "string",
- "scope": "string",
- "description": "string"
}
], - "userLists": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "ldapPopulated": false,
- "owner": { },
- "users": [
- { }
], - "permissions": [
- {
- "id": null,
- "name": null,
- "scope": null,
- "description": null
}
], - "allUsers": [
- { }
]
}
], - "userRole": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "deprecated": false,
- "customComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "purl": "string",
- "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "libVulnerabilities": [
- { }
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
]
}
], - "libComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "purl": "string",
- "flavors": [
- {
- "id": null,
- "componentVersion": null,
- "flavor": null
}
], - "libVulnerabilities": [
- { }
], - "libAddVulnerabilities": [
- { }
], - "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
], - "versionLabels": [
- "string"
]
}
], - "children": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- {
- "name": "string",
- "title": "string"
}
], - "vulnerabilityReferences": [
- {
- "url": "string"
}
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "openVulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": 0,
- "code": 0,
- "name": "string"
}, - "state": "UNUSED",
- "passwords": [
- {
- "id": 0,
- "password": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "user": { }
}
], - "permissions": [
- {
- "id": 0,
- "name": "string",
- "scope": "string",
- "description": "string"
}
], - "userLists": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "ldapPopulated": false,
- "owner": { },
- "users": [
- { }
], - "permissions": [
- {
- "id": null,
- "name": null,
- "scope": null,
- "description": null
}
], - "allUsers": [
- { }
]
}
], - "userRole": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": 0,
- "code": 0,
- "name": "string"
}, - "state": "UNUSED",
- "passwords": [
- {
- "id": 0,
- "password": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "user": { }
}
], - "permissions": [
- {
- "id": 0,
- "name": "string",
- "scope": "string",
- "description": "string"
}
], - "userLists": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "ldapPopulated": false,
- "owner": { },
- "users": [
- { }
], - "permissions": [
- {
- "id": null,
- "name": null,
- "scope": null,
- "description": null
}
], - "allUsers": [
- { }
]
}
], - "userRole": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "deprecated": false,
- "customComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "purl": "string",
- "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "libVulnerabilities": [
- { }
], - "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "deprecated": false,
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
]
}
], - "libComponentVersions": [
- {
- "id": 0,
- "versionName": "string",
- "flagMask": 0,
- "releaseDate": "2019-08-24T14:15:22Z",
- "modified": false,
- "custom": false,
- "externalId": "string",
- "deprecated": false,
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "purl": "string",
- "flavors": [
- {
- "id": null,
- "componentVersion": null,
- "flavor": null
}
], - "libVulnerabilities": [
- { }
], - "libAddVulnerabilities": [
- { }
], - "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
], - "versionLabels": [
- "string"
]
}
], - "children": [
- {
- "name": "string",
- "id": 0,
- "children": [
- { }
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- {
- "name": null,
- "title": null
}
], - "vulnerabilityReferences": [
- {
- "url": null
}
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": 0,
- "name": "string",
- "description": "string",
- "url": "string"
}, - "severityAsInteger": 0
}
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- {
- "name": "string",
- "title": "string"
}
], - "vulnerabilityReferences": [
- {
- "url": "string"
}
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "asFoundLicenseText": "Sample from file LICENSE.txt in file ePortal-2.0",
- "fileCount": "2000",
- "confidence": "1",
- "inventoryType": "WORK_IN_PROGRESS",
- "published": "True",
- "disclosed": "True",
- "distributed": "Unknown",
- "partOfProduct": "Unknown",
- "noticeText": "Notice text",
- "provenanceId": 0,
- "usageText": "usage",
- "linking": "Unknown",
- "priorityId": 0,
- "modified": "Unknown",
- "encrypted": "Unknown",
- "updateDate": "2017-10-24 13:04:26.0",
- "createDate": "2017-09-11 12:13:09.0",
- "publishedDate": "2017-10-24 13:04:26.0",
- "license": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}, - "links": [
- {
- "id": 0,
- "linkType": "BUNDLED",
- "parent": {
- "id": "1",
- "name": "git",
- "description": "Description",
- "owner": "antlr",
- "projectId": "1",
- "systemGenerated": "True",
- "createDate": "2017-09-11 12:13:09.0",
- "updateDate": "2017-10-24 13:04:26.0",
- "publishedDate": "2017-10-24 13:04:26.0",
- "autoStatus": "DRAFT",
- "repositoryItem": {
- "id": 0,
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "customVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "componentCPEs": [
- {
- "cpeKey": null,
- "id": null,
- "cpeVendor": null,
- "cpeProduct": null,
- "deprecated": null,
- "custom": null,
- "deleted": null
}
], - "suppressedVulnerabilities": [
- {
- "id": null,
- "componentId": null,
- "componentName": null,
- "vulnerabilityId": null,
- "vulnerabilityName": null,
- "versionScope": null,
- "suppressedVersions": [ ],
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- {
- "id": null,
- "type": null,
- "displayName": null,
- "component": null,
- "licenses": [ ],
- "versionLicenses": [ ],
- "customVulnerabilities": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "purl": null,
- "deprecated": null,
- "versionName": null,
- "vulnerabilities": [ ]
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "custom": false,
- "versions": [
- {
- "id": null,
- "type": null,
- "displayName": null,
- "component": null,
- "licenses": [ ],
- "versionLicenses": [ ],
- "customVulnerabilities": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "purl": null,
- "deprecated": null,
- "versionName": null,
- "vulnerabilities": [ ]
}
]
}, - "componentVersion": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
]
}, - "license": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}, - "licenseId": 0,
- "inUse": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "title": "string",
- "url": "string",
- "autoDetectionNotes": "string",
- "notes": "string",
- "description": "string",
- "item": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string"
}
}, - "license": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}, - "auditorReviewNotes": "good to go",
- "remediationNotes": "update this immediately",
- "autoDetectionNotes": "Note",
- "asFoundLicenseText": "Sample from file LICENSE.txt in file ePortal-2.0",
- "status": "UNUSED0",
- "statusPolicyId": 0,
- "priority": {
- "id": 0,
- "type": "INVENTORY_STATUS",
- "name": "string",
- "description": "string",
- "isDefault": false
}, - "priorityId": 0,
- "published": "True",
- "disclosed": "True",
- "modified": "Unknown",
- "usageText": "usage",
- "noticeText": "Notice text",
- "fileCount": "2000",
- "parentGroupId": 0,
- "rejectedByUpdate": false,
- "confidence": "1",
- "partOfProduct": "Unknown",
- "linking": "Unknown",
- "workflowURL": "string",
- "provenanceId": 0,
- "links": [
- { }
], - "flexFields": [
- {
- "id": 0,
- "inventoryId": 0,
- "flexField1": "string",
- "flexField2": "string",
- "flexField3": "string",
- "flexField4": "string",
- "flexField5": "string"
}
], - "dependencyScope": "string",
- "userUpdatedStatus": "string",
- "associatedComponent": {
- "name": "string",
- "default": false,
- "id": 0,
- "displayName": "string",
- "description": "string",
- "url": "string",
- "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "sortedVersions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": null,
- "name": null,
- "description": null,
- "title": null,
- "url": null,
- "encryption": null,
- "flagMask": null,
- "modified": null,
- "externalId": null,
- "lastUpdateDate": null,
- "popularity": null,
- "registeredDate": null,
- "deprecated": null,
- "componentForge": null,
- "libVersions": [ ],
- "customVersions": [ ],
- "licenses": [ ],
- "componentCPEs": [ ],
- "suppressedVulnerabilities": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "sortedVersions": [ ],
- "sortedLicenses": [ ],
- "custom": null,
- "versions": [ ]
}, - "licenses": [
- null
], - "versionLicenses": [
- null
], - "customVulnerabilities": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- null
]
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "encryption": false,
- "externalId": "string",
- "componentCPEs": [
- {
- "cpeKey": {
- "component": null,
- "cpeName": null
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "custom": false,
- "modified": false,
- "popularity": 0,
- "flagMask": 0,
- "versions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": null,
- "name": null,
- "description": null,
- "title": null,
- "url": null,
- "encryption": null,
- "flagMask": null,
- "modified": null,
- "externalId": null,
- "lastUpdateDate": null,
- "popularity": null,
- "registeredDate": null,
- "deprecated": null,
- "componentForge": null,
- "libVersions": [ ],
- "customVersions": [ ],
- "licenses": [ ],
- "componentCPEs": [ ],
- "suppressedVulnerabilities": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "sortedVersions": [ ],
- "sortedLicenses": [ ],
- "custom": null,
- "versions": [ ]
}, - "licenses": [
- null
], - "versionLicenses": [
- null
], - "customVulnerabilities": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- null
]
}
], - "lastUpdateDate": "2019-08-24T14:15:22Z",
- "registeredDate": "2019-08-24T14:15:22Z",
- "title": "string",
- "type": "COMPONENT"
}, - "associatedComponentVersion": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "customVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "componentCPEs": [
- {
- "cpeKey": null,
- "id": null,
- "cpeVendor": null,
- "cpeProduct": null,
- "deprecated": null,
- "custom": null,
- "deleted": null
}
], - "suppressedVulnerabilities": [
- {
- "id": null,
- "componentId": null,
- "componentName": null,
- "vulnerabilityId": null,
- "vulnerabilityName": null,
- "versionScope": null,
- "suppressedVersions": [ ],
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "severity": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- null
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "severityAsInteger": 0
}
]
}, - "vulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "closedVulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "openVulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "inventoryType": "WORK_IN_PROGRESS",
- "distributed": "Unknown",
- "encrypted": "Unknown",
- "associatedLicense": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
}, - "child": {
- "id": "1",
- "name": "git",
- "description": "Description",
- "owner": "antlr",
- "projectId": "1",
- "systemGenerated": "True",
- "createDate": "2017-09-11 12:13:09.0",
- "updateDate": "2017-10-24 13:04:26.0",
- "publishedDate": "2017-10-24 13:04:26.0",
- "autoStatus": "DRAFT",
- "repositoryItem": {
- "id": 0,
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "customVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "componentCPEs": [
- {
- "cpeKey": null,
- "id": null,
- "cpeVendor": null,
- "cpeProduct": null,
- "deprecated": null,
- "custom": null,
- "deleted": null
}
], - "suppressedVulnerabilities": [
- {
- "id": null,
- "componentId": null,
- "componentName": null,
- "vulnerabilityId": null,
- "vulnerabilityName": null,
- "versionScope": null,
- "suppressedVersions": [ ],
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- {
- "id": null,
- "type": null,
- "displayName": null,
- "component": null,
- "licenses": [ ],
- "versionLicenses": [ ],
- "customVulnerabilities": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "purl": null,
- "deprecated": null,
- "versionName": null,
- "vulnerabilities": [ ]
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "custom": false,
- "versions": [
- {
- "id": null,
- "type": null,
- "displayName": null,
- "component": null,
- "licenses": [ ],
- "versionLicenses": [ ],
- "customVulnerabilities": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "purl": null,
- "deprecated": null,
- "versionName": null,
- "vulnerabilities": [ ]
}
]
}, - "componentVersion": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": null,
- "name": null,
- "displayName": null,
- "url": null,
- "deprecated": null,
- "createDate": null,
- "updateDate": null,
- "data": null
}, - "libVersions": [
- null
], - "customVersions": [
- null
], - "licenses": [
- null
], - "componentCPEs": [
- null
], - "suppressedVulnerabilities": [
- null
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- null
], - "sortedLicenses": [
- null
], - "custom": false,
- "versions": [
- null
]
}, - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "versionLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "customVulnerabilities": [
- {
- "id": null,
- "name": null,
- "description": null,
- "cvssv2Score": null,
- "cvssv2Severity": null,
- "cvssv3Score": null,
- "cvssv3Severity": null,
- "url": null,
- "lastRevisedDate": null,
- "originalReleaseDate": null,
- "source": null,
- "registry": null,
- "customComponentVersions": [ ],
- "libComponentVersions": [ ],
- "children": [ ],
- "severity": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Vector": null,
- "score": null,
- "severityAsInteger": null
}
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": null,
- "id": null,
- "children": [ ],
- "description": null,
- "source": null,
- "url": null,
- "severity": null,
- "cvssv2Severity": null,
- "originalReleaseDate": null,
- "cvssv3Severity": null,
- "lastRevisedDate": null,
- "vulnerabilityCWE": [ ],
- "vulnerabilityReferences": [ ],
- "cvssv2Vector": null,
- "cvssv3Score": null,
- "cvssv2Score": null,
- "cvssv3Vector": null,
- "score": null,
- "registry": null,
- "severityAsInteger": null
}
]
}, - "license": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": null,
- "instruction": null,
- "type": null,
- "required": null,
- "priority": null,
- "organization": null,
- "triggerAction": null,
- "licenseTextSection": null,
- "licenseTextFragment": null
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}, - "licenseId": 0,
- "inUse": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "title": "string",
- "url": "string",
- "autoDetectionNotes": "string",
- "notes": "string",
- "description": "string",
- "item": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string"
}
}, - "license": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}, - "auditorReviewNotes": "good to go",
- "remediationNotes": "update this immediately",
- "autoDetectionNotes": "Note",
- "asFoundLicenseText": "Sample from file LICENSE.txt in file ePortal-2.0",
- "status": "UNUSED0",
- "statusPolicyId": 0,
- "priority": {
- "id": 0,
- "type": "INVENTORY_STATUS",
- "name": "string",
- "description": "string",
- "isDefault": false
}, - "priorityId": 0,
- "published": "True",
- "disclosed": "True",
- "modified": "Unknown",
- "usageText": "usage",
- "noticeText": "Notice text",
- "fileCount": "2000",
- "parentGroupId": 0,
- "rejectedByUpdate": false,
- "confidence": "1",
- "partOfProduct": "Unknown",
- "linking": "Unknown",
- "workflowURL": "string",
- "provenanceId": 0,
- "links": [
- { }
], - "flexFields": [
- {
- "id": 0,
- "inventoryId": 0,
- "flexField1": "string",
- "flexField2": "string",
- "flexField3": "string",
- "flexField4": "string",
- "flexField5": "string"
}
], - "dependencyScope": "string",
- "userUpdatedStatus": "string",
- "associatedComponent": {
- "name": "string",
- "default": false,
- "id": 0,
- "displayName": "string",
- "description": "string",
- "url": "string",
- "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "sortedVersions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": null,
- "name": null,
- "description": null,
- "title": null,
- "url": null,
- "encryption": null,
- "flagMask": null,
- "modified": null,
- "externalId": null,
- "lastUpdateDate": null,
- "popularity": null,
- "registeredDate": null,
- "deprecated": null,
- "componentForge": null,
- "libVersions": [ ],
- "customVersions": [ ],
- "licenses": [ ],
- "componentCPEs": [ ],
- "suppressedVulnerabilities": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "sortedVersions": [ ],
- "sortedLicenses": [ ],
- "custom": null,
- "versions": [ ]
}, - "licenses": [
- null
], - "versionLicenses": [
- null
], - "customVulnerabilities": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- null
]
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "encryption": false,
- "externalId": "string",
- "componentCPEs": [
- {
- "cpeKey": {
- "component": null,
- "cpeName": null
}, - "id": 0,
- "cpeVendor": "string",
- "cpeProduct": "string",
- "deprecated": false,
- "custom": false,
- "deleted": false
}
], - "custom": false,
- "modified": false,
- "popularity": 0,
- "flagMask": 0,
- "versions": [
- {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": null,
- "name": null,
- "description": null,
- "title": null,
- "url": null,
- "encryption": null,
- "flagMask": null,
- "modified": null,
- "externalId": null,
- "lastUpdateDate": null,
- "popularity": null,
- "registeredDate": null,
- "deprecated": null,
- "componentForge": null,
- "libVersions": [ ],
- "customVersions": [ ],
- "licenses": [ ],
- "componentCPEs": [ ],
- "suppressedVulnerabilities": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "sortedVersions": [ ],
- "sortedLicenses": [ ],
- "custom": null,
- "versions": [ ]
}, - "licenses": [
- null
], - "versionLicenses": [
- null
], - "customVulnerabilities": [
- null
], - "sortedLicenses": [
- null
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- null
]
}
], - "lastUpdateDate": "2019-08-24T14:15:22Z",
- "registeredDate": "2019-08-24T14:15:22Z",
- "title": "string",
- "type": "COMPONENT"
}, - "associatedComponentVersion": {
- "id": 0,
- "type": "COMPONENT",
- "displayName": "string",
- "component": {
- "id": 0,
- "name": "string",
- "description": "string",
- "title": "string",
- "url": "string",
- "encryption": false,
- "flagMask": 0,
- "modified": false,
- "externalId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "popularity": 0,
- "registeredDate": "2019-08-24T14:15:22Z",
- "deprecated": false,
- "componentForge": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "deprecated": false,
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "data": "string"
}, - "libVersions": [
- {
- "id": null,
- "versionName": null,
- "flagMask": null,
- "releaseDate": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "deprecated": null,
- "component": null,
- "purl": null,
- "flavors": [ ],
- "libVulnerabilities": [ ],
- "libAddVulnerabilities": [ ],
- "customVulnerabilities": [ ],
- "versionLicenses": [ ],
- "default": null,
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "vulnerabilities": [ ],
- "versionLabels": [ ]
}
], - "customVersions": [
- {
- "id": null,
- "versionName": null,
- "component": null,
- "versionLicenses": [ ],
- "purl": null,
- "customVulnerabilities": [ ],
- "libVulnerabilities": [ ],
- "type": null,
- "displayName": null,
- "licenses": [ ],
- "sortedLicenses": [ ],
- "displayVersionName": null,
- "deprecated": null,
- "vulnerabilities": [ ]
}
], - "licenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "componentCPEs": [
- {
- "cpeKey": null,
- "id": null,
- "cpeVendor": null,
- "cpeProduct": null,
- "deprecated": null,
- "custom": null,
- "deleted": null
}
], - "suppressedVulnerabilities": [
- {
- "id": null,
- "componentId": null,
- "componentName": null,
- "vulnerabilityId": null,
- "vulnerabilityName": null,
- "versionScope": null,
- "suppressedVersions": [ ],
- "createdDate": null,
- "updatedDate": null,
- "createdBy": null,
- "updatedBy": null
}
], - "default": false,
- "type": "COMPONENT",
- "displayName": "string",
- "sortedVersions": [
- { }
], - "sortedLicenses": [
- {
- "id": null,
- "name": null,
- "shortName": null,
- "description": null,
- "text": null,
- "url": null,
- "category": null,
- "notes": null,
- "iconUrl": null,
- "flagMask": null,
- "modified": null,
- "custom": null,
- "externalId": null,
- "family": null,
- "parentId": null,
- "addToPalamidaCL": null,
- "author": null,
- "dfsgCompatible": null,
- "familyName": null,
- "deprecated": null,
- "noticeAttributionStatements": null,
- "noticeCopyrightStatements": null,
- "osiLicenseCategory": null,
- "osiLicenseName": null,
- "patentLicenseGrant": null,
- "publishedDate": null,
- "publisher": null,
- "spdxLicenseIdentifier": null,
- "spdxLicenseName": null,
- "userUpdated": null,
- "version": null,
- "priority": null,
- "components": [ ],
- "componentVersions": [ ],
- "obligations": [ ],
- "default": null,
- "displayName": null,
- "spdxIdentifierOrName": null,
- "spdxNameOrName": null,
- "commercial": null,
- "screenName": null,
- "copyleft": null,
- "osiapproved": null,
- "abbrevName": null,
- "screenText": null,
- "gplv2Compatible": null,
- "gplv3Compatible": null,
- "freeSoftwareLicense": null
}
], - "custom": false,
- "versions": [
- { }
]
}, - "licenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "versionLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "customVulnerabilities": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "severity": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "score": 0,
- "severityAsInteger": 0
}
], - "sortedLicenses": [
- {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- null
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
], - "displayVersionName": "string",
- "purl": "string",
- "deprecated": false,
- "versionName": "string",
- "vulnerabilities": [
- {
- "name": "string",
- "id": 0,
- "children": [
- null
], - "description": "string",
- "source": "string",
- "url": "string",
- "severity": "string",
- "cvssv2Severity": "string",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "cvssv3Severity": "string",
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Score": 0,
- "cvssv2Score": 0,
- "cvssv3Vector": "string",
- "score": 0,
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "severityAsInteger": 0
}
]
}, - "vulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "closedVulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "openVulnerabilityAlerts": [
- {
- "id": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "priority": 0,
- "closed": false,
- "closedBy": {
- "id": 0,
- "externalId": "string",
- "login": "string",
- "password": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "string",
- "jobTitle": "string",
- "telephone": "string",
- "fax": "string",
- "location": "string",
- "businessUnit": "string",
- "question": "string",
- "answer": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "userStatus": {
- "id": null,
- "code": null,
- "name": null
}, - "state": "UNUSED",
- "passwords": [
- null
], - "permissions": [
- null
], - "userLists": [
- null
], - "userRole": {
- "id": null,
- "name": null,
- "description": null
}, - "ldapAuthenicated": false,
- "displayName": "string",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "displayNameWithLogin": "string"
}, - "closedDate": "2019-08-24T14:15:22Z",
- "suppressClosed": false,
- "unsuppressCreated": false,
- "reason": "string",
- "vulnerability": {
- "id": 0,
- "name": "string",
- "description": "string",
- "cvssv2Score": 0,
- "cvssv2Severity": "string",
- "cvssv3Score": 0,
- "cvssv3Severity": "string",
- "url": "string",
- "custom": false,
- "lastRevisedDate": "2019-08-24T14:15:22Z",
- "originalReleaseDate": "2019-08-24T14:15:22Z",
- "source": "string",
- "registry": {
- "id": null,
- "name": null,
- "description": null,
- "url": null
}, - "deprecated": false,
- "customComponentVersions": [
- null
], - "libComponentVersions": [
- null
], - "children": [
- null
], - "cvssv2Vector": "string",
- "cvssv3Vector": "string",
- "vulnerabilityCWE": [
- null
], - "vulnerabilityReferences": [
- null
], - "severity": "string",
- "score": 0,
- "severityAsInteger": 0
}, - "updateId": 0
}
], - "inventoryType": "WORK_IN_PROGRESS",
- "distributed": "Unknown",
- "encrypted": "Unknown",
- "associatedLicense": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": null,
- "name": null
}, - "required": false,
- "priority": {
- "id": null,
- "name": null
}, - "organization": {
- "id": null,
- "name": null
}, - "triggerAction": {
- "id": null,
- "name": null
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
}
}
], - "parentGroupId": 0,
- "autoStatus": "DRAFT",
- "userUpdatedStatus": "string",
- "autoDetectionNotes": "Note",
- "statusPolicyId": 0,
- "rejectedByUpdate": false,
- "systemGenerated": "True",
- "associatedLicense": {
- "id": 0,
- "name": "string",
- "shortName": "string",
- "description": "string",
- "text": "string",
- "url": "string",
- "category": "CATEGORY1",
- "notes": "string",
- "iconUrl": "string",
- "flagMask": 0,
- "modified": false,
- "custom": false,
- "externalId": "string",
- "family": false,
- "parentId": 0,
- "addToPalamidaCL": false,
- "author": "string",
- "dfsgCompatible": false,
- "familyName": "string",
- "deprecated": false,
- "noticeAttributionStatements": "string",
- "noticeCopyrightStatements": "string",
- "osiLicenseCategory": "string",
- "osiLicenseName": "string",
- "patentLicenseGrant": false,
- "publishedDate": "2019-08-24T14:15:22Z",
- "publisher": "string",
- "spdxLicenseIdentifier": "string",
- "spdxLicenseName": "string",
- "userUpdated": false,
- "version": "string",
- "priority": 0,
- "components": [
- { }
], - "componentVersions": [
- { }
], - "obligations": [
- {
- "id": 0,
- "instruction": "string",
- "type": {
- "id": 0,
- "name": "string"
}, - "required": false,
- "priority": {
- "id": 0,
- "name": "string"
}, - "organization": {
- "id": 0,
- "name": "string"
}, - "triggerAction": {
- "id": 0,
- "name": "string"
}, - "licenseTextSection": "string",
- "licenseTextFragment": "string"
}
], - "default": false,
- "displayName": "string",
- "spdxIdentifierOrName": "string",
- "spdxNameOrName": "string",
- "commercial": false,
- "screenName": "string",
- "copyleft": false,
- "osiapproved": false,
- "abbrevName": "string",
- "screenText": "string",
- "gplv2Compatible": false,
- "gplv3Compatible": false,
- "freeSoftwareLicense": false
}
}
Returns a scan status for a given taskId which is obtained from /projectScan/{projectId}
SCHEDULED | ACTIVE | TERMINATED | FAILED | COMPLETED
Bad request: The task Id entered was not found
"NEW"
Uploads and extracts a codebase zip file for a project. (* Maximum supported file size is 10GB.). Upload only files with extensions zip,tar,tar.gz and 7z. Do not upload any .gz files directly without archiving it in a tar file. The upload result may come wrong if any compressed files uploaded directly without archiving it. Only Project Admin and Analyst can upload project codebase to a project.
Try it out is not available for this API. This API can be tested using conventional REST API clients such as postman or cURL.
When calling this API from a REST client, you need to run curl as follows
curl -X POST "http://HOST:PORT/codeinsight/api/project/uploadProjectCodebase?projectId=PROJECT_ID&deleteExistingFileOnServer=true&expansionLevel=1" -H "accept: application/json" -H "Authorization: Bearer JWT_TOKEN" -H "content-type: application/octet-stream" --data-binary "@path/filename.zip"
Zipped codebase to scan
OK
Bad Request
Internal Server Error
Service Unavailable
"string"
Creates a project for the given input, updates project custom field values and returns projectId with success message.
To create a project the projectName field is required and other fields are optional. If the optional fields are left blank, the 'Project Default' values are applied for them. Note: For 'folderName', passing entire folder path like 'folder1/folder2' is not supported.
Created
Bad Request
Unauthorized
Internal Server Error
{- "name": "eportal",
- "description": "description",
- "folderName": "Projects",
- "policyProfileName": "Default License Policy Profile",
- "scanProfileName": "Basic Scan Profile (Without CL)",
- "autoPublish": "true",
- "markAssociatedFilesAsReviewed": "true",
- "owner": "admin",
- "risk": "HIGH | default: MEDIUM",
- "privateProject": "false",
- "scanServerAlias": "null",
- "deleteEmptyInventory": "false",
- "doNotPublishInventoryUnknownLicense": "true",
- "folderId": "1",
- "expandJarArchives": "false",
- "customFields": [
- {
- "id": "1",
- "value": "Value for custom field"
}
]
}
Uploads and extracts a report zip file for a project.curl -H "Authorization: Bearer %jwt%" --form projectId=%projectId% --form reportId=%reportId% --form file=@"pdf_reports.zip" http://localhost:8888/codeinsight/api/projects/uploadReport
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
"string"
Get Project Information By Id
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "id": 0,
- "name": "string",
- "description": "string",
- "owner": "string",
- "dateCreated": "string",
- "scanPaths": [
- {
- "property1": { },
- "property2": { }
}
], - "scanProfileName": "string",
- "policyProfileName": "string",
- "type": "string",
- "risk": "string",
- "projectVisibiity": "string",
- "legalContactName": "string",
- "securityContactName": "string",
- "devContactName": "string",
- "projectStatus": "string",
- "scanServerAlias": "string",
- "totalFiles": 0,
- "codebaseSize": "string",
- "numberOfLines": 0,
- "projectPath": "string",
- "childProjects": [
- {
- "id": 0,
- "name": "string",
- "childProject": [
- { }
], - "parentProject": [
- { }
]
}
], - "parentProjects": [
- {
- "id": 0,
- "name": "string",
- "childProject": [
- { }
], - "parentProject": [
- { }
]
}
], - "licenses": {
- "property1": 0,
- "property2": 0
}, - "vulnerabilities": {
- "property1": {
- "property1": 0,
- "property2": 0
}, - "property2": {
- "property1": 0,
- "property2": 0
}
}, - "customFields": [
- {
- "property1": "string",
- "property2": "string"
}
], - "deleteEmptyInventory": false,
- "expandJarArchives": false
}
Updates a project, custom field values for the given projectId. Here "owner" field refers to the "contact" of the project.
Updates a project, autoPublish is required when markAssociatedFilesAsReviewed and doNotPublishInventoryUnknownLicense is part of a request.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "name": "eportal",
- "description": "description",
- "folderName": "Projects",
- "policyProfileName": "Default License Policy Profile",
- "scanProfileName": "Basic Scan Profile (Without CL)",
- "autoPublish": "true",
- "markAssociatedFilesAsReviewed": "true",
- "owner": "admin",
- "risk": "HIGH | default: MEDIUM",
- "privateProject": "false",
- "deleteEmptyInventory": "false",
- "doNotPublishInventoryUnknownLicense": "true",
- "folderId": "1",
- "expandJarArchives": "false",
- "customFields": [
- {
- "id": "1",
- "value": "Value for custom field"
}
]
}
Deleting a project will delete all project inventory, custom field values, corresponding notes and all code base files permanently from the server.
Accepted
Bad Request
Unauthorized
Not Found
Internal Server Error
OK
Unauthorized
Not Found
Internal Server Error
Get all child projects. parentProject property will not be shown in the response.
OK
Bad Request
Not Found
Internal Server Error
{- "id": 0,
- "name": "string",
- "childProject": [
- { }
], - "parentProject": [
- { }
]
}
Imports project data for a given projectId. Only Project Owner and Analyst can Import Project Data into a private project. Try it out is not available for this API. This API can be tested using conventional REST API clients such as postman or cURL When calling this API from a REST client, you need to run either of the curl commands. Save the required attributes in a json or a text file for project import and provide that file in the command. If you are using text file, don't give .txt extension. curl -H "Authorization:Bearer %jwt%" -F importFile=@"fileToImport.zip" -F projectImportModel=@"JsonFile.json Or textFile;type=application/json" http://localhost:8888/codeinsight/api/projects/%projectId%/import Or else, instead of providing file, you can directly define the attributes for projectImportModel inside curly braces. Provide 'FileMatchingCriteria' either of the below values: COMPLETE_FILEPATH|PARTIAL_FILEPATH|FILENAME|MD5|MD5_AND_FILENAME|MD5_AND_COMPLETE_FILEPATH|MD5_AND_PARTIAL_FILEPATH
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
"string"
Get Project level inventory summary
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "itemNumber": 0,
- "id": 0,
- "name": "string",
- "type": "string",
- "priority": "string",
- "createdBy": "string",
- "url": "string",
- "purl": "string",
- "confidence": "HIGHEST",
- "dependencyScope": "string",
- "componentId": "string",
- "componentName": "string",
- "componentVersionId": "string",
- "componentVersionName": "string",
- "reviewStatus": "string",
- "selectedLicenseId": "string",
- "selectedLicenseSPDXIdentifier": "string",
- "vulnerabilitySummary": [
- {
- "property1": {
- "property1": 0,
- "property2": 0
}, - "property2": {
- "property1": 0,
- "property2": 0
}
}
]
}
Get all parent projects. childProject property will not be shown in the response.
OK
Bad Request
Not Found
Internal Server Error
{- "id": 0,
- "name": "string",
- "childProject": [
- { }
], - "parentProject": [
- { }
]
}
Download Reports (PROJECT, AUDIT, NOTICES, CUSTOM_REPORT) for a given projectId. For ALL Reports we need to provide the id of the report. All project users including Observer, Reviewer and Analyst can download reports for private projects. If a task is in progress the response will be 202 and the status will be provided in the header for e.g(ACTIVE, SCHEDULED). Try it out is not available for this API. This API can be tested using conventional REST API clients such as postman or cURL. When calling this API from a REST client, you need to redirect output to a zip file as follows curl -X GET "http://HOST:PORT/codeinsight/api/projects/{projectId}/reports/{reportId}/download?taskId={taskId}" -H "accept: application/json" -H "Authorization: Bearer JWT_TOKEN" > report.zip
OK
Accepted
Bad request
Unauthorized
Not Found
Internal Server Error
{ }
Generates Reports (PROJECT, AUDIT, NOTICES, CUSTOM_REPORT) for a given projectId. For ALL Reports we need to provide the id of the report. All project users including Observer, Reviewer and Analyst can generate reports for private projects.
The success response of the generate is a taskId which should be used during download. If the report type is custom report and enableProjectPicker is true otherProjectId is required.
OK
Bad request
Unauthorized
Not Found
Internal Server Error
Service Unavailable
{- "otherProjectId": "1",
- "options": {
- "property1": "string",
- "property2": "string"
}
}
update project status. After creating the project, the default status is 'Not Started' and the status will be automatically updated to 'Analysis In Progress' after scanning.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
Assign a Users to a specific Project Role. Here "ownerId refers to the "contactId of the project.
Add a Users to a specific Project Role. Accepted RoleId: PROJECT_ADMIN, ANALYST, REVIEWER, OBSERVER
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "ownerId": "admin",
- "securityContactId": "admin",
- "developerContactId": "admin",
- "legalContactId": "admin",
- "userRoles": {
- "roleId": "ANALYST",
- "users": [
- "string"
]
}
}
Remove User(s) from a specific Project Role
Remove User(s) from a specific Project Role. Accepted RoleId: PROJECT_ADMIN, ANALYST, REVIEWER, OBSERVER
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "roleId": "ANALYST",
- "users": [
- "string"
]
}