Security bulletin resource type
The security bulletin resource type describes a security bulletin for one or more vulnerabilities or exposures that apply to servers or runtimes managed by WebSphere Automation.
Example security bulletin created event
{
"type":"CREATE",
"bulletin": {
"id" : "8f0d27ad-6a21-39f8-9aef-768d5529d337",
"name" : "a_mySecurityBulletin1",
"description" : "CVE description 1",
"created" : "2023-06-08T23:13:26Z",
"createdBy" : "component-test",
"updated" : "2023-06-08T23:13:26Z",
"updatedBy" : "component-test",
"bulletinId" : "1115085",
"url" : "https://www.ibm.com/support/pages/node/1115085",
"cves" : [ {
"id" : "CVE-2018-1567",
"description" : "CVE description 1",
"cvssBaseScore" : 9.8
} ],
"summary" : "a_mySecurityBulletin1 summary",
"operatingSystems" : [ "AIX", "z/OS", "HP-UX", "Linux", "Solaris", "Windows", "IBM i" ],
"affectedProducts" : {
"liberty" : [ {
"version" : "7.0",
"remediations" : [ {
"startVersion" : "7.0.0.0",
"endVersion" : "7.0.0.45",
"operator" : "OR",
"iFixes" : [ "PH12345" ],
"fixPack" : "7.0.0.46",
"additionalInstallationInstructions" : "https://www.ibm.com/support/pages/node/1115085"
} ]
} ]
}
}
}