Patch Management Release 4.0 API

July 11, 2026

Before understanding the API release highlights, learn more about the API server URL to be used in your API requests by referring to the Know Your Qualys API Server URL section. For this API Release Notes, <qualys_base_url> is mentioned in the sample API requests.

Run Jobs Without Waiting for a System Reboot 

Updated API: Create Deployment Job   

New or Updated API Updated
API Endpoint  /pm/v2/deploymentjob
Method POST
DTD or XSD changes Not Applicable

We have enhanced this API to allow a subsequent job to execute even if there are pending assets to reboot from the previous job. The enhancement includes a new parameter, allowExecutionWithPendingReboot, in the API request. 

Input ParametersInput Parameters

Parameter Mandatory/
Optional
Data Type Description
allowExecutionWithPendingReboot Optional Boolean Specify the value as True or False. 
If the value is set to true, then the job will execute even if the asset is in a pending reboot state. 

Sample- Create a Deployment Job to Execute With Assets in Pending Reboot StateSample- Create a Deployment Job to Execute With Assets in Pending Reboot State

API Request

curl -X 'POST' \
  '<qualys_base_url>/pm/v2/deploymentjob' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer  <JWT_token>
  -H 'Content-Type: application/json' \
  -d

API Body

{
  "approvedPatches": [
    "cfd607aa-b889-3f30-bb77-fe7a8d1ae2e5",
    "81c2769a-8b21-38f6-91f6-b0d4804edae4",
    "cfd123e9-0649-3490-b1bf-9d8ad1496d67",
    "d5f0616f-f8b0-3645-a911-3a6d67c9bd3d",
    "89d5820b-8924-34f9-ac22-6f0849fc96ed",
    "f958fc8b-3c48-3d27-8b43-c781d0c45867"
  ],
  "dynamicPatchesQQL": "",
  "isDynamicPatchesQQL": false,
  "additionalDynamicPatchesQQL": "",
  "additionalDynamicQQLType": "",
  "linkedJobId": "",
  "dynamicQQLType": 1,
  "assetCount": 3,
  "assetIds": [
    "8d4bbb9d-6c72-4370-843b-55289b1ba1d6",
    "e95a9f11-6765-4872-b861-123030f705b6",
    "89562303-94dc-4bd4-8b33-cdfdc5c21ef6"
  ],
  "isAssetImported": false,
  "assetFilePath": null,
  "assetTagIds": [],
  "assetDetectionsQQL": "",
  "deleted": false,
  "duringDeployment": {
    "userMessage": "",
    "description": ""
  },
  "name": "test-op-018",
  "description": "",
  "createdBy": null,
  "patchCount": 6,
  "postDeployment": {
    "suppressreboots": false,
    "rebootHonorOnUserLogin": false,
    "onComplete": {
      "userMessage": "",
      "description": "",
      "alwaysShowCompletedPrompt": false
    },
    "rebootCountdown": {
      "interval": 15,
      "intervalUnit": "MINUTES",
      "userMessage": "Reboot countdown started",
      "description": "The system reboot is initiated. It will reboot automatically after the timer countdown."
    },
    "rebootOption": {
      "deferment": {
        "count": null,
        "interval": null,
        "intervalUnit": "HOURS"
      },
      "userMessage": "",
      "description": ""
    }
  },
  "preDeployment": {
    "deferment": {
      "count": null,
      "interval": null,
      "intervalUnit": "HOURS"
    },
    "userMessage": "",
    "description": ""
  },
  "recurring": false,
  "dayOfMonth": null,
  "recurringLastDayOfMonth": false,
  "patchTuesdayPlusXDays": null,
  "monthlyRecurringType": null,
  "recurringDayOfMonth": null,
  "recurringWeekDayOfMonth": null,
  "recurringWeekDays": "",
  "scheduleType": "On-demand",
  "schemaVersion": "1.0",
  "startDateTime": null,
  "status": "Disabled",
  "opportunisticdownloads": false,
  "minimizeWindow": false,
  "enableReattemptFailedPatches": false,
  "reattemptFailedPatches": {
    "noOfReattempts": 0,
    "exponentialBackoffInterval": 0
  },
  "allowExecutionWithPendingReboot": true,
  "customPatchURLId": null,
  "timeout": -1,
  "timeoutUnit": "HOURS",
  "downloadRandomizeTime": 0,
  "downloadRandomizeTimeUnit": "MINUTES",
  "timezone": null,
  "timezoneType": null,
  "type": "Install",
  "filterType": "Any",
  "exclusionFilterType": "Any",
  "exclusionTagIds": [],
  "matchAllTagIds": [],
  "coAuthorUserIds": [],
  "platform": "Windows",
  "exclusionAssetIds": [],
  "preDeployActions": [],
  "postDeployActions": [],
  "jobCategory": null,
  "jobSource": 2,
  "notification": null,
  "remediationQids": [],
  "isVulnContext": false,
  "subCategory": "Patch",
  "chainedJobRule": [],
  "hostIsolationConfig": null,
  "quarantineAssetRequestNotification": null,
  "isDefaultJob": false,
  "defaultJobConfiguration": {
    "onAssetActivation": false,
    "onAssetInactiveForXDays": null
  }
}

API Response

API Response : 201

Retry Failed Patch Deployments with Enhanced Time Interval   

The following APIs are enhanced for the new retry failed patches time interval: 

Updated API: Create Deployment Job

New or Updated API Updated
API Endpoint  /pm/v2/deploymentjob
Method POST
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter exponentialBackoffIntervalUnit in the API request. You can use this parameter to set the time interval to retry the failed patches in minutes and seconds.

Input ParametersInput Parameters

Parameter Mandatory/
Optional
Data Type Description
exponentialBackoffIntervalUnit Optional String Specify the value as Minutes or Seconds. 
The supported value is between 1 and 59 seconds or minutes. If the value is not specified, the default value is in Seconds.

Sample- Create a Deployment Job to Set the Retry Interval of Failed PatchesSample- Create a Deployment Job to Set the Retry Interval of Failed Patches

API Request

curl -X PATCH
"<qualys_base_url>/pm/v2/deploymentjob' \
-H "accept: application/json" 
-H "Authorization: <<Jwt Token>>" 
-H "Content-Type: application/json"
-d

API Body

 '{
  "name": "Reattempt failed patchjob",
  "description": "Reattempt failed patchjob",
  "approvedPatches": [
    "444ba31a-0f94-3199-870e-ef8ab1a5a477",
    "b91fca0e-2a07-3155-909c-fc50ba1863ed"
  ],
  "assetIds": [
   
  ],
  "assetTagIds": [],
  "filterType": "Any",
  "exclusionAssetIds": [],
  "exclusionFilterType": "Any",
  "exclusionTagIds": [],
  "coAuthorUserIds": [],
  "preDeployment": null,
  "duringDeployment": {
    "description": "During deployment Description",
    "userMessage": "During deployment userMessage"
  },
  "postDeployment": {
    "onComplete": {
      "description": "On complete Description",
      "userMessage": "On complete userMessage"
    },
    "rebootCountdown": {
      "interval": 15,
      "intervalUnit": "MINUTES",
      "userMessage": "Reboot Countdown usermessage",
      "description": "Reboot Countdown description"
    },
    "rebootOption": {
      "deferment": {
        "count": 3,
        "interval": 1,
        "intervalUnit": "HOURS"
      },
      "description": "rebootOption description",
      "userMessage": "rebootOption user message"
    },
    "suppressReboots": false
  },
  "platform": "Windows",
  "minimizeWindow": "true",
  "type": "Install",
  "status": "Disabled",
  "timeout": 6,
  "timeoutUnit": "HOURS",
  "recurring": false,
  "scheduleType": "On-demand",
  "opportunisticDownloads": false,
  "enableReattemptFailedPatches": true,
  "reattemptFailedPatches": {
    "noOfReattempts": 5,
    "exponentialBackoffInterval": 15,
    "exponentialBackoffIntervalUnit": "MINUTES"
  },
  "downloadRandomizeTime": 4,
  "downloadRandomizeTimeUnit": "HOURS",
  "notification": null,
  "preDeployActions": [],
  "postDeployActions": []
}'

API Response

{
  "customerId": "bc023fd7-4290-f28f-8181-95a46f519f52",
  "id": "18efb1bf-7908-419d-abbd-6e24c0f7fff9",
  "schemaVersion": "1.0",
  "name": "Reattempt failed patch",
  "description": "Reattempt failed patchjob",
  "type": "Install",
  "status": "Disabled",
  "coAuthorUserIds": [],
  "scheduleType": "On-demand",
  "startDateTime": "2026-6-22 09:56:07 AM",
  "recurring": false,
  "timezoneType": "SPECIFIC_TZ",
  "timezone": "UTC",
  "createdBy": {
    "user": {
      "id": "c4c71f94-4ef6-7e6f-8260-11704fa58172",
      "name": "quays_rw17",
      "fullName": "Rohit Sharma"
    },
    "date": 1782122167882,
    "context": null,
    "formatedDate": "2026-06-22"
  },
  "updatedBy": {
    "user": null,
    "date": null,
    "context": null,
    "formatedDate": null
  },
  "deletedBy": {
    "user": null,
    "date": null,
    "context": null,
    "formatedDate": null
  },
  "assetCount": null,
  "taggedAssetCount": 0,
  "applicableAssetCount": 0,
  "totalAssetCount": null,
  "assetResultReceivedCount": null,
  "jobCategory": 3,
  "jobTriggerStatus": null,
  "completionPercent": null,
  "jobSource": 3,
  "readOnly": false,
  "subCategory": "Patch",
  "platform": "Windows",
  "assetIds": [],
  "assetTagIds": [],
  "matchAllTagIds": null,
  "exclusionTagIds": [],
  "exclusionAssetIds": [],
  "approvedPatches": [
    "444ba31a-0f94-3199-870e-ef8ab1a5a477",
    "b91fca0e-2a07-3155-909c-fc50ba1863ed"
  ],
  "disabledPatches": null,
  "patchCount": 2,
  "recurringWeekDays": null,
  "dayOfMonth": null,
  "recurringDayOfMonth": null,
  "recurringWeekDayOfMonth": null,
  "timeout": 6,
  "timeoutUnit": "HOURS",
  "preDeployment": {
    "userMessage": "",
    "description": "",
    "deferment": {
      "count": 0,
      "interval": 0,
      "intervalUnit": "HOURS"
    }
  },
  "duringDeployment": {
    "userMessage": "During deployment userMessage",
    "description": "During deployment Description"
  },
  "postDeployment": {
    "suppressReboots": false,
    "rebootHonorOnUserLogin": false,
    "rebootOption": {
      "userMessage": "rebootOption user message",
      "description": "rebootOption description",
      "deferment": {
        "count": 3,
        "interval": 1,
        "intervalUnit": "HOURS"
      }
    },
    "rebootCountdown": {
      "interval": 15,
      "intervalUnit": "MINUTES",
      "userMessage": "Reboot Countdown usermessage",
      "description": "Reboot Countdown description"
    },
    "onComplete": {
      "userMessage": "On complete userMessage",
      "description": "On complete Description",
      "alwaysShowCompletedPrompt": false
    }
  },
  "opportunisticDownloads": false,
  "filterType": "Any",
  "exclusionFilterType": "Any",
  "minimizeWindow": true,
  "dynamicPatchesQQL": null,
  "isDynamicPatchesQQL": false,
  "dynamicQQLType": null,
  "assetDetectionsQQL": null,
  "continueOnPatchFailure": false,
  "preDeployActions": null,
  "postDeployActions": null,
  "monthlyRecurringType": null,
  "patchTuesdayPlusXDays": null,
  "recurringLastDayOfMonth": null,
  "notification": null,
  "linkedJobId": null,
  "linkedToJob": null,
  "linkedJobs": null,
  "jobStartCountdown": null,
  "passwordAction": null,
  "additionalDynamicQQLType": null,
  "additionalDynamicPatchesQQL": null,
  "downloadRandomizeTime": 4,
  "downloadRandomizeTimeUnit": "HOURS",
  "customPatchURLId": null,
  "isVulnContext": null,
  "remediationQids": null,
  "isAssetImported": false,
  "enableReattemptFailedPatches": true,
  "reattemptFailedPatches": {
    "noOfReattempts": 5,
    "exponentialBackoffInterval": 15,
    "exponentialBackoffIntervalUnit": "MINUTES"
  },
  "isDefaultJob": false,
  "defaultJobConfiguration": {
    "onAssetActivation": false,
    "onAssetInactiveForXDays": null
  }
}

Updated API: Update Deployment Job

New or Updated API Updated
API Endpoint  /pm/v2/deploymentjob/update/{deploymentJobId}
Method PATCH
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter, exponentialBackoffIntervalUnit, in the API request. You can use this parameter to set the time interval to retry the failed patches in minutes and seconds.  

Input ParametersInput Parameters

Parameter Mandatory/
Optional
Data Type Description
exponentialBackoffIntervalUnit Optional String Specify the value as Minutes or Seconds. 
The supported value is between 1 and 59 seconds or minutes. If the value is not specified, the default value is in Seconds. 

Sample- Update a Deployment Job to Set the Retry Interval of Failed PatchesSample- Update a Deployment Job to Set the Retry Interval of Failed Patches

API Request

curl -X PATCH
"<qualys_base_url>/pm/v2/deploymentjob/update/18efb1bf-7908-419d-abbd-6e24c0f7fff9"
-H "accept: application/json" 
-H "Authorization: <<Jwt Token>>" 
-H "Content-Type: application/json"
-d

API Body

'{
  "customerId": "bc023fd7-4290-f28f-8181-95a46f519f52",
  "id": "18efb1bf-7908-419d-abbd-6e24c0f7fff9",
  "schemaVersion": "1.0",
  "name": "Reattempt failed patch",
  "description": "Reattempt failed patchjob",
  "type": "Install",
  "status": "Disabled",
  "coAuthorUserIds": null,
  "scheduleType": "On-demand",
  "startDateTime": "2026-6-22 09:56:07 AM",
  "recurring": false,
  "timezoneType": "SPECIFIC_TZ",
  "timezone": "UTC",
  "createdBy": {
    "user": {
      "id": "c4c71f94-4ef6-7e6f-8260-11704fa58172",
      "name": "john_doe",
      "fullName": "John Doe"
    },
    "date": 1782122167882,
    "context": null,
    "formatedDate": "2026-06-22"
  },
  "updatedBy": {
    "user": null,
    "date": null,
    "context": null,
    "formatedDate": null
  },
  "deletedBy": {
    "user": null,
    "date": null,
    "context": null,
    "formatedDate": null
  },
  "assetCount": null,
  "taggedAssetCount": 0,
  "applicableAssetCount": 0,
  "totalAssetCount": null,
  "assetResultReceivedCount": null,
  "jobCategory": 3,
  "jobTriggerStatus": null,
  "completionPercent": null,
  "jobSource": 3,
  "readOnly": false,
  "subCategory": "Patch",
  "platform": "Windows",
  "assetIds": null,
  "assetTagIds": null,
  "matchAllTagIds": null,
  "exclusionTagIds": null,
  "exclusionAssetIds": null,
  "approvedPatches": [
    "444ba31a-0f94-3199-870e-ef8ab1a5a477",
    "b91fca0e-2a07-3155-909c-fc50ba1863ed"
  ],
  "disabledPatches": null,
  "patchCount": 2,
  "recurringWeekDays": null,
  "dayOfMonth": null,
  "recurringDayOfMonth": null,
  "recurringWeekDayOfMonth": null,
  "timeout": 6,
  "timeoutUnit": "HOURS",
  "preDeployment": {
    "userMessage": "",
    "description": "",
    "deferment": {
      "intervalUnit": "HOURS"
    }
  },
  "duringDeployment": {
    "userMessage": "During deployment userMessage",
    "description": "During deployment Description"
  },
  "postDeployment": {
    "suppressReboots": false,
    "rebootHonorOnUserLogin": false,
    "rebootOption": {
      "userMessage": "rebootOption user message",
      "description": "rebootOption description",
      "deferment": {
        "count": 3,
        "interval": 1,
        "intervalUnit": "HOURS"
      }
    },
    "rebootCountdown": {
      "interval": 15,
      "intervalUnit": "MINUTES",
      "userMessage": "Reboot Countdown usermessage",
      "description": "Reboot Countdown description"
    },
    "onComplete": {
      "userMessage": "On complete userMessage",
      "description": "On complete Description",
      "alwaysShowCompletedPrompt": false
    }
  },
  "opportunisticDownloads": false,
  "filterType": "Any",
  "exclusionFilterType": "Any",
  "minimizeWindow": true,
  "dynamicPatchesQQL": null,
  "isDynamicPatchesQQL": false,
  "dynamicQQLType": null,
  "assetDetectionsQQL": null,
  "continueOnPatchFailure": false,
  "preDeployActions": null,
  "postDeployActions": null,
  "monthlyRecurringType": null,
  "patchTuesdayPlusXDays": null,
  "recurringLastDayOfMonth": null,
  "notification": null,
  "linkedJobId": null,
  "linkedToJob": null,
  "linkedJobs": null,
  "jobStartCountdown": null,
  "passwordAction": null,
  "additionalDynamicQQLType": null,
  "additionalDynamicPatchesQQL": null,
  "downloadRandomizeTime": 4,
  "downloadRandomizeTimeUnit": "HOURS",
  "customPatchURLId": null,
  "isVulnContext": null,
  "remediationQids": null,
  "isAssetImported": false,
  "enableReattemptFailedPatches": true,
  "reattemptFailedPatches": {
    "noOfReattempts": 5,
    "exponentialBackoffInterval": 15,
    "exponentialBackoffIntervalUnit": "SECONDS"
  },
  "isDefaultJob": false,
  "defaultJobConfiguration": {
    "onAssetActivation": false,
    "onAssetInactiveForXDays": null
  }
}'

API Response

{
  "customerId": "bc023fd7-4290-f28f-8181-95a46f519f52",
  "id": "18efb1bf-7908-419d-abbd-6e24c0f7fff9",
  "schemaVersion": "1.0",
  "name": "Reattempt failed patch",
  "description": "Reattempt failed patchjob",
  "type": "Install",
  "status": "Disabled",
  "coAuthorUserIds": null,
  "scheduleType": "On-demand",
  "startDateTime": "2026-6-22 09:56:07 AM",
  "recurring": false,
  "timezoneType": "SPECIFIC_TZ",
  "timezone": "UTC",
  "createdBy": {
    "user": {
      "id": "c4c71f94-4ef6-7e6f-8260-11704fa58172",
      "name": "john_doe",
      "fullName": "John Doe"
    },
    "date": 1782122167882,
    "context": null,
    "formatedDate": "2026-06-22"
  },
  "updatedBy": {
    "user": null,
    "date": null,
    "context": null,
    "formatedDate": null
  },
  "deletedBy": null,
  "assetCount": null,
  "taggedAssetCount": 0,
  "applicableAssetCount": 0,
  "totalAssetCount": null,
  "assetResultReceivedCount": null,
  "jobCategory": 3,
  "jobTriggerStatus": null,
  "completionPercent": null,
  "jobSource": 3,
  "readOnly": false,
  "subCategory": "Patch",
  "platform": "Windows",
  "assetIds": null,
  "assetTagIds": null,
  "matchAllTagIds": null,
  "exclusionTagIds": null,
  "exclusionAssetIds": null,
  "approvedPatches": [
    "444ba31a-0f94-3199-870e-ef8ab1a5a477",
    "b91fca0e-2a07-3155-909c-fc50ba1863ed"
  ],
  "disabledPatches": null,
  "patchCount": 2,
  "recurringWeekDays": null,
  "dayOfMonth": null,
  "recurringDayOfMonth": null,
  "recurringWeekDayOfMonth": null,
  "timeout": 6,
  "timeoutUnit": "HOURS",
  "preDeployment": {
    "userMessage": "",
    "description": "",
    "deferment": {
      "count": 0,
      "interval": 0,
      "intervalUnit": "HOURS"
    }
  },
  "duringDeployment": {
    "userMessage": "During deployment userMessage",
    "description": "During deployment Description"
  },
  "postDeployment": {
    "suppressReboots": false,
    "rebootHonorOnUserLogin": false,
    "rebootOption": {
      "userMessage": "rebootOption user message",
      "description": "rebootOption description",
      "deferment": {
        "count": 3,
        "interval": 1,
        "intervalUnit": "HOURS"
      }
    },
    "rebootCountdown": {
      "interval": 15,
      "intervalUnit": "MINUTES",
      "userMessage": "Reboot Countdown usermessage",
      "description": "Reboot Countdown description"
    },
    "onComplete": {
      "userMessage": "On complete userMessage",
      "description": "On complete Description",
      "alwaysShowCompletedPrompt": false
    }
  },
  "opportunisticDownloads": false,
  "filterType": "Any",
  "exclusionFilterType": "Any",
  "minimizeWindow": true,
  "dynamicPatchesQQL": null,
  "isDynamicPatchesQQL": false,
  "dynamicQQLType": null,
  "assetDetectionsQQL": null,
  "continueOnPatchFailure": false,
  "preDeployActions": null,
  "postDeployActions": null,
  "monthlyRecurringType": null,
  "patchTuesdayPlusXDays": null,
  "recurringLastDayOfMonth": null,
  "notification": null,
  "linkedJobId": null,
  "linkedToJob": null,
  "linkedJobs": null,
  "jobStartCountdown": null,
  "passwordAction": null,
  "additionalDynamicQQLType": null,
  "additionalDynamicPatchesQQL": null,
  "downloadRandomizeTime": 4,
  "downloadRandomizeTimeUnit": "HOURS",
  "customPatchURLId": null,
  "isVulnContext": null,
  "remediationQids": [],
  "isAssetImported": false,
  "enableReattemptFailedPatches": true,
  "reattemptFailedPatches": {
    "noOfReattempts": 5,
    "exponentialBackoffInterval": 15,
    "exponentialBackoffIntervalUnit": "SECONDS"
  },
  "isDefaultJob": false,
  "defaultJobConfiguration": {
    "onAssetActivation": false,
    "onAssetInactiveForXDays": null
  }
}

Updated API: Get Deployment Job Details by Job ID

New or Updated API Updated
API Endpoint  /pm/v1/deploymentjob/{deploymentJobId}
Method GET
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter, exponentialBackoffIntervalUnit, in the API request. You can use this parameter to set the time interval to retry the failed patches in minutes and seconds.  

Sample- Get a Deployment Job to Set the Retry Interval of Failed PatchesSample- Get a Deployment Job to Set the Retry Interval of Failed Patches

API Request

curl -X PATCH
"<qualys_base_url>/pm/v2/deploymentjob/update/18efb1bf-7908-419d-abbd-6e24c0f7fff9"
-H "accept: application/json" 
-H "Authorization: <<Jwt Token>>" 
-H "Content-Type: application/json"
-d

API Response

{
  "customerId": "bc023fd7-4290-f28f-8181-95a46f519f52",
  "id": "18efb1bf-7908-419d-abbd-6e24c0f7fff9",
  "schemaVersion": "1.0",
  "name": "Reattempt failed patch",
  "description": "Reattempt failed patchjob",
  "type": "Install",
  "status": "Disabled",
  "coAuthorUserIds": null,
  "scheduleType": "On-demand",
  "startDateTime": "2026-6-22 09:56:07 AM",
  "recurring": false,
  "timezoneType": "SPECIFIC_TZ",
  "timezone": "UTC",
  "createdBy": {
    "user": {
      "id": "c4c71f94-4ef6-7e6f-8260-11704fa58172",
      "name": "quays_rw17",
      "fullName": "Rohit Sharma"
    },
    "date": 1782122167882,
    "context": null,
    "formatedDate": "2026-06-22"
  },
  "updatedBy": {
    "user": null,
    "date": null,
    "context": null,
    "formatedDate": null
  },
  "deletedBy": {
    "user": null,
    "date": null,
    "context": null,
    "formatedDate": null
  },
  "assetCount": null,
  "taggedAssetCount": 0,
  "applicableAssetCount": 0,
  "totalAssetCount": null,
  "assetResultReceivedCount": null,
  "jobCategory": 3,
  "jobTriggerStatus": null,
  "completionPercent": null,
  "jobSource": 3,
  "readOnly": false,
  "subCategory": "Patch",
  "platform": "Windows",
  "assetIds": null,
  "assetTagIds": null,
  "matchAllTagIds": null,
  "exclusionTagIds": null,
  "exclusionAssetIds": null,
  "approvedPatches": [
    "444ba31a-0f94-3199-870e-ef8ab1a5a477",
    "b91fca0e-2a07-3155-909c-fc50ba1863ed"
  ],
  "disabledPatches": null,
  "patchCount": 2,
  "recurringWeekDays": null,
  "dayOfMonth": null,
  "recurringDayOfMonth": null,
  "recurringWeekDayOfMonth": null,
  "timeout": 6,
  "timeoutUnit": "HOURS",
  "preDeployment": {
    "userMessage": "",
    "description": "",
    "deferment": {
      "intervalUnit": "HOURS"
    }
  },
  "duringDeployment": {
    "userMessage": "During deployment userMessage",
    "description": "During deployment Description"
  },
  "postDeployment": {
    "suppressReboots": false,
    "rebootHonorOnUserLogin": false,
    "rebootOption": {
      "userMessage": "rebootOption user message",
      "description": "rebootOption description",
      "deferment": {
        "count": 3,
        "interval": 1,
        "intervalUnit": "HOURS"
      }
    },
    "rebootCountdown": {
      "interval": 15,
      "intervalUnit": "MINUTES",
      "userMessage": "Reboot Countdown usermessage",
      "description": "Reboot Countdown description"
    },
    "onComplete": {
      "userMessage": "On complete userMessage",
      "description": "On complete Description",
      "alwaysShowCompletedPrompt": false
    }
  },
  "opportunisticDownloads": false,
  "filterType": "Any",
  "exclusionFilterType": "Any",
  "minimizeWindow": true,
  "dynamicPatchesQQL": null,
  "isDynamicPatchesQQL": false,
  "dynamicQQLType": null,
  "assetDetectionsQQL": null,
  "continueOnPatchFailure": false,
  "preDeployActions": null,
  "postDeployActions": null,
  "monthlyRecurringType": null,
  "patchTuesdayPlusXDays": null,
  "recurringLastDayOfMonth": null,
  "notification": null,
  "linkedJobId": null,
  "linkedToJob": null,
  "linkedJobs": null,
  "jobStartCountdown": null,
  "passwordAction": null,
  "additionalDynamicQQLType": null,
  "additionalDynamicPatchesQQL": null,
  "downloadRandomizeTime": 4,
  "downloadRandomizeTimeUnit": "HOURS",
  "customPatchURLId": null,
  "isVulnContext": null,
  "remediationQids": null,
  "isAssetImported": false,
  "enableReattemptFailedPatches": true,
  "reattemptFailedPatches": {
    "noOfReattempts": 5,
    "exponentialBackoffInterval": 15,
    "exponentialBackoffIntervalUnit": "MINUTES"
  },
  "isDefaultJob": false,
  "defaultJobConfiguration": {
    "onAssetActivation": false,
    "onAssetInactiveForXDays": null
  }
}

Fetch Patches Published on Qualys PM Platform

The following APIs are enhanced with the qualysPublishedDate parameter in the API response: 

Updated API: Get Patches from the Catalog 

New or Updated API Updated
API Endpoint  /pm/v1/patchcatalog/patches
Method GET
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter, qualysPublishedDate, in the API response. This parameter provides you with the date on which the patches were published on the Qualys Patch Management platform. 

Sample - Get Windows Patches from the CatalogSample - Get Windows Patches from the Catalog

API request

curl -X 'GET' \
  'https://<QualysBaseURL>/pm/v1/patchcatalog/patches?platform=Windows' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer<<jwt token>>'

Response

