Security Verification (SV) Library Release Notes

Version 1.2.1, 03 Dec 2019

This version corrects an issue with SV Scanning Service API endpoints. One configuration change is necessary:

Version 1.2.0, 10 Oct 2019

  • Removal of LMCL dependency - ACUMOS-3505
  • Changed docker image for SV to follow acumos/ prefix

Version 0.0.24, 09 Jun 2019

Version update only; changes were to the SV Scanning Service

Version 0.0.17, 14 May 2019

  • Artifact type cdump not found – when publishing in portal (ACUMOS-2860)

Version 0.0.16, 10 May 2019

  • SecurityVerificationServiceImpl.createSiteConfig (ACUMOS-2865)

Version 0.0.15, 10 May 2019

  • SecurityVerificationServiceImpl.createSiteConfig (ACUMOS-2865)
  • Artifact type cdump not found – when publishing in portal (ACUMOS-2860)
  • Dependencies should be installed part of the docker image of the component rather than directly in yaml file (ACUMOS-2845)

Version 0.0.12, 01 May 2019

  • Update license-manager-client-library, security-verification-client and security-verification-service For LF release (ACUMOS-2830)

Version 0.0.11, 30 April 2019

  • Security Verification throwing Unexected Error Message (ACUMOS-2815)

Security Verification (SV) Scanning Service Release Notes

Version 1.2.0, 16 Oct 2019

Version 1.1.0, 01 Oct 2019

Version 0.0.24, 09 Jun 2019

This release restores the ability to deploy the SV Scanning Service with full functionality embedded in the docker container image. Updates with external configuration files (e.g. to update licenses/rules, or the scanning tool/scripts) is optional, as described by the updated user-guide.

Version 0.0.20, 30 May 2019

Version 0.0.19, 28 May 2019

Version 0.0.18, 23 May 2019

This release includes improvements and other updates as below, for the merged commits and related Jira items:

Version 0.1.0, 12 April 2019

This is the first test release of the SV Scanning Service. Docker-compose and kubernetes templates are in the system-integration repo folders AIO/docker/acumos and AIO/kubernetes, respectively. The implementation includes a combination of:

  • A springboot application that serves the “/scan” API, per the design document
  • A set of bash scripts as prototype implementations of the following functions, built into the generated SV Scanning Service image. These will be migrated to Java code as time permits:
    • dump_model.sh: dump all to-be-scanned data for a model revision
    • license_scan.sh: invoke the Scancode Toolkit on the dumped model data
    • scan_all.sh: test script to scan all revisions in the CDS
    • setup_verification_site_config.sh: test script to initialize the CDS site config for the SV Library and Scanning Service

Includes the merged commits and related Jira items:

Version 0.0.1, 04 April 2019

Includes the merged commits and related Jira items: