Polaris 2021.03 Release Notes

Here's what's new in Polaris 2021.03.

Polaris Platform

  • Support for Coverity 2020.03 is deprecated. It will be discontinued in a future release.
  • An organization Administrator can review audit logs that show usage during the previous 30 days, whether made through the UI or the API. Audit logs currently record each user login, including username and a timestamp.
  • Users can select a custom timeframe when viewing issues over time in Polaris UI under the Projects or Application Summary tabs.
  • Users have the added ability to view group membership within the user profile page for user account tracking.
  • Duplicate issue types and taxonomy have been removed, which allows users to distinguish issues with the same descriptive name in the filter dropdown menu and "group by".
  • Bug Fix: Resolved an issue where the severity icon never loads for the "Unencrypted Connection" only (POL-11996).
  • Bug Fix: Resolved an issue where a new user was unable to log in to Polaris (POL-13345).

Polaris CLI

  • Bug Fix: Resolved an issue where a bin/ directory did not exist after the new version of Polaris CLI was downloaded and installed (POL-13598).
  • Bug Fix: Resolved an issue where a user was unable to get a value for SCM variable ${scm.git.branch}, thus failed to find the Git branch (POL-12021).

Polaris API

  • The following endpoints are deprecated and will be removed in a future release. We suggest discontinuing use of the deprecated endpoints as soon as possible.
Deprecated Use Instead
/api/triage-command/v0/* /api/triage-command/v1/*
/api/triage-query/v0/* /api/triage-query/v1/*
  • We have moved the tool download resource to /downloads/<file-name> in tools-service V2 APIs. Tool-downloading APIs for V0 and V1 will be deprecated and removed in future releases.
  • A new service, audit-service, will be released with the following public APIs:
    • /api/audit/v0/action-categories
    • /api/audit/v0/actions
    • /api/audit/v0/records
  • Bug Fix: Resolved an issue where Polaris API took longer than six seconds (POL-13556).