[
  {
    "isSecurity": true,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "Critical",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "This security update resolves a vulnerability in Microsoft Office. An Office RTF remote code execution vulnerability exists in Microsoft Office software when the Office software fails to properly handle RTF files. An attacker who successfully exploited the vulnerabilities could run arbitrary code in the context of the current user.",
    "title": "Security Update for Microsoft Office",
    "type": "Application",
    "appFamily": [
      "Office",
      "Lync"
    ],
    "qid": [
      "110257",
      "110258",
      "110233",
      "110244",
      "110255",
      "110266",
      "110278",
      "110265",
      "121860",
      "110251",
      "110262",
      "110273",
      "110284",
      "110252",
      "110263",
      "110271",
      "110282",
      "110261",
      "110272"
    ],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "adb356c4-2818-373a-a508-4d81bbedff31",
      "b86742f6-57a9-35ea-943f-0163948896a2",
      "61577426-05a0-364f-82fb-9ba284ae8e62",
      "761faaa9-d59e-3a7b-9037-2d05d20a9f60",
      "24c59189-09c3-3f06-8cf0-4fc9ee7e2600",
      "3ef5ffb9-3c4f-3a83-a7e3-220466a101f6",
      "8087842f-51dc-33ab-8cfa-f5509bd35697",
      "0d7a0c90-9981-3bec-b9ff-7400ad27a1ce",
      "ed37864d-e93f-3120-897c-1e5027a0c69b",
      "16cf57e6-c34d-39f7-a706-325c2a79b5e2",
      "c262a6cb-20a3-343c-b735-3a550e577d12",
      "7a8d7b53-0a07-35f4-8d17-50127cbf1843",
      "cb045ff1-9db7-3c9b-b421-01ca5cb9b6bf",
      "8e970c29-efa8-34a8-ade4-f9685b601d85",
      "2ac7aa18-4e04-3484-bc8f-0fe38539e112",
      "a12b6b11-9c64-3de0-b134-581ab674e97e",
      "1b862f32-447c-33f1-bc4b-f68829f91cf8",
      "76e2b96a-67b8-309c-a226-df4388b5ff27"
    ],
    "notification": null,
    "patchId": "11cb2b8c-9f55-327b-bc00-243fc9ccc724",
    "isRollback": false,
    "cve": [
      "CVE-2016-7193"
    ],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "qualysPublishedDate": 1476144000000,
    "kb": "KB3118345",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "11cb2b8c-9f55-327b-bc00-243fc9ccc724",
    "supportedOs": null,
    "architecture": [
      "X86"
    ],
    "packageDetails": null,
    "nonSupersededQid": [
      "110284"
    ],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Sharepoint Designer 2013",
      "Microsoft Office Home and Business 2013",
      "PowerPoint 2013",
      "Microsoft Office Professional 2013",
      "Microsoft Office Professional Plus 2013",
      "Outlook 2013",
      "Publisher 2013",
      "Microsoft Lync 2013 x86",
      "Microsoft Office Home and Student 2013",
      "Word 2013",
      "Microsoft Office Standard 2013"
    ],
    "advisory": null,
    "vendorlink": "https://technet.microsoft.com/en-US/security/bulletin/MS16-121",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "94222",
    "modifiedDate": 1478563200000,
    "publishedDate": 1476144000000,
    "category": "Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "5ce2d5e8-3abd-3a61-bd28-0beb6c623df7",
      "1c1c0e57-0238-3e55-8c38-1f64c5cc4df6",
      "d7358488-f46b-3d71-a92c-a035db2728db",
      "821d9dd7-101b-3c81-a791-b38b50ec0da2",
      "654c3e6e-fe0d-3efd-bfd3-4837818bb1bb",
      "b2819470-9246-3236-b0e6-fef64af52b23",
      "4c558a93-edd0-32a6-9c94-0d4b98a0f005",
      "3233a3f6-6968-3120-a259-cfb8c78e6669",
      "2160a3ed-46b5-3390-8893-1e7d22c648cb",
      "f0210237-ae2b-3a54-8bab-3b56f654910c",
      "64f0f272-30b1-36e7-a6b1-6220ed2f98e6",
      "8c8abd04-9717-3a40-932b-98377394e49f",
      "ee7c9f31-b51b-3184-a0e7-a6dd9d8f38e9",
      "d00db41a-3293-3c05-af65-2eb16e7a06ff",
      "825e7f15-5754-39ff-9f71-e56761d0c736",
      "666c2eaa-3941-3fe0-881c-8f7d4519e7cf",
      "c9f93f81-09d4-3778-9ff0-682980578cc8",
      "40f87ed3-a5e7-3d25-87fc-28b2d3458871",
      "4c33ccf6-2285-3621-8dd8-f89f9d7bcc0e",
      "8bbae322-a75a-3594-9d9b-51e81d8f8339",
      "e3299913-1c0c-377b-8eaf-748b626db7e4",
      "ff322aa6-8771-3c0b-a43d-6fea418e7c96",
      "70f9529b-7f32-3bb8-800d-b346653b52fc",
      "bfaf4ac8-f70f-37fe-892c-46790a913afb",
      "14fb9286-f54f-3b89-8900-31d1b0ab646a",
      "2618287b-07f0-3dd7-82b8-7341509f4c49",
      "29e5db71-aa98-3a02-b58e-2c9947919063",
      "5d5bb960-2155-3c0b-bd9f-8f1821c1fe8f",
      "94be1587-980c-3e74-bdbf-ff2b8658cda1",
      "b0496ec7-acc8-35d4-a6c7-71181b85e2e6",
      "11e78d23-146f-3e16-b5e8-f67de05d3c9a",
      "25fd88e3-b476-3483-8589-c35964c45ccd",
      "99878eef-877c-34af-a088-69da944d0317",
      "59010b14-9bc6-3b53-bd6c-a2885d80f417",
      "aa6d4610-3936-3772-940b-87cfb5c8b6c1",
      "1c3f072a-f834-34f2-a3b9-e86eae5264e3",
      "a501f4b0-0cac-3052-86c8-46bda73482f8",
      "46341211-9bff-3b99-8b50-abee91ebb36d",
      "872ee577-39e8-3e51-83ee-75d3e8f9889b"
    ],
    "bulletin": "MS16-121"
  },
  {
    "isSecurity": true,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "Important",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "Issues Fixed in 15.9.23\r\nFixed C++ compiler bug for proper folding of inline variable dynamic initializers. Ported from the VS 2019 16.0 release.\r\nSecurity improvements in vctip.exe.\r\nA change to enable Enterprise IT administrators and deployment engineers to configure tools like Microsoft Update client & SCCM to determine applicability of VS2017 updates hosted on Microsoft Update Catalog & WSUS.\r\nSecurity Advisory Notices\r\n\r\n.NET Core Denial of Service Vulnerability",
    "title": "Visual Studio 2017 version 15.9.23",
    "type": "Application",
    "appFamily": [
      "Visual Studio"
    ],
    "qid": [
      "91442",
      "91486",
      "91497",
      "91552",
      "91575",
      "91465",
      "91572",
      "91463",
      "91562",
      "91458",
      "91466",
      "91620",
      "91488",
      "91511",
      "91592",
      "91505",
      "91637",
      "91503",
      "91515",
      "91548"
    ],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "ccbb1980-d552-3ce1-82fd-981bb70c46e2",
      "7e0b0182-4858-33fb-a4c7-3866c2a570ae",
      "108d68a5-9ec4-3630-be3d-05d6a2f98ecc",
      "c434bd9b-2f1d-351f-9d56-638638ace4d7",
      "d37e9253-a482-3750-95bd-45ba51a1e7de",
      "876c77e9-b9b8-3275-9355-9f93ac11fd91",
      "d3d9daaa-616d-3852-a184-d62a12e3738e",
      "3772a3b4-793c-3439-b2cf-fa08f189019d",
      "536ec7c5-7553-3c27-9b20-ad7f8c3c4d2d",
      "e99642af-705e-3dd7-8bce-1df2b37347ed",
      "b43b78f1-d2ed-34fb-a2cb-47bfda4db4f6",
      "7e2bf452-f555-3bf9-9c78-24c7683fdac6",
      "4887f3e3-8c07-3b4e-9dd2-1244b65b69f4",
      "b58c695c-66a6-3dce-bccb-0f2c369fecd5",
      "30d2211f-6012-3484-8115-aa5d3deed06a",
      "af7bb21f-c846-34a8-bf8a-002be767bed4",
      "75c20801-d668-3836-acc5-868f636a5ca4",
      "3d336dbe-88f7-35c1-8063-11529833eaa2",
      "a0574820-95c2-3a70-b12e-899ca7363ae3",
      "53e3475b-fc62-317b-99ae-75d9028bccf5",
      "7e5c1cee-1a88-33fa-acf4-dd8b44f5e3e0",
      "74536822-c56b-37ed-943f-6440ed99a53a",
      "3a38522c-c1fc-3ed4-be67-e2c3d59c5ca8",
      "9f780737-5f90-3198-b51b-323cb541a70c",
      "2cd92965-f1b4-3065-ae2e-d23dcce0eeb3",
      "f74f0257-6b94-3c93-96df-b9a67f995151",
      "24a0c605-dbdc-3f21-bfd9-5e6483cf599a",
      "07cff457-4479-3561-933d-32fd2d4c163d",
      "bd8eaf80-9e0e-3fd9-808c-7865a99b751a",
      "98abe167-4ae8-3011-8736-0eaab9bf4524",
      "39378f1f-e7fa-3c65-92dc-afa1dcd72329",
      "37a4b817-e66b-304b-b421-58396c6377dd",
      "a87c0141-a2f9-33e6-bcf8-25f81477f863",
      "5c0a0a23-3ea0-30b1-aa69-096deec7decd",
      "1b4a7f29-0dbc-38f3-bf7a-3dcb545a517d",
      "f975a840-4d26-3d81-9f20-65dbf4c19793",
      "e69dacf5-a84d-3170-a35e-775d9cd2123a",
      "a1beeb34-bd97-3596-9e57-302e0b49b17e",
      "20821705-b298-31b6-8189-1687f1af87cf",
      "21a44565-4e86-334f-8e9a-95f18ce04b4b",
      "d03c03f3-c887-3c54-86d9-0e4b5f79523d",
      "4c30369d-219d-3805-9443-10029f386c01",
      "3dd7d112-e958-3668-8b8a-3b07c0326e07",
      "6c247e64-b600-3918-b922-c4fa210df3c0",
      "18de10c1-a8c0-3ced-b6b4-edafa0c019a6",
      "43acc500-ee7d-3f3e-88cb-d83b3802ef4f",
      "5cf167e8-ad38-3a8d-a2e7-75f9295cddbb",
      "d53327bc-436a-32d8-8003-1f286c0665cb",
      "5d310f27-54c5-3983-9364-aecd8c0ddb2f",
      "88db24f3-b4b0-3c74-8b98-6361271a4650",
      "e91dea1a-b037-3ffa-88b0-3926da00123f",
      "e3c42a0e-ee2a-340a-9c48-ed95a051be02",
      "c9a871fe-fecb-3220-b7d7-17c454d3f918",
      "36eee9e7-6ebd-34fa-aadb-594ef55d5963",
      "08a17658-a15f-3612-87fc-0efc782ef77c",
      "9b12afa2-a2f8-35a1-b965-1ce16145f8c2",
      "fd621354-57a2-32f1-a2c4-c9d2a88c8712",
      "450be913-5a45-3798-8e75-60fd2d99a624",
      "78c68c93-770b-3502-be4c-619d8eaacd57",
      "a081170e-9154-3a7a-9f51-b6b1a29602a6",
      "b4fdcd52-b38c-325d-a382-c9fa7704ddf7",
      "d31db6f0-938d-3be4-b44c-2685f75025eb",
      "ff179a2e-255f-3571-80a6-dfd85bdcabc2",
      "aee7627f-3011-38c4-b1fc-07ffdeeeca5b",
      "954f7ab4-1d54-3cee-9f81-155b02e91f09",
      "c6f34826-5f79-36fc-b91b-28a1c8445255",
      "9d4c9a93-389d-386f-9023-a95fbc5e33f2",
      "4cfad5aa-45aa-3cd7-89d8-78df2c30d664",
      "abb98048-d1b1-356c-909b-bbd4a486d59a"
    ],
    "notification": null,
    "patchId": "103adeb9-69f8-3211-bd9f-38d4de7b279a",
    "isRollback": false,
    "cve": [
      "CVE-2020-1108"
    ],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "qualysPublishedDate": 1589328000000,
    "kb": "QVS201715923",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "103adeb9-69f8-3211-bd9f-38d4de7b279a",
    "supportedOs": null,
    "architecture": [
      "X86"
    ],
    "packageDetails": null,
    "nonSupersededQid": [
      "91637"
    ],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Microsoft Visual Studio 2017 Professional"
    ],
    "advisory": null,
    "vendorlink": "https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes#15.9.23",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "206698",
    "modifiedDate": 1589328000000,
    "publishedDate": 1589328000000,
    "category": "Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "b257afe3-8c7f-3d8c-b761-8cfd4df372a8",
      "d86ea811-878d-3bfd-86a2-aeca87079c61",
      "5aeb7328-643a-3f6c-9295-07dca093a949",
      "e8e4b352-52d7-3d26-bf86-02d9c15e60c1",
      "90553d76-304e-3101-8a1b-a02a946112b0",
      "46b6dfac-c9c2-3787-9eda-91cef39ff9d8",
      "2d79b575-bd7c-342a-b294-25cc9b0c0d1d",
      "9fd3ad90-0b19-31a0-be81-d433ddf3302f",
      "95de4091-4bdc-339d-ab5b-4902115e7a9f",
      "897ec204-a4ad-3a05-b2b7-5dbde81ec5d1",
      "46e57181-23d0-35ed-95d9-65bd2139c91d",
      "108847ee-5242-36b1-a0a9-9b684305ce48",
      "7b83a6fa-247d-3d4c-8180-c886fc0d715a",
      "adab9ebd-84d1-3010-8687-f19d12c02a97",
      "bf6dcb7d-48eb-33e4-bb60-c44a143fc591",
      "ba1e668d-f084-378b-9220-23e9a7d9e312",
      "378ab58f-c7f6-3b2e-8b2a-6a8e3d78439f",
      "9ff55fdd-b92f-3836-acef-1540548d540d",
      "2b5a4243-b3a9-31b6-b4da-808e4c9a58d7",
      "ae7214db-cb5c-3e70-b3dd-5d785a89d40b",
      "41a2fb6b-1e81-35fc-ac12-dd5b1f31b66b",
      "bc569590-0b9d-3ac3-8b4e-871514cbf9af",
      "95aa5c79-cf13-3d70-a5c3-d902e9c14282",
      "7b3289b4-530c-3ad3-b394-0f4f10c6a872",
      "838f9864-d209-3dcc-afed-03c97ec092f6",
      "677d2832-ce31-3003-850b-79cdab0ca988",
      "c0198175-cfff-36a3-88f6-6b44282f80ef",
      "e6634c4c-6c8e-375d-9df1-cf8a48ca8d8f",
      "5218a4a6-9a33-3810-b096-d438869826e8",
      "da39c26f-276a-3534-92c7-503d61fc52cb",
      "f7c34884-deca-3709-9623-4bb7e2d1b70a",
      "38922f1b-6b2d-3e3a-89e1-871145489bea",
      "218c0734-8b80-397d-864b-e03932b8195e",
      "c1976ed1-0efa-3049-97fb-167fceba7e18",
      "91458cfa-d57b-3ea7-bc8e-3101d6e57fdd",
      "b26cfc3c-924c-3056-a141-7c82fda445fb",
      "2b2034a8-f726-3cdd-8b51-52e157bdb329",
      "d91e9ab0-9044-3534-bd53-574645a17132",
      "7109ebb2-8166-3aad-8405-b547365a80b6",
      "e931635c-9811-311b-9db7-685fd2cf00a2",
      "91de39dc-f559-3ae5-a816-e6cf3d5a2a5b",
      "5c9bb535-e731-37c3-aeda-65f0ecf346e2",
      "d0f8982a-497f-3946-83ca-e6b0a3474ebe",
      "6bd0d380-21d9-3954-bef3-7bfc13e113d8",
      "966485f1-d00e-35b0-a1c1-be6815714a03",
      "b1c4f117-bc82-37ed-ae57-13c73e42fb9c",
      "ac30887e-ec58-3ea9-8e53-693ffbd3fe72",
      "c17b3414-1183-3424-bd52-2418ce710180",
      "6e869884-b6e3-3568-bb36-81e6d45de57e",
      "e8a9b9f7-ef21-3aa0-8bad-686a342a89cd"
    ],
    "bulletin": "MS20-05-VS2017",
    "esuPatch": false
  },
  {
    "isSecurity": true,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "Important",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "Visual Studio 2022 Current has been updated to version 17.10.4.",
    "title": "Visual Studio 2022 Current version 17.10.4",
    "type": "Application",
    "appFamily": [
      "Visual Studio"
    ],
    "qid": [
      "91992",
      "92102",
      "92136",
      "92034",
      "92067",
      "91881",
      "91980",
      "92002",
      "91843",
      "91895",
      "92027",
      "92127",
      "92062",
      "92060",
      "92071",
      "92143",
      "92152",
      "91912",
      "91858",
      "91932",
      "91966",
      "91949",
      "91938",
      "5003891"
    ],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "da0c3a04-558c-346b-83e8-31305e9ef929",
      "e3353783-07f2-3c52-b059-2204f949ba00",
      "0b9545d1-5d21-3bb1-a53c-f0ca38ebcfca",
      "adb1ccbf-ea8b-3d21-b5b0-425178cb448a",
      "b427c8f3-2dc4-355f-a87b-b99dd36f2a40",
      "69fe7444-3b0a-3181-a5d8-521e82e48a1a",
      "d6333a68-8f2e-36dc-b844-5d6df516bd1d",
      "f120d2c3-d89f-3962-ba30-962f9353a15d",
      "634bbf8d-3f97-39f9-83a3-363fb0ba0b01",
      "196e7bf0-04dc-3c2f-8ef2-e08871728bf7",
      "ccea7072-1779-3144-9167-a23c96b33859",
      "8afcdf0d-f141-3527-ab13-bfc47aa606f0",
      "d39c6591-5781-321a-9669-f1ae23492484",
      "b7e07dd0-c4ad-3f8f-a16a-0e21cc89f7cd",
      "1032a590-cfdf-3573-a59f-b84bac4ee58b",
      "b5746020-ca2f-35f7-be4a-e721e81c41d8",
      "eec1d21a-16a3-3e6b-8a26-3b4a53205cfb",
      "ae24eca7-c064-3a16-ad64-d701e86abd5b",
      "bcd9bf24-1f4d-311b-9cf6-6eb1bd30c8fa",
      "5b4e6d9b-3757-3db1-a5a4-81f4976ee52b",
      "aec60526-a1f2-374f-94c5-36a9d8dced4a",
      "638efb14-0c68-3973-8480-9dfd8f5b860f",
      "06a0da57-a2a3-38e5-91c9-ab9bae3d2c76",
      "1975e797-d1c8-3a86-9856-94434b742ee4",
      "91856f01-6795-3c20-8f63-ce553bcd7a67",
      "46c0de9d-46e8-3edd-bca0-113443ebf827",
      "46eeeb48-bb9d-3af0-a71f-15eeea371939",
      "c7923bea-da03-3d81-ad6c-ad6f79c92a86",
      "3a18453e-78b1-337f-bbbb-2c1fc644153e",
      "3daf06fd-6413-32a2-ad8d-fbf54fa6e50a",
      "02652615-725f-3910-bf9c-e49bfed222d3",
      "491bc790-a99b-3c4d-8165-e59b5233942b",
      "83eac44f-b19f-3453-b3b6-9cd8ad5077ec",
      "f4caa9ca-b547-3056-b1bb-81e7d9413ece",
      "7fb70595-5595-3a28-b9ec-da6263a56f72",
      "8f1b7861-5a66-3e0f-87af-1440fcbf9804",
      "2d79e50e-5749-3835-8b7a-34c5d86b4595",
      "fdbc8325-c6c1-341c-91de-83c01dfe59ee",
      "e147d48f-04de-3c37-8c5e-e53d071d1013",
      "cfc8637c-056a-3f27-9c63-cdc5357805e9",
      "debf901e-170a-3c0b-921e-adf0b6a991a8",
      "42a98cc5-4398-3b76-b334-0d975cc82dbd",
      "db83fd3f-2477-3ec2-b385-80b568691307",
      "c1aef135-f7cf-329d-b05e-847456eb4a53",
      "b7834700-bebf-33d1-a03f-105ab52c9ef8",
      "fd3c3ee2-2f96-30ff-bb6c-f62b74422a6f",
      "be19bba1-a5f9-3d4d-815d-80734c268759",
      "faabe5a8-aa98-3f46-bab0-b6e5470ba163",
      "e2296111-16c7-3312-9cc1-bffff53d8c08",
      "f6038469-1169-38df-a526-c910804c32ca",
      "e6f4bba2-2624-3d9d-97c5-c89588ea56ba",
      "03e107ef-bc8c-3442-8c3c-02d0cb51cc0d",
      "742237a4-96d9-3f8d-b70b-489ae234d401",
      "de07d1cc-8b37-3a28-82c3-381976834d7a",
      "30f1c1da-4b61-341d-b4f9-30ab9eb0b8c2",
      "223a9fb5-a685-35f7-ad64-f35ac2d234e6",
      "51d46771-d4ef-300e-85fc-a793e531b9e6",
      "4e8ca5d1-1f19-3c9f-a5df-f852e205ddaf",
      "f688ac7e-5ce7-3dbb-b680-9d507b62bf64",
      "17ddec94-d066-3f99-a89c-1c8000e7f930",
      "62290dd9-d9a5-3777-8a6d-65d79784d5e1",
      "4e090688-8438-34eb-abfb-50a8256d6092"
    ],
    "notification": null,
    "patchId": "0f767211-a99d-3282-b200-80aeb53db03e",
    "isRollback": false,
    "cve": [
      "CVE-2024-30105",
      "CVE-2024-38081",
      "CVE-2024-35264",
      "CVE-2024-38095"
    ],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "qualysPublishedDate": 1720483200000,
    "kb": "QVS202217104",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "0f767211-a99d-3282-b200-80aeb53db03e",
    "supportedOs": null,
    "architecture": [
      "X86"
    ],
    "packageDetails": null,
    "nonSupersededQid": [
      "5003891",
      "92152"
    ],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Microsoft Visual Studio 2022 Enterprise"
    ],
    "advisory": null,
    "vendorlink": "https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.10.4",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "274476",
    "modifiedDate": 1743465600000,
    "publishedDate": 1720483200000,
    "category": "Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "9a46820e-3a2e-386c-b930-84ec2811c257",
      "ee42e467-e7f8-3f42-8f7e-bc4a04e172db",
      "3a3d545c-a012-3fd2-bafb-c80657e1765f",
      "f732b8dd-12e2-3f0a-98dd-6f2b846bfd99",
      "e53eb875-6b8b-3088-abf0-109d3ee67147",
      "caa17cec-989a-37a6-b17b-9af9b47fe3ab",
      "6dda150a-0caa-3ab6-a730-93ea69f1f9de",
      "afb1d99d-cc7e-3312-b210-164d04642644",
      "4883f480-16f2-3f0e-89cc-ab1d61d4d0c7"
    ],
    "bulletin": "MS24-0709-VS2022-CURRENT",
    "esuPatch": false
  },
  {
    "isSecurity": true,
    "aiBasedReliability": {
      "summary": "KB5012170 Secure Boot DBX update triggered cascading failures in subsequent cumulative updates, causing installation errors, 100% disk usage, automatic reverts, and reboot loops on specific hardware configurations, with no direct Microsoft fix provided.",
      "sentiment": "Negative",
      "issueReported": 1
    },
    "rebootRequired": true,
    "vendorSeverity": "Important",
    "reliability": "Low",
    "lastReliabilityScanDate": 1772889634284,
    "description": "This security update makes improvements to Secure Boot DBX for the supported Windows versions listed in the \"Applies to\" section. Key changes include the following: \r\n\r\nWindows devices that has Unified Extensible Firmware Interface (UEFI) based firmware can run with Secure Boot enabled. The Secure Boot Forbidden Signature Database (DBX) prevents UEFI modules from loading. This update adds modules to the DBX.\r\n\r\nA security feature bypass vulnerability exists in secure boot. An attacker who successfully exploited the vulnerability might bypass secure boot and load untrusted software.\r\n\r\nThis security update addresses the vulnerability by adding the signatures of the known vulnerable UEFI modules to the DBX.",
    "title": "KB5012170: Security update for Secure Boot DBX: August 9, 2022",
    "type": "OS",
    "appFamily": [
      "Windows"
    ],
    "qid": [
      "91931"
    ],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [],
    "notification": null,
    "patchId": "11abbf30-5d72-3f6a-a0f2-bc4fd57fec9e",
    "isRollback": false,
    "cve": [
      "CVE-2022-34303",
      "CVE-2022-34302",
      "CVE-2022-34301"
    ],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "qualysPublishedDate": 1660003200000,
    "kb": "KB5012170",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "11abbf30-5d72-3f6a-a0f2-bc4fd57fec9e",
    "supportedOs": null,
    "architecture": [
      "X86"
    ],
    "packageDetails": null,
    "nonSupersededQid": [
      "91931"
    ],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Windows 10 Enterprise 2016 LTSB",
      "Windows 10 Enterprise 2016 LTSB N"
    ],
    "advisory": null,
    "vendorlink": "http://support.microsoft.com/kb/5012170",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": false,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "250207",
    "modifiedDate": 1684108800000,
    "publishedDate": 1660003200000,
    "category": "Security Patches",
    "isEsuPatch": false,
    "supersededBy": [],
    "bulletin": "MS22-08-5012170"
  },
  {
    "isSecurity": true,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "None",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "VSCodium has been updated to version 1.105.17017.",
    "title": "VSCodium 1.105.17017",
    "type": "Application",
    "appFamily": [
      "VSCodium"
    ],
    "qid": [],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "9e54337f-6005-3816-92e6-c854c2215928",
      "73b7b2fe-05d7-3d40-8b25-5ec06cce8bf6",
      "2a0b4d13-a123-351f-9412-28ceccd96125",
      "560f0ee2-64c8-3ce1-b5ca-1d88237672b5",
      "4c4f3ed1-c9d9-3c89-891b-11167d2c4c27",
      "fb94b375-b3f8-3106-84e5-6d9d59959cfb",
      "5b4dce2c-ea8c-317c-9a56-122290349958",
      "2eae905c-1f67-3540-84e9-10fd33bbe3b7",
      "d341d377-0e43-3a32-8ff9-fb404e8b21fb",
      "fcc06c83-4fec-392b-ae42-1f5492495155",
      "192b8dd7-d918-3f61-9e31-ad69318617d4",
      "78d60e12-1c08-34b9-a5d0-5c693670c2a9",
      "9708ae0e-1f6b-3162-bd9a-c04b92976d9c",
      "ceebc62f-517e-35bf-8f5d-9a0b4170e8b4",
      "1e827b86-7771-35eb-950e-08aead2ba008",
      "ad5aa57c-16cf-3d2d-b556-1107a1485883",
      "e8a0544c-ee4e-3d8e-88a0-657d7d7cebd2",
      "877227a1-fc8a-3cb9-97c1-6bb28c04d908",
      "09187821-2199-3978-969d-052a5cfee9f0",
      "bd3b26e8-69b3-3628-ad3f-4c92f356da11",
      "049c3557-7be8-3b07-b272-9800adcf833b",
      "612a43bd-bb68-3a2f-a746-a08abc23bfdd",
      "037c579c-328a-35dc-b818-ef58d57e906c",
      "c3bb5beb-3c99-30f5-9018-4392cc321aa0",
      "dd7dd3f9-9731-3500-96cf-a3c4d70a9a93",
      "619bbb03-ce6d-3873-9f0c-7470f0062754",
      "727bf846-d98d-3f8b-b208-c4b0e64d2563",
      "5a829770-0a7f-3c0a-8c04-7bbf3c238eb0",
      "e0818f53-1c87-39ce-a735-011f59fcc022",
      "2521b4d8-ba2d-3599-8ad9-4817c609e07a",
      "ec655a7f-30e6-3a0a-8d39-79706df2033c",
      "7ef59d0c-d1a6-3465-b73f-ea6aa1744dae",
      "f7d2a6d2-56ce-3af6-bb95-f09442b624fa",
      "eb9d238d-06fe-3675-af3f-c01cd3def8d1",
      "f1fb532c-26d2-32ef-b9da-d0617fbd2914",
      "c2b16122-9390-3ffe-b06f-6166d1f16b3b"
    ],
    "notification": null,
    "patchId": "122f54be-a3c2-3a0b-9a90-f087d8e1cc53",
    "isRollback": false,
    "cve": [],
    "isFeatureUpdate": false,
    "vendor": "VSCodium",
    "qualysPublishedDate": 1761004800000,
    "kb": "QVSCODIUM110517",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "122f54be-a3c2-3a0b-9a90-f087d8e1cc53",
    "supportedOs": null,
    "architecture": [
      "X64"
    ],
    "packageDetails": null,
    "nonSupersededQid": [],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "VSCodiumx64"
    ],
    "advisory": null,
    "vendorlink": "https://github.com/vscodium/vscodium/releases",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "291977",
    "modifiedDate": 1761004800000,
    "publishedDate": 1761004800000,
    "category": "Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "f476469c-94ff-39de-8b4b-4a5a556a7e20",
      "7a367aee-ceac-3cfd-b5cf-ff22a288a0be",
      "d4e5990b-f0ae-35cc-b383-dbfa819ac21c",
      "8ff3975e-2274-3226-ad98-980f74f521b9",
      "28cd3f80-7670-3b1d-b266-6fe25c636950",
      "b5410a04-6b3a-31ed-a3e0-f3a79525ddb8",
      "b11a589b-1032-35c6-b229-26ead900a79e",
      "8c035f4f-3f0a-3fb0-8769-91c09a98fe4c",
      "1066d11c-80d6-3900-a497-75ef6df276bd",
      "1b85bdc5-b2f1-3954-917b-eb6b7cd6bfbf",
      "e338b656-783d-30c8-a24b-3faeb35f999f",
      "b6b88bfd-efbe-3879-9a67-4cab70516881"
    ],
    "bulletin": "VSCODIUM-251021"
  },
  {
    "isSecurity": true,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "None",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "Nitro Pro has been updated to version 14.35.1.0.",
    "title": "Nitro Pro 14.35.1.0",
    "type": "Application",
    "appFamily": [
      "Nitro Pro"
    ],
    "qid": [],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "665c1886-3b84-39f4-abc1-784ac05ea96b",
      "e4d01c60-b1fe-3d64-852b-053a7419362a",
      "55dc7f97-d6c8-3c1c-9cf4-3838a6ef6c74",
      "5d35db36-e06b-34a2-8a29-8cd2ee460c3f",
      "b867b0a3-a741-37a1-b927-087b3b497a58",
      "f4d29bd4-6682-3c43-890b-b675b0a9230b",
      "abeef4a9-e9a3-32b4-8e27-379551c23d2d",
      "88e538e6-a17d-311a-91bf-e08df67487ad"
    ],
    "notification": null,
    "patchId": "1188cb73-fccd-3607-8ebd-e10ccfd7a240",
    "isRollback": false,
    "cve": [],
    "isFeatureUpdate": false,
    "vendor": "Nitro Software, Inc.",
    "qualysPublishedDate": 1739836800000,
    "kb": "QNITROB143510",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "1188cb73-fccd-3607-8ebd-e10ccfd7a240",
    "supportedOs": null,
    "architecture": [
      "X64"
    ],
    "packageDetails": null,
    "nonSupersededQid": [],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Nitro Pro 14 x64"
    ],
    "advisory": null,
    "vendorlink": "https://www.gonitro.com/nps/product-details/release-notes",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "282523",
    "modifiedDate": 1739923200000,
    "publishedDate": 1739836800000,
    "category": "Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "e98eee54-0fe8-3239-b859-b8fc98273d38",
      "24342102-503c-34cb-98d9-2ca59c1d5dc2",
      "baf58f6e-8089-343f-9299-89295cb1eeff",
      "b3b522ec-7c55-36ff-9b9b-fb6125728a11",
      "db26ea69-68b2-3552-978b-3b456778e492",
      "cc7c41ed-6a6e-3336-8149-54c253d3ef5a",
      "0d66df99-5d36-352f-a355-d8c8b3e76a07"
    ],
    "bulletin": "NITRO-250218"
  },
  {
    "isSecurity": false,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "None",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "The June 21, 2021 update for Windows 10, version 2004, Windows Server, version 2004, Windows 10, version 20H2, and Windows Server, version 20H2, and Windows Version 21H1 includes cumulative reliability improvements in .NET Framework 3.5 and 4.8. We recommend that you apply this update as part of your regular maintenance routines. Before you install this update, see the Prerequisites and Restart requirement sections.",
    "title": "June 21, 2021-KB5003537 Cumulative Update Preview for .NET Framework 3.5 and 4.8 for Windows 10, version 2004, Windows Server, version 2004, Windows 10, version 20H2, and Windows Server, version 20H2, and Windows Version 21H1",
    "type": "OS",
    "appFamily": [
      "Windows"
    ],
    "qid": [
      "91682",
      "91658",
      "91733",
      "91665"
    ],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "45e7457e-3c88-3693-a3df-3807379d4d43",
      "4a7812c3-0089-3f84-8d57-6c69e2aebda3",
      "c80fb913-a8e0-3d3c-ac4e-61f8dc0a9c94",
      "1d8e9739-7ac0-3b20-a6c1-583c08a6e2a5",
      "5a006c14-5e51-31e1-b18c-4ae6c6200da5",
      "5e026fe4-2892-38b4-8f74-71e0849a07a3",
      "13dddca6-cb22-3384-b0bd-441859bb79b2",
      "87a8171c-1e86-3a99-9d8a-10d9f1a24b49",
      "9a58f6ec-d011-38fb-971d-e12e5c05b63b",
      "d5f204d4-b656-39b5-822b-6c225e4c8213",
      "0c4a7809-40a8-330e-8250-92e37109098c",
      "2c50db6c-f546-3798-b5bc-741dac812757",
      "f66ceb33-d7c1-3507-84be-a4a04365f075",
      "33db192f-d542-32ea-a67e-5a2c50ff0be9",
      "1e2418fc-fc07-3087-95ad-08c59e25db0d",
      "d25aa3e9-bcf2-3f12-9bec-adfde1459a19"
    ],
    "notification": null,
    "patchId": "1033ff30-3962-3ab9-9dfb-3401aadd85e4",
    "isRollback": false,
    "cve": [],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "qualysPublishedDate": 1624233600000,
    "kb": "KB5003537",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "1033ff30-3962-3ab9-9dfb-3401aadd85e4",
    "supportedOs": null,
    "architecture": [
      "X64"
    ],
    "packageDetails": null,
    "nonSupersededQid": [],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Windows 10 Education (x64)",
      "Windows 10 Home N (x64)",
      "Windows 10 Pro for Workstations (x64)",
      "Windows 10 Pro Education (x64)",
      "Windows 10 Pro N (x64)",
      "Windows 10 Home (x64)",
      "Windows 10 Pro for Workstations N (x64)",
      "Windows 10 IoT Enterprise (x64)",
      "Windows 10 Enterprise (x64)",
      "Windows 10 Enterprise N (x64)",
      "Windows 10 Pro (x64)",
      "Windows 10 Pro Education N (x64)",
      "Windows 10 Education N (x64)"
    ],
    "advisory": null,
    "vendorlink": "http://support.microsoft.com/kb/5003537",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "236354",
    "modifiedDate": 1625702400000,
    "publishedDate": 1624233600000,
    "category": "Non-Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "ccc4e2cc-40ae-3eac-8626-9bcb3604d060",
      "5537be54-b339-3d19-93cb-2db1e3284d1a",
      "9f202915-d58e-3087-9d75-7d353c86ba71",
      "7a1b02e4-5bae-399b-9641-0f69a83547dc",
      "19ba89a0-1159-3deb-bdae-fba91d2f388d",
      "1a0f705a-5cf9-3798-96d6-ba95e1cef52b",
      "ff50813b-f90b-3963-98ad-859380309d1f",
      "81a1e6ce-0aa5-35da-9c02-908de1610d6a",
      "fdd17b63-42f6-3d85-a332-767dad520249",
      "e4ed2ea6-57d5-3d2a-9bf2-0cdec6378439",
      "3e482154-08b0-3e8d-ae23-26a8a2daf0e6",
      "abfc8b77-1026-3f2a-9774-bc1a21952465",
      "47209fa7-11d9-3063-952b-3e0d9693e511",
      "40e50b9e-f056-3ca9-bb60-4c8756167fec",
      "40b844c6-5c94-3d4a-9435-6356ad40c298",
      "5a21afac-d0a1-3ec5-8721-1ec4917c1b6c",
      "eb07335f-9060-3036-9ba5-4c7f4ded49a4",
      "b0caf18d-bb53-376c-8a0a-7ae2ef3e55b0",
      "d3f7c079-854b-376c-89b4-19c1c6a4a1e7",
      "e748e482-3867-3d69-8fe9-16a6d6cfa5e5",
      "710ab3b6-929a-3eb2-b85b-68e96f8e8e0a",
      "eb723365-3164-342a-bfbe-0a176bb337e7",
      "3c67ff47-7511-3489-b1a3-9690381f1f31",
      "137e3c5a-7b35-3a68-a6a4-7a63c4a57d3d",
      "ae4e6120-f198-34df-9be0-6df368954488",
      "b6b050fc-27b3-3fe9-bb20-4b12129b0498",
      "1bd613a3-2943-3ae9-a9d7-4b02bcbf361f",
      "f11e8468-f8d0-3c91-87d9-674f1a5ad3d1",
      "6a5db996-e9de-3ae8-901d-26981d1a04ce",
      "9fecece5-f957-3f83-9f60-ecca124ea17b",
      "488e0ba6-4c10-3b06-912d-03ed7ce3f458",
      "fbdb87d0-f757-3bae-91df-9485a69c83f1",
      "01910f0a-7e55-33c3-92c1-3f87e1f578f7",
      "b981992d-45b7-3f8a-8445-fdded6d27911",
      "8ce36204-dfbf-32e8-b940-3719ccda6f7d",
      "787adb00-6700-331d-8219-922760ef5878",
      "95f674a0-c68f-30b9-8e03-52442cbb9f53",
      "815d5072-298b-3b3a-af9b-2b349431bc50",
      "1d565680-1832-3260-8116-064b29d61edf",
      "63680133-d815-3459-b5f7-16e613079253",
      "c50db304-eb30-3539-8575-5748a35551bc",
      "fb5b4eb5-24d9-3415-aea2-88f81b9872b6",
      "42606e1e-f3d5-3728-82d4-8f4ccbfd6130",
      "9211ca33-ca20-3a36-ba7f-1d063e19c70c",
      "6a64c969-39fb-3e0d-bb12-0bdee30dff63",
      "acce87a7-c206-35af-9b4c-4539925b4932",
      "3fde1ad4-d243-369f-be18-981b1a17b89c",
      "f6243793-4571-3e73-a718-a900ad660daa",
      "c2d3a941-9dac-315d-9547-637f86f298cb",
      "249c4476-ad72-3d25-86c4-06ff485f39bf",
      "0859499e-165a-3f9d-a1cd-2219817ca04e",
      "2c430c12-5087-3559-886e-ffdaf9faeca7",
      "e5422a58-ba5a-39d1-9ed0-c5955f41107c",
      "524eba70-dd63-3aab-881c-cc0139012983",
      "9a47b5b2-93b0-3c3b-880a-be57fa01ee4b",
      "6dc8caa8-6d0a-3c74-8b24-e5080cafbbf7",
      "9bc11327-683f-3a82-b51a-42a3c1715478",
      "b6f899dc-bcc6-3951-b814-839da3d47e80",
      "cc8ac3ce-b637-3da3-b9f2-d5168b718a34",
      "b64192bc-e4ac-3d99-9776-0864220f4fa1",
      "df565bf0-6f12-344b-a38c-274ac9f9ab37",
      "9e0f6b93-30e9-3b1d-bd4c-6b83b3d57f8a",
      "dbb51a58-9ca9-364e-946a-87eb38704006"
    ],
    "bulletin": "MSNS21-06-MRNET-5003537",
    "esuPatch": false
  },
  {
    "isSecurity": false,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "None",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": ".NET 6.0 has been updated to version 6.0.30.",
    "title": ".NET 6.0.30 - May 14, 2024",
    "type": "Application",
    "appFamily": [
      ".Net"
    ],
    "qid": [
      "91970",
      "92047",
      "5004053",
      "5004052",
      "92023",
      "92067",
      "92100",
      "5004051",
      "5004050",
      "91898",
      "92129",
      "91950",
      "92000",
      "92064",
      "92080",
      "91868",
      "5004079",
      "5004078",
      "5004077",
      "5004054",
      "92036",
      "5004084",
      "92112",
      "91941",
      "91963",
      "91986",
      "5004081",
      "5004080",
      "91913",
      "5004027",
      "5004048",
      "91933",
      "5004025",
      "5004045",
      "91859",
      "5004044",
      "5004043"
    ],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "95cf7422-06e1-312c-961b-5838858dd20f",
      "386bc56a-43db-347a-92b2-80345af00e57",
      "a3ef8cd7-625f-34a0-ba0b-10faf7fa19cd",
      "6a88e31c-e433-3f0a-8fd3-4d61a88e3593",
      "243b6ccd-24fc-3b8f-900b-564f1b602da8",
      "e3bba89a-11e6-3c1d-9686-a7d3deef0e6e",
      "e6eea02b-a30d-3a98-9750-4954eb9244c8",
      "720f0fd5-96ba-3b4c-b95b-a3530301ba6a",
      "13f5c649-6d2c-33b1-ae6a-9a01d06485fa",
      "76efda4a-fc64-3b27-8b04-e1f9f7e0bdae",
      "b6c32bb3-421d-3fe5-a1e2-44d3a8fc6e52",
      "a14b2de5-da9b-31b5-8dd1-2b850555f959",
      "6e94849b-0223-310d-9421-e5b1d905e4af",
      "3bed4a31-1556-3cd7-9716-1a519c9c9a9d",
      "7a8803e8-32ac-34ec-9395-cec270a2c732",
      "75096a45-f44c-366f-a695-7bdd71d89017",
      "3fc315ef-d044-365c-9952-97f8cd41edb7",
      "943f61a3-badb-3c9a-bc7f-524f566a7bae",
      "87245b3b-025e-388c-adfb-1de22c94ba29",
      "c80f78d8-ad5c-3906-9c93-3098805455f8",
      "2d4c6fc4-81f9-32b2-8072-e6b8b3810be6",
      "dc94b415-abf6-3231-a444-e63e59d8078a",
      "3c14ffdd-6262-384e-ae61-860f1cf2cb96",
      "6e1a7e3e-8e4c-3532-8295-53e6082f3d74",
      "a9be6152-dfc6-3657-a51a-ddd51ce5f1a5",
      "5e5c6ef3-ced2-3e42-bdf6-b256e321268d",
      "78272346-d6ae-3cb6-b071-6afdcd3e18bf",
      "452416b5-09b4-3eee-9d83-495d911064bc",
      "736778b9-7dcd-31fa-bcb1-b14a54287843"
    ],
    "notification": null,
    "patchId": "1149a967-10a1-3dfc-b4c4-705e13967863",
    "isRollback": false,
    "cve": [],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "qualysPublishedDate": 1715644800000,
    "kb": "QDNCORE6030",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "1149a967-10a1-3dfc-b4c4-705e13967863",
    "supportedOs": null,
    "architecture": [
      "X86"
    ],
    "packageDetails": null,
    "nonSupersededQid": [],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      ".NET 6.0 x86"
    ],
    "advisory": null,
    "vendorlink": "https://github.com/dotnet/core/blob/master/release-notes/6.0/6.0.30/6.0.30.md",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "271921",
    "modifiedDate": 1715644800000,
    "publishedDate": 1715644800000,
    "category": "Non-Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "c754805f-8259-37a1-81bc-fefe3ed114f9",
      "ddd051d4-3249-3bd2-b710-32055c6fb5a0",
      "57ceb644-8358-3f96-8521-6c6c74a133b5",
      "990fc2cf-e226-36ec-8ad1-950837df4ea2",
      "466f777e-c71c-39f6-9fd5-e67fa2b8acc7"
    ],
    "bulletin": "MSNS24-05-DNETC60",
    "esuPatch": false
  },
  {
    "isSecurity": true,
    "aiBasedReliability": {
      "summary": "All analyzed sources indicate that this patch has no known issues, vulnerabilities, rollback problems, or deployment failures reported.",
      "sentiment": "Positive",
      "issueReported": 0
    },
    "rebootRequired": true,
    "vendorSeverity": "Critical",
    "reliability": "High",
    "lastReliabilityScanDate": 1769532197471,
    "description": "This security update resolves the following vulnerabilities in Windows Server 2012: \r\n\r\n - MS17-022 Security update for Microsoft XML Core Services\r\n - MS17-021 Security update for DirectShow\r\n - MS17-020 Security update for Windows DVD Maker\r\n - MS17-019 Security update for Active Directory Federation Services\r\n - MS17-018 Security update for Windows Kernel-Mode Drivers\r\n - MS17-017 Security update for Windows Kernel\r\n - MS17-016 Security update for Internet Information Services\r\n - MS17-013 Security update for Microsoft Graphics Component\r\n - MS17-012 Security update for Microsoft Windows\r\n - MS17-011 Security update for Microsoft Uniscribe\r\n - MS17-010 Security update for Windows SMB Server\r\n - MS17-008 Security update for Windows Hyper-V",
    "title": "March 2017 Security Only Quality Update for Windows 7 SP1 and Windows Server 2008 R2 SP1",
    "type": "OS",
    "appFamily": [
      "Windows"
    ],
    "qid": [
      "91343",
      "91344",
      "91341",
      "91342",
      "91331",
      "91359",
      "91337",
      "91345",
      "91357",
      "91361",
      "91340",
      "91360",
      "90939",
      "91338",
      "91339",
      "122826"
    ],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "964fa7cd-c4e3-3d48-b18e-e6f1acb9c1ad",
      "f9c687ec-1d1e-39c5-b472-6afb527ec4d5",
      "eb06d175-d7a2-3944-a411-d27237c7cb8a",
      "e2f3e063-bb03-3577-b305-4576db771573"
    ],
    "notification": null,
    "patchId": "0fbc6987-4113-3d51-8f20-a7fa7a07aae4",
    "isRollback": true,
    "cve": [
      "CVE-2017-0014",
      "CVE-2017-0092",
      "CVE-2017-0091",
      "CVE-2017-0090",
      "CVE-2017-0056",
      "CVE-2017-0055",
      "CVE-2017-0099",
      "CVE-2017-0097",
      "CVE-2017-0050",
      "CVE-2017-0108",
      "CVE-2017-0104",
      "CVE-2017-0148",
      "CVE-2017-0103",
      "CVE-2017-0147",
      "CVE-2017-0025",
      "CVE-2017-0102",
      "CVE-2017-0146",
      "CVE-2017-0145",
      "CVE-2017-0109",
      "CVE-2017-0100",
      "CVE-2017-0144",
      "CVE-2017-0022",
      "CVE-2017-0143",
      "CVE-2017-0063",
      "CVE-2017-0062",
      "CVE-2017-0061",
      "CVE-2017-0060",
      "CVE-2017-0119",
      "CVE-2017-0118",
      "CVE-2017-0117",
      "CVE-2017-0039",
      "CVE-2017-0116",
      "CVE-2017-0038",
      "CVE-2017-0115",
      "CVE-2017-0114",
      "CVE-2017-0113",
      "CVE-2017-0112",
      "CVE-2017-0111",
      "CVE-2017-0076",
      "CVE-2017-0075",
      "CVE-2017-0073",
      "CVE-2017-0072",
      "CVE-2017-0128",
      "CVE-2017-0127",
      "CVE-2017-0005",
      "CVE-2017-0126",
      "CVE-2017-0125",
      "CVE-2017-0047",
      "CVE-2017-0124",
      "CVE-2017-0123",
      "CVE-2017-0001",
      "CVE-2017-0045",
      "CVE-2017-0089",
      "CVE-2017-0122",
      "CVE-2017-0088",
      "CVE-2017-0121",
      "CVE-2017-0043",
      "CVE-2017-0087",
      "CVE-2017-0120",
      "CVE-2017-0042",
      "CVE-2017-0086",
      "CVE-2017-0085",
      "CVE-2017-0084",
      "CVE-2017-0083"
    ],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "qualysPublishedDate": 1489449600000,
    "kb": "KB4012212",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "0fbc6987-4113-3d51-8f20-a7fa7a07aae4",
    "supportedOs": null,
    "architecture": [
      "X64"
    ],
    "packageDetails": null,
    "nonSupersededQid": [
      "91343",
      "91344",
      "91341",
      "91342",
      "91331",
      "91359",
      "91337",
      "91345",
      "91357",
      "91361",
      "91340",
      "91360",
      "91338",
      "91339"
    ],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Windows Hyper-V Server 2008 R2 (x64)",
      "Windows Home Server 2011",
      "Windows Server 2008 R2 Standard (x64)",
      "Windows Small Business Server 2011",
      "Windows Server 2008 R2 Foundation (x64)",
      "Windows Storage Server 2008 R2 Essentials",
      "Windows MultiPoint Server 2011",
      "Windows Server 2008 R2 Datacenter (x64)",
      "Windows Server 2008 R2 HPC (x64)",
      "Windows Server 2008 R2 Enterprise (x64)",
      "Windows Web Server 2008 R2 (x64)"
    ],
    "advisory": null,
    "vendorlink": "https://support.microsoft.com/en-us/help/4012212/march-2007-security-only-quality-update-for-windows-7-sp1-and-windows-server-2008-r2-sp1",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": false,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "100246",
    "modifiedDate": 1506902400000,
    "publishedDate": 1489449600000,
    "category": "Security Patches",
    "isEsuPatch": false,
    "supersededBy": [],
    "bulletin": "SB17-002"
  },
  {
    "isSecurity": false,
    "aiBasedReliability": null,
    "rebootRequired": true,
    "vendorSeverity": "Critical",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "Microsoft has released an update for Microsoft Skype for Business 2016. The version number of this update is 16.0.5083.1000.\n\nIn addition to the release of the new client, this update fixes an issue. Before you install this update, see the prerequisites.",
    "title": "November 3, 2020, update for Skype for Business 2016 (KB4486710)",
    "type": "Application",
    "appFamily": [
      "Office",
      "Lync"
    ],
    "qid": [],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "5eefded2-c38e-3165-802c-95514f83aee9",
      "61962130-2acb-3d25-bc17-c0b10c93b23a",
      "60232a99-4d92-3c61-bd01-d891a54c9b9f",
      "280f028a-898c-3ce2-a8cb-d0ad2b451bc2",
      .....
      .........
      "441be8fe-8ba9-3941-a64f-3ff9c152ca93",
      "1d736ec0-2663-32ef-a552-466bc44be9f1",
      "3481fe62-9056-3be7-abe3-0697be4f26d4",
      "3ab56007-6b14-3b66-bae2-fcb344bab914"
    ],
    "notification": null,
    "patchId": "0fe11e58-f6e8-3091-a527-0554c8804563",
    "isRollback": false,
    "cve": [],
    "isFeatureUpdate": false,
    "vendor": "Microsoft",
    "2
    "kb": "KB4486710",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "0fe11e58-f6e8-3091-a527-0554c8804563",
    "supportedOs": null,
    "architecture": [
      "X86"
    ],
    "packageDetails": null,
    "nonSupersededQid": [],
    "qualysUpdatedDate": 1783014276279,
    "product": [
      "Microsoft Office Home and Student 2016",
      "Microsoft Lync 2016 x86",
      "Microsoft Office Home and Business 2016",
      "Excel 2016",
      "Microsoft Office Enterprise 2016",
      "Microsoft Office Professional 2016",
      "Microsoft Office Professional Plus 2016",
      "Microsoft Office Standard 2016",
      "Microsoft Office 64-bit Components 2016",
      "Microsoft Office Ultimate 2016"
    ],
    "advisory": null,
    "vendorlink": "http://support.microsoft.com/kb/4486710",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783014276279,
    "vendorPatchId": "214773",
    "modifiedDate": 1606867200000,
    "publishedDate": 1604361600000,
    "category": "Non-Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "085a5f95-a498-31c4-8574-33be4c9bdf02",
      "397219d1-2c9c-3810-b884-d91618f3bdbf",
      "cc0f3ae4-3675-3bd4-ac37-03261fbf8c4d",
      "0c477efe-3204-3792-bc19-ed5f15314c3a",
      "dbccef2e-295f-37e2-9f14-e9e02e0ff0fa",
      "aa47d48d-683c-3a4f-958f-3c9d304565c9"
    ],
    "bulletin": "MSNS20-11-4486710"
  }
]

