Alex Thottunkel
- Total activity 2329
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1176
Articles
Recent activity by Alex Thottunkel Sort by recent activity-
Release Notes – CAST Highlight Winter 2021 Release
We’re very proud to announce the next major release of CAST Highlight, the Software Intelligence product for performing rapid application portfolio analysis. This version introduces new innovation...
-
How to install and use CAST Highlight SCA browser extension
Get Open Source component information (vulnerabilities, license risk, allow/deny status, available versions, etc.) directly in Chromium-based browsers when visiting repository pages on npmjs, nuget...
-
Feature Focus: how to use the SCA browser extension
Get Open Source component information (vulnerabilities, license risk, allow/deny status, available versions, etc.) directly in Chromium-based browsers when visiting repository pages on npmjs, nuget...
-
How to retrieve your CAST Highlight company identifier (companyId)
In order to use CAST Highlight API, command line and other tools, you need to know what is your company identifier. This article explains how to retrieve it from the CAST Highlight dashboard.A CAST...
-
API change notice on getting application snapshot results
In order to improve performance of the API, we're slightly changing the default returned result of the following endpoint: GET WS2/domains/{domainId}/applications/{applicationId} Instead of retur...
-
Release Notes – CAST Highlight October 2021
We’re very proud to announce the next major release of CAST Highlight, the Software Intelligence product for performing rapid application portfolio analysis. This version introduces new innovation...
-
Feature Focus: Custom Portfolio Segmentation
Similar to the recent Portfolio Advisors for Cloud and Open Source, this capability allows portfolio managers to create their own custom portfolio segmentations based on a combination of Software I...
-
Feature Focus: Portfolio Advisor for Open Source, an automated and smart way to segment an application portfolio better prioritizing third-party component risks
We are very proud to present the Portfolio Advisor for Open Source which joins the growing family of Portfolio Advisors that have already been released for Cloud and Technical Debt. This capability...
-
Feature Focus: How to use Github Actions to scan your applications with CAST Highlight
Github Actions are workflows that you can use on your application repositories based on specific triggers. This is the perfect place to run CAST Highlight scans in an automated fashion. This articl...
-
Avoid long 'if/else if' chains that could be replaced by a 'switch' statement
Why you should care For code readability purpose, prefer using switch if there are three or more options in a if. How we detect CAST Highlight counts one occurrence each time a elseif chain is ma...