Skip to content

2020.06 Release Notes

In June 2020, the Managed Services team is releasing a new version of the Managed Services Platform. This is primarily a maintenance release.

This release provides the following improvements:

New ‘updatedAt’ parameter for the List Scans request: After a scan completes, there can be further changes to the test: for example, assessors might update the report. The updatedAt field shows the date of the final change made to the scan report.

New field name and value for proof-of-concept (POC) records: In vulnerability reports, the POC <url> field has been replaced by a <pocInstanceId> field whose value is a string in the format POC_*XXXXXXXXX*. This value replaces the URL that was used to locate POC images in previous releases.

For example, a record formatted as follows in vulnerability reports from earlier releases:

<pocs>
    <poc>
        <description>(descriptive text)</description>
        <url>(Web address)</url>
    </poc>
<pocs>

... now appears as follows in release 2020.06:

<pocs>
    <poc>
        <description>(descriptive text)</description>
        <pocInstanceId>(POC ID value)</pocInstanceId>
    </poc>
<pocs>

New method to retrieve a proof-of-concept (POC) image: In addition to the change of field name, as just described, release 2020.06 introduces a new API method, Get Proof of Concept (POC), that fetches a POC image by using the <pocInstanceId> value returned by calls to Get Vulnerabilities and Get Individual Vulnerability.

Parent topic:2026.5.0 Release Notes