Updated API: Get Patch Details for Patches

New or Updated API Updated
API Endpoint  /pm/v1/patchcatalog/patches
Method POST
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter, qualysPublishedDate, in the API response. This parameter provides you with the date on which the patches were published on the Qualys Patch Management platform. 

Sample - Get Patch DetailsSample - Get Patch Details

API Request

curl -X POST       
"https://<QualysBaseURL>/pm/v1/patchcatalog/patches?attributes=isSecurity%2C%20rebootRequired%2C%20vendorSeverity&platform=Windows&sort=%5B%7B%22vendorSeverity%22%3A%22asc%22%7D%5D"
-H "accept: application/json" 
-H "Authorization: Bearer <<jwt token>>" 
-H "Content-Type: application/json" 
-d

Request Body - Specify the UUIDs

'{
  "patchUuid": [
    "000edda4-acf1-3e9c-991c-39e9df4e3202"
  ]
}'

Response

[
  {
    "aiBasedReliability": null,
    "isSecurity": false,
    "rebootRequired": true,
    "vendorSeverity": "None",
    "reliability": null,
    "lastReliabilityScanDate": null,
    "description": "Improvements and fixes\r\nThis update includes quality improvements. No new operating system features are being introduced in this update. Key changes include:\r\n\r\nAddresses issue where, after installing this update, some localized devices have incorrect strings or unusual behavior in different areas of the user interface (UI) that make the UI unusable.",
    "title": "Cumulative Update for Windows 10 Version 1703: March 8, 2018",
    "type": "OS",
    "appFamily": [
      "Windows"
    ],
    "qid": [],
    "enabled": true,
    "platform": "Windows",
    "supersedes": [
      "827c22d3-84ee-3ca7-a4b1-d5f7d02cc1cc",
      "2af0e213-ad4c-3634-85ff-ec7e9bf368dc",
      "56d250f2-9fb8-3e4d-83f5-e8de28afbfb6",
      "ec42ccf4-a97a-369c-9d4f-a5a2aff99ba3",
      "737d6765-17a7-3804-8c30-f2967930bb16",
      "7538deab-f11d-3a2f-8851-36090e321a60",
      "5f600c80-0743-3080-a0b4-b5626100744e",
      "45ff0e89-faef-3033-b2a9-f168a1c9bdec"
    ],
    "notification": null,
    "patchId": "000edda4-acf1-3e9c-991c-39e9df4e3202",
    "isRollback": false,
    "cve": [],
    "isFeatureUpdate": false,
    "qualysPublishedDate": 1783059600069,
    "vendor": "Microsoft",
    "kb": "KB4092077",
    "downloadMethod": "Automatic",
    "esuOsVersion": null,
    "id": "000edda4-acf1-3e9c-991c-39e9df4e3202",
    "supportedOs": null,
    "architecture": [
      "X64"
    ],
    "packageDetails": null,
    "nonSupersededQid": [],
    "qualysUpdatedDate": 1783068300000,
    "product": [
      "Windows 10 Education (x64)",
      "Windows 10 Home N (x64)",
      "Windows 10 Pro N (x64)",
      "Windows 10 Enterprise (x64)",
      "Windows 10 Enterprise N (x64)",
      "Windows 10 Home (x64)",
      "Windows 10 Pro (x64)",
      "Windows 10 Education N (x64)"
    ],
    "advisory": null,
    "vendorlink": "https://support.microsoft.com/en-us/help/4092077",
    "osIdentifier": "WINDOWS",
    "advisoryLink": null,
    "deleted": false,
    "isSuperseded": true,
    "vulnBasedReliability": null,
    "patchFeedProviderId": 1,
    "syncDateTime": 1783059600069,
    "vendorPatchId": "119536",
    "modifiedDate": 1521763200000,
    "publishedDate": 1520467200000,
    "category": "Non-Security Patches",
    "isEsuPatch": false,
    "supersededBy": [
      "60fa6bbf-e9ae-3887-8ca9-e7fcda50be28",
      "ab98de67-5150-3c08-af88-87bd4f30b5e1",
      "42473cbf-934e-31dd-9be8-917f3ce1fd58",
      "2019f561-920d-3aac-a163-2937dc88e182",
      "6dd7da42-933a-3218-8f69-ed65d7231897",
      "fae1eb9e-d669-3bf0-9113-e2bbcd788da6",
      "478f7b61-334c-351b-b7cc-7aa7b5e23422",
      "450f78ba-6b61-318a-a5c9-11ed73884865",
      "2253bc22-5704-3cc1-9724-ecc73f6733a8",
      "3c7f0b2c-cdd2-3dcf-95f1-0c26301178d1",
      "c9fbcec5-aeb7-3202-ae89-72218cbecb07",
      "f6c9d3e0-bd09-3b40-8a07-0e29b4c941e6",
      "40495bd7-5865-301a-b5a1-8de223ce6e88",
      "428ccd19-7896-3bb7-81d0-badafad980c3",
      "45c5722f-f2bb-3654-bdd4-6aafb470ff2b",
      "da3a5972-d8fa-39fb-8ce1-814d049a9599",
      "19533dc0-1240-36a1-9ecb-9e700d30789e",
      "9aa7398f-0426-3144-9a7d-f5d0a368c6e8",
      "8ba68e9b-685c-348b-abc2-f0c466bb4a3e",
      "cbe67085-e8ab-359e-9ff0-c71dade39272",
      "beb0aebe-de13-3505-bb38-80ee61feee9a",
      "88698d4c-6bdf-3803-b282-bf6074ae925e",
      "98aa7890-5427-3c1a-9bcc-cc20fe8d7d49",
      "ce945b87-852e-3601-88b3-9e1b5ff7e993",
      "5a5bbfd2-44b3-392a-81f9-09f1061e277e",
      "37eefa38-9ebe-3d44-8ff4-e788a477919e",
      "bea18b4b-74d8-34fb-86e0-a7776b9278b6",
      "31fd1dc8-b7e4-317b-92d1-6ae6900ec26f",
      "80a32b92-6474-37e4-866d-59c443860af0"
    ],
    "bulletin": "MSNS18-03-4092077"
  }
]

 

Updated API: Get a List of Patches for a Specific Customer

New or Updated API Updated
API Endpoint  /pm/v1/patches
Method GET
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter, qualysPublishedDate, in the API response. This parameter provides you with the date on which the patches were published on the Qualys Patch Management platform. 

Sample - Get a list of patches for Windows Platform sorted by Vendor SeveritySample - Get a list of patches for Windows Platform sorted by Vendor Severity

API request

curl -X 'GET' \   '<qualys_base_url>/pm/v1/patches?platform=Windows&query=patch.id%3A%2024e57a0f-e4bf-3041-90fc-52590b6876e7&sort=%5B%7B%22vendorSeverity%22%3A%22asc%22%7D%5D%27 \
-H 'accept: application/json' \
-H 'Authorization: : <JWT_TOken>

Response

   [
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS18-02-QP81",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4075212",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 8.1 Enterprise (x64)",
      "Windows Embedded 8.1 Industry Pro (x64)",
      "Windows 8.1 (x64)",
      "Windows Embedded 8.1 Industry Enterprise (x64)",
      "Windows 8.1 Pro with Media Center (x64)",
      "Windows 8.1 Pro (x64)"
    ],
    "publishedDate": 1519257600000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "93302315-4213-3517-89da-a101ce0c81ea",
      "234f5e28-8b23-30b5-b2cc-a2a81bab2710",
      "98f90c37-4dce-3178-bb21-606c062058db",
      ...
      ....
      "a5678b9c-efdb-36a9-9aef-3a49b5b0e01a",
      "692b8e94-76f3-34c7-a3d0-33b2ff0b565f",
      "f587fff3-eca5-38f1-92ff-57dcd7e99167",
      "d613769b-5887-3d6d-b813-27ada30e91c4",
      "ceaf795e-4b19-3b4e-b5c8-382718c92dca",
      "de50db20-d560-32e1-a779-3a3d87cb4d45"
    ],
    "supersedes": [
      "1262a6b1-9b2a-3eb0-a9d6-debfa309b84e",
      "cbb9f073-da1b-37ab-9cfd-2a49d519f0e9",
      "c0a2cacc-17ef-3b5c-8ca2-d3b5c5af04a0",
      "498e63bc-c827-3e23-a922-e1cb94ee7ca0",
      "5b902724-6f4d-3236-9085-9780e7e6d5be",
      "1c7d0305-8ef1-350d-b490-be211df1923b",
      "87293b97-2892-35c3-a6d9-53551603fc1f",
      "dd22de5c-a19f-38c5-8f9f-44cefc0eb78d",
      "ba1ccb5a-9c93-3af0-8b76-7895d29d6bd7",
      "06c31f20-edf6-3166-90a4-0f45035bcda4"
    ],
    "title": "Preview of Monthly Quality Rollup for Windows 8.1 and Windows Server 2012 R2: February 22, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "http://support.microsoft.com/kb/4075212",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": false,
    "esuOsVersion": null,
    "qualysPublishedDate": 1519257600000,
    "qualysUpdatedDate": 1783053451311,"
    "id": "24e57a0f-e4bf-3041-90fc-52590b6876e7",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": true,
    "isCustomizedDownloadUrl": false
  }
]

Updated API: Get a List of More than Ten Thousand Patches

New or Updated API Updated
API Endpoint  /pm/v2/patches
Method POST
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter, qualysPublishedDate, in the API response. This parameter provides you with the date on which the patches were published on the Qualys Patch Management platform. 

Sample - Get a List of Patches (using pageSize and searchAfter parameters)Sample - Get a List of Patches (using pageSize and searchAfter parameters)

API request

curl -X 'POST' \   '<qualys_base_url>/pm/v2/patches?pageSize=1&platform=Windows' \
-H 'accept: application/json' \
-H 'searchAfter: 1521763200000,000edda4-acf1-3e9c-991c-39e9df4e3202' \
-H 'Authorization: Bearer 
-H 'Content-Type: application/json' \
-d '{   "query": "" }'

Response

[
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS18-02-QP81",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4075212",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 8.1 Enterprise (x64)",
      "Windows Embedded 8.1 Industry Pro (x64)",
      "Windows 8.1 (x64)",
      "Windows Embedded 8.1 Industry Enterprise (x64)",
      "Windows 8.1 Pro with Media Center (x64)",
      "Windows 8.1 Pro (x64)"
    ],
    "publishedDate": 1519257600000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "93302315-4213-3517-89da-a101ce0c81ea",
      "234f5e28-8b23-30b5-b2cc-a2a81bab2710",
      "98f90c37-4dce-3178-bb21-606c062058db",
      "d4a01295-0fae-3a16-aed0-98b755a4b7e5",
      "0843ead2-1308-3a5b-94fe-a37884dd104f",
      "8b00dd8b-5959-3ec0-b0d0-cf2ea588b7f6",
      "f96b486a-4857-34df-b802-876aff695d7a",
      ....
      .....
      "692b8e94-76f3-34c7-a3d0-33b2ff0b565f",
      "f587fff3-eca5-38f1-92ff-57dcd7e99167",
      "d613769b-5887-3d6d-b813-27ada30e91c4",
      "ceaf795e-4b19-3b4e-b5c8-382718c92dca",
      "de50db20-d560-32e1-a779-3a3d87cb4d45"
    ],
    "supersedes": [
      "1262a6b1-9b2a-3eb0-a9d6-debfa309b84e",
      "cbb9f073-da1b-37ab-9cfd-2a49d519f0e9",
      "c0a2cacc-17ef-3b5c-8ca2-d3b5c5af04a0",
      "498e63bc-c827-3e23-a922-e1cb94ee7ca0",
      "5b902724-6f4d-3236-9085-9780e7e6d5be",
      "1c7d0305-8ef1-350d-b490-be211df1923b",
      "87293b97-2892-35c3-a6d9-53551603fc1f",
      "dd22de5c-a19f-38c5-8f9f-44cefc0eb78d",
      "ba1ccb5a-9c93-3af0-8b76-7895d29d6bd7",
      "06c31f20-edf6-3166-90a4-0f45035bcda4"
    ],
    "title": "Preview of Monthly Quality Rollup for Windows 8.1 and Windows Server 2012 R2: February 22, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "http://support.microsoft.com/kb/4075212",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1519257600000,
    "id": "24e57a0f-e4bf-3041-90fc-52590b6876e7",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": true,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS18-02-QP2012",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4075213",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows Server 2012 Datacenter (x64)",
      "Windows Server 2012 Foundation (x64)",
      "Windows Server 2012 Standard (x64)",
      "Windows Storage Server 2012 Standard (x64)",
      "Windows Storage Server 2012 Workgroup (x64)",
      "Windows Server 2012 Essentials (x64)",
      "Windows MultiPoint Server 2012 Standard (x64)",
      "Windows Hyper-V Server 2012 (x64)"
    ],
    "publishedDate": 1519257600000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "37a49c93-3bd9-3ed1-839a-0d95f66af84e",
      "84fda375-f43a-39f6-bc0c-db31d2f1d5ae",
      "aeb8266c-0c5d-3143-977d-15b23842fe60",
      "e2687291-479d-3fa5-b86f-465590bf1212",
      "26dd66a3-5d65-33eb-b151-9f4ad1b8e06f",
     ......
     ......
      "5fceffd4-dc29-3270-8125-1fe2bb322387",
      "981cbe7a-2f77-3215-a81c-47faa202970a",
      "55692c7e-a540-37df-9560-5564e6edc2a6",
      "2a325f2d-e188-3e5e-a32f-78f3b497bc79"
    ],
    "supersedes": [
      "3f5c20da-2e47-3e2b-af0a-e5e77b570d46",
      "384a27ea-6ebb-3f69-81f3-52bdea3618ea",
      "61b98890-bb1d-357e-8613-35bf01fa02a2",
      "d38a44ca-9185-3786-841f-68f9511b8321",
      "012d4ca7-2cb7-3198-99d2-f42251870045",
      "f0abe1f5-e66b-34fd-ad86-cda46cd8aa76",
      "78555867-716f-3549-a1fa-8ec7b1f231b3",
      "1e64cabc-b4f1-3947-8407-16660b3b0a08",
      "d9744e08-f906-3ab0-84fb-0f40bc696763"
    ],
    "title": "Preview of Monthly Quality Rollup for Windows Server 2012 for x64-based Systems: February 22, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "http://support.microsoft.com/kb/4075213",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1519257600000,
    "id": "44c33017-b2a8-34c0-bd9a-9784cb42e16a",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": true,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X86"
    ],
    "bulletin": "MSNS18-03-4090913",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4090913",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 10 Pro for Workstations",
      "Windows 10 Enterprise",
      "Windows 10 Pro",
      "Windows 10 Education N",
      "Windows 10 Home",
      "Windows 10 Enterprise N",
      "Windows 10 Education",
      "Windows 10 Home N",
      "Windows 10 Pro N"
    ],
    "publishedDate": 1520208000000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "74ed906c-4c24-31b7-9ffa-ad0fd5fbc954",
      "46f0094b-4c61-37d1-90ac-113256315a9f",
      "c1977394-9281-3f53-97c0-261f31092303",
      "3d3d6f2a-300d-3f1a-ad97-89ce3d70a208",
      ......
      ......
      "5ef0ac0c-8a9c-3200-9489-94e6028d64ee",
      "4a950e40-ecf4-3484-b6b6-318d29dcfebb",
      "52c5e899-93da-307b-bfca-ff3ea7f5e4e2",
      "7de90dcc-920c-3347-9fdf-e473f5e4844e",
      "28c46617-748d-3876-aa2c-5cbd522be6f3",
      "b97cffbe-703d-3c29-b83a-aa48ae5876f1",
      "83ad3447-cab3-32ed-a871-f9de411ce592",
      "7518d7ae-206c-3b6e-9d09-598eb7da8b8c"
    ],
    "supersedes": [
      "0eaf2388-75d9-34b8-87c0-e166245a9289",
      "1ebf5d85-9961-3597-82ad-4fc2e32ea9b0"
    ],
    "title": "Cumulative Update for Windows 10 Version 1709: March 5, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "https://support.microsoft.com/en-us/help/4090913",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1520208000000,
    "id": "48039452-c183-34d3-a7e7-2f89dd48bac9",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS18-03-4090913",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4090913",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows Server Semi-Annual Datacenter",
      "Windows Server Semi-Annual Standard"
    ],
    "publishedDate": 1520208000000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "080ab8d3-0aaa-3b44-8387-a63ff3db698c",
      "54a3d1df-fd35-341e-99ec-0cc6c1cf2e01",
      "ad6aac0b-f0af-3583-bfc7-d6d07e560feb",
      .....
      ......
      "60dbc856-e4be-383c-912e-7be00b1ec4e3",
      "a67bab37-3712-3a66-8d75-fc97a22b13f9",
      "f5015a90-a7e3-353b-8851-71ad84eb3033",
      "fec7b5ef-d0fc-3627-9a66-984f9cf33ffa"
    ],
    "supersedes": [
      "f4940896-7965-361c-8151-544875c7043d",
      "dcd9af24-59ff-3029-a64f-a832378e7dab",
      "fd1b91a7-d947-3813-9953-6ca93b35923d"
    ],
    "title": "Cumulative Update for Windows 10 Version 1709: March 5, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "https://support.microsoft.com/en-us/help/4090913",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1520208000000,
    "id": "4dd6d0b3-8ab4-341b-acd6-4691622cbf35",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS18-02-4077525",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4077525",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 10 Education (x64)",
      "Windows 10 Home N (x64)",
      "Windows 10 Pro N (x64)",
      "Windows 10 Enterprise (x64)",
      "Windows 10 Enterprise N (x64)",
      "Windows 10 Home (x64)",
      "Windows 10 Pro (x64)",
      "Windows 10 Enterprise 2016 LTSB N (x64)",
      "Windows 10 Education N (x64)",
      "Windows 10 Enterprise 2016 LTSB (x64)"
    ],
    "publishedDate": 1519257600000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "d7a4803e-1463-38bd-ba22-775eef8bd1f9",
      "1fac5885-e54b-3228-a2a8-c26b02db19a9",
      "ceac23dd-71ac-3d9b-aaa6-552259203574",
      "66aff8db-a802-3ac5-95ee-7a059bff40ee",
      .....
      ......
      "e9fbb1c5-7606-3c4f-a315-cb3dffb997d3",
      "e5e65e7e-21d4-3a2b-a478-2d9d5c5fb738",
      "ac1f72b8-c1b2-3498-a821-8dc8dc5fd3b5",
      "4ba5f983-59bc-3c4b-8ec9-ddfe29475379",
      "d770f039-507d-338e-a203-b8c179e4fc34"
    ],
    "supersedes": [
      "ca2bfc33-5108-382f-9e07-66af6dd59e04",
      "6e937bde-3aac-3af2-9088-09f9ab3e4704",
      "a6015e93-4d52-3538-9717-d6e3b40c2ce5",
      "3df5bc4c-3e39-369f-b4b0-da5c0329d6a7",
      "41a774f0-4b59-33df-b819-2a5ac69c33f0",
      "023e9468-1eb9-356c-a09e-66eae807db87",
      "3f078e69-7500-3eb1-9709-3a13f3ee32f1",
      "e66bfe52-8087-3823-a33d-3fe89e3db3d8"
    ],
    "title": "Cumulative Update for Windows 10 Version 1607 and Windows Server 2016 (KB4077525)",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "http://support.microsoft.com/kb/4077525",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1519257600000,
    "qualysUpdatedDate": 1783053451311,
    "id": "6e1e31d2-3bba-3794-9bda-1aa155df400f",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X86"
    ],
    "bulletin": "MSNS17-11-4049065",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4049065",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 10 Enterprise",
      "Windows 10 Enterprise 2016 LTSB",
      "Windows 10 Pro",
      "Windows 10 Education N",
      "Windows 10 Enterprise 2016 LTSB N",
      "Windows 10 Home",
      "Windows 10 Enterprise N",
      "Windows 10 Education",
      "Windows 10 Home N",
      "Windows 10 Pro N"
    ],
    "publishedDate": 1510617600000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "18279974-e02b-3a93-8c14-28493256682c",
      "599d9b3c-9b6d-3594-84e5-27528323b950",
      "bed77384-b88e-3a95-829d-3c4fd0251ba1",
      .....
      ....
      "66b8e5d4-5abc-34b1-9320-9486fddee950",
      "d1a5d09f-85ec-33a4-a935-fd7f658df273",
      "e5e71300-5499-3cdc-938c-36182251c4f1",
      "c7f49671-34d5-3ace-8a4c-9e0000b94ed0"
    ],
    "supersedes": [
      "847d2a37-a016-3407-bc9a-d67b4997ede5",
      "214bce11-d7d6-3e7c-b76e-5362897b6491",
      "a02b997f-3cf0-3824-a73c-0edd2b31968a",
      "9b3338ee-5682-3833-b36d-02ba43738983",
      "490e1102-5231-31ec-8414-f296052502c2",
      "4fae214a-ee86-3524-9280-5b8a51bc1b0a",
      "6d68585c-c3fe-3881-90f8-79942bc9a25d"
    ],
    "title": "Servicing stack update for Windows 10 Version 1607 and Windows Server 2016: November 14, 2017",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "Critical",
    "vendorlink": "http://support.microsoft.com/kb/4049065",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1510617600000,
    "id": "867362c9-3162-38c0-808c-0131b697648a",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS17-11-4049011",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4049011",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 10 Education (x64)",
      "Windows 10 Home N (x64)",
      "Windows 10 Pro N (x64)",
      "Windows 10 Enterprise (x64)",
      "Windows 10 Enterprise N (x64)",
      "Windows 10 Home (x64)",
      "Windows 10 Pro (x64)",
      "Windows 10 Education N (x64)"
    ],
    "publishedDate": 1510617600000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "d507aeeb-e73e-39ce-9318-7e761e09f9c7",
      "c27c2cae-455c-35e8-b144-4574b3847038",
      "20373bb2-dff9-3c17-a130-08b840a2a2a7",
      "731c8ee8-36d9-3e9b-b02d-fd69cbf42560",
      "40ccccf5-4dec-3254-90f8-b3409f1cb786",
      "bdcb7927-6ed3-38a7-8414-69ef79af3343",
      "922c4f80-3996-3819-ad11-2d9693dc175c",
      "7211cd38-84e3-3836-8b3a-d33a6ed081bb",
      "1d8a06fe-6fff-39ed-ac15-b223bc626d38",
      "a1a15bf7-508a-3670-bd7e-7cecac5d1231"
    ],
    "supersedes": [
      "cc209976-692d-371e-9fc0-65af61bc038f"
    ],
    "title": "Servicing stack update for Windows 10 Version 1703: November 14, 2017",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "Critical",
    "vendorlink": "http://support.microsoft.com/kb/4049011",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1510617600000,
    "qualysUpdatedDate": 1783053451311,
    "id": "a78242e2-7cf8-305a-b402-e38b071f856e",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS18-02-QP81",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4075212",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows Server 2012 R2 Datacenter (x64)",
      "Windows Server 2012 R2 Essentials (x64)",
      "Windows Server 2012 R2 Foundation (x64)",
      "Windows Storage Server 2012 R2 Workgroup (x64)",
      "Windows Hyper-V Server 2012 R2 (x64)",
      "Windows Server 2012 R2 Standard (x64)",
      "Windows Storage Server 2012 R2 Standard (x64)"
    ],
    "publishedDate": 1519257600000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "0de544ad-92ea-37f4-aa35-502e7f0213f1",
      "e02f9393-ca0f-30a8-9747-379994e4a5b9",
      "d8b03241-9612-3913-b48b-769cda2819e8",
      ....
      .....
      "547a22c6-d0bb-371b-a2d7-bc7d0f05b8c6",
      "3afc0dfb-3699-39e0-aaf7-add4a4a751ca",
      "19127a56-7ce6-3b87-86eb-8852b13a9749",
      "cbe0d161-ee72-38c3-b0e9-18a693ec0def",
      "7c7fd2a6-2a98-3f71-9c6d-90f643027840",
      "51f65aa9-3882-3d65-a504-2a61bae07595",
      "5b3cf6c8-2f16-3172-99a8-b512de1f7821",
      "42b5464a-8e3c-3964-a45c-9b6383c25037",
      "69a95e77-3cc7-387d-96d8-d944376425c8",
      "3439bdd2-23ca-391b-9d36-fb8d17b009fa",
      "172286e5-d733-30f9-9d83-68cdd69e442a",
      "2bf930b2-52f5-3b84-ad22-c2e623e9f0f2",
      "3cdd57d1-b410-3b63-ae43-4129ae907bab",
      "d50446b6-f2e7-3b90-8c82-7ac7f1818f42",
      "0270361c-aa09-370f-8a66-ff26dd36508d",
      "8802c394-45b7-3c03-829c-b475ec9809a4",
      "d25fc51a-8287-3307-a6a8-e7ee1d7f0325",
      "ffa36f3e-04da-35e9-a940-46b38a8c9343",
      "244f54c2-b19f-3830-96cd-9e7ef5117a19",
      "9468e92f-0704-3c1c-92c3-95742f274e28",
      "7b61ec0e-5182-372f-b26d-80a704413288",
      "5cb5eb1c-bdd1-33f8-a72f-1fa6512b556d",
      "d52249fb-859e-3b2f-ad8a-dd8d25a7ce6a",
      "c4b56671-24ab-3055-9baa-07b09b015cde",
      "5c0256c9-6f7f-363e-b46a-146ae12a6a2e",
      "65613739-7acc-3fb1-9530-916045d40ba3",
      "8041ce27-2d80-3992-a755-51a288d7e261",
      "f8fbc8f0-bdf4-3a02-9685-b5371680912b",
      "80cf5878-6312-39b2-9c78-e2c40c87721d",
      "27f79db1-b237-34c9-927e-f582c735145c",
      "1876bac6-7eed-38a3-b1d8-bd3f1d267c80"
    ],
    "supersedes": [
      "e31359e3-658b-3b4b-9229-0c291870a053",
      "ea6a0e1a-da56-392f-a5e5-6466c419d71c",
      "4b15ec75-8865-3858-b072-9c4787640180",
      "1958fe56-4b7a-37e5-86d5-4be897c8d1d1",
      "5087cf96-706d-3cce-b00c-7b22f4ed2298",
      "b03f7b19-8174-3b5f-85b1-9971599fb654",
      "eb2266cc-8d9e-35ca-ae84-5f3d188bd586",
      "9d01364f-c440-3623-b589-26c870686ad5",
      "bd01781d-1b58-3aa2-bffe-337fa506fba3",
      "bb50548d-4ff6-334b-b301-024e9b4ed688"
    ],
    "title": "Preview of Monthly Quality Rollup for Windows 8.1 and Windows Server 2012 R2: February 22, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "http://support.microsoft.com/kb/4075212",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1519257600000,
    "qualysUpdatedDate": 1783053451311,
    "id": "b097745f-500c-398b-a17b-d365aefbe6d8",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": true,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X64"
    ],
    "bulletin": "MSNS18-03-4090913",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4090913",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 10 Education (x64)",
      "Windows 10 Home N (x64)",
      "Windows 10 Pro for Workstations (x64)",
      "Windows 10 Pro N (x64)",
      "Windows 10 Enterprise (x64)",
      "Windows 10 Enterprise N (x64)",
      "Windows 10 Home (x64)",
      "Windows 10 Pro (x64)",
      "Windows 10 Education N (x64)"
    ],
    "publishedDate": 1520208000000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "0a60f2f5-03e4-3808-b6ee-dc927233153a",
      "b4499a47-9633-33e1-a0c6-44c168daedef",
      "d8b37739-e274-3958-a201-6964e48d8f02",
      ....
      ....
      "46cd73c6-0625-386d-a29b-7d7173970173",
      "7dbf2d9e-40be-3a52-b6e7-db699e890692",
      "db5b7068-6e27-3af9-87e5-ca8e62694dc9",
      "95f2b1bf-852a-3d80-9221-44b8277c04a3",
      "0e3d1b8a-2430-3871-9824-927aa1c1d11c",
      "8abc791b-1044-36fa-b0a7-9211608c5d2c"
    ],
    "supersedes": [
      "aa9dbf8f-00ee-31ee-9bb9-77dd865340b0",
      "178690fe-db11-35cf-98c2-f4c8708e0803",
      "cd6ab885-240f-37d7-8517-2b0a2d79ffac"
    ],
    "title": "Cumulative Update for Windows 10 Version 1709: March 5, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "https://support.microsoft.com/en-us/help/4090913",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1520208000000,
    "qualysUpdatedDate": 1783053451311,
    "id": "baf0ee09-c383-3703-b08b-455c73d1f900",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  },
  {
    "architecture": [
      "X86"
    ],
    "bulletin": "MSNS18-03-4092077",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4092077",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 10 Enterprise",
      "Windows 10 Pro",
      "Windows 10 Education N",
      "Windows 10 Home",
      "Windows 10 Enterprise N",
      "Windows 10 Education",
      "Windows 10 Home N",
      "Windows 10 Pro N"
    ],
    "publishedDate": 1520467200000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "60334476-dde4-3b64-8e4d-59003e3fc075",
      "39e9a1b6-d334-3f4d-b7bf-8527fae5e1d7",
      "2ce8d2f2-74b8-387e-b3c6-e9dfc0330e66",
      "bd8cfece-160b-3eb0-bc04-7f1c9f148e40",
      ...
      ...
      "7e79549d-2b76-33db-bc58-96da358a16fb",
      "267fc163-cdf3-3838-bf58-217ecd624047",
      "dfac1d03-e564-32cb-a375-51342526bd79",
      "e5b39e09-3230-36de-afb9-3cc44db88180"
    ],
    "supersedes": [
      "ccb4b130-166a-366d-8a02-32e81d741184",
      "25de29fc-3219-3331-95bb-6e3074182959",
      "53ef2e5c-19ac-3a23-ac38-f04184d5a1b0",
      "5b6ee222-5f8b-3258-a413-abdf84083d21",
      "c242be9c-dbd3-38d9-9c8b-eb3bbf200274",
      "af3efb65-bbf2-32aa-96c5-b3d48e1c43a7",
      "4c959b64-398b-3628-bb3f-dcdeacc5080b",
      "edf83b0f-dca2-346d-b63d-9cb532aaf916"
    ],
    "title": "Cumulative Update for Windows 10 Version 1703: March 8, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "https://support.microsoft.com/en-us/help/4092077",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    "qualysPublishedDate": 1520467200000,
    "qualysUpdatedDate": 1783053451311,
    "id": "c36aeb8b-540c-3f27-ac4e-4aa9946c3e9e",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  }
]
  {
    "architecture": [
      "X86"
    ],
    "bulletin": "MSNS18-03-4092077",
    "category": "Non-Security Patches",
    "cve": [],
    "kb": "KB4092077",
    "modifiedDate": 1521763200000,
    "appFamily": [
      "Windows"
    ],
    "product": [
      "Windows 10 Enterprise",
      "Windows 10 Pro",
      "Windows 10 Education N",
      "Windows 10 Home",
      "Windows 10 Enterprise N",
      "Windows 10 Education",
      "Windows 10 Home N",
      "Windows 10 Pro N"
    ],
    "publishedDate": 1520467200000,
    "qid": [],
    "rebootRequired": true,
    "supersededBy": [
      "60334476-dde4-3b64-8e4d-59003e3fc075",
      "39e9a1b6-d334-3f4d-b7bf-8527fae5e1d7",
      "2ce8d2f2-74b8-387e-b3c6-e9dfc0330e66",
      "bd8cfece-160b-3eb0-bc04-7f1c9f148e40",
      ...
      ...
      "7e79549d-2b76-33db-bc58-96da358a16fb",
      "267fc163-cdf3-3838-bf58-217ecd624047",
      "dfac1d03-e564-32cb-a375-51342526bd79",
      "e5b39e09-3230-36de-afb9-3cc44db88180"
    ],
    "supersedes": [
      "ccb4b130-166a-366d-8a02-32e81d741184",
      "25de29fc-3219-3331-95bb-6e3074182959",
      "53ef2e5c-19ac-3a23-ac38-f04184d5a1b0",
      "5b6ee222-5f8b-3258-a413-abdf84083d21",
      "c242be9c-dbd3-38d9-9c8b-eb3bbf200274",
      "af3efb65-bbf2-32aa-96c5-b3d48e1c43a7",
      "4c959b64-398b-3628-bb3f-dcdeacc5080b",
      "edf83b0f-dca2-346d-b63d-9cb532aaf916"
    ],
    "title": "Cumulative Update for Windows 10 Version 1703: March 8, 2018",
    "type": "OS",
    "vendor": "Microsoft",
    "vendorSeverity": "None",
    "vendorlink": "https://support.microsoft.com/en-us/help/4092077",
    "missingCount": 0,
    "installedCount": 0,
    "downloadMethod": "Automatic",
    "advisory": null,
    "enabled": true,
    "packageDetails": null,
    "reliability": null,
    "isFeatureUpdate": false,
    "isEsuPatch": null,
    "esuOsVersion": null,
    
    "qualysPublishedDate": 1520467200000,
    "id": "c36aeb8b-540c-3f27-ac4e-4aa9946c3e9e",
    "isSecurity": false,
    "isSuperseded": true,
    "isRollback": false,
    "isCustomizedDownloadUrl": false
  }
]

Updated API: Get Patches Report

New or Updated API Updated
API Endpoint  /pm/v2/report/patch
Method GET
DTD or XSD changes Not Applicable

We have enhanced this API with a new parameter, qualysPublishedDate, in the API response. This parameter provides you with the date on which the patches were published on the Qualys Patch Management platform. 

Sample - Get Patches ReportSample - Get Patches Report

API Request

curl -X 'POST' \
  '<qualys_base_url>/pm/v2/report/patch' 
  -H 'accept: application/json' 
  -H 'Authorization: Bearer <JWT_Token>
  -H 'Content-Type: application/json' 
  -d

API Body

{
  "name": "Patch Report",
  "description": "Patch report description",
  "platform": "Windows",
  "query": "patch.vendorSeverity:Important",
  "havingQuery": "asset.isLicensed:true",
  "reportFormat": "CSV",
  "columnsToDisplay": {
    "patch": [
      "rowId",
      "patchId",
      "patchTitle",
      "publishedDate",
      "rebootRequired",
      "architecture",
      "bulletin",
      "kb",
      "category",
      "qid",
      "cve",
      "severity",
      "patchStatus",
      "assetId",
      "assetName",
      "operatingSystem",
      "assetStatus",
      "isEsuPatch",
      "isFeatureUpdate",
      "patchReliability",
      "qualysPublishedDate"
    ]
  }
}

API Response

{
 "reportId": "7cc93f88-70be-4076-83e8-7a0f45b684dc"
}

Issues Addressed

The following reported and notable customer API issue is fixed in this release.

Component/Category Description
PM - Assets
 
We fixed an issue where the following parameters were missing from the API response: completionpercent and assetResultReceivedCount.
These two parameters are now generated in the API response.

Impacted API: /pm/v1/deploymentjobs

UI Release Updates

To know more about the UI features, enhancements, and issues addressed, see Patch Management Release 4.0