Alex Thottunkel
- Total activity 2325
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1186
Articles
Recent activity by Alex Thottunkel Sort by recent activity-
Feature Focus: Cloud Service Recommendations, a step further in your Cloud journey
CAST Highlight excels at identifying code Blockers an application could encounter during a Cloud migration and recognizing cloud Boosters or effective PaaS service implementations in a code base th...
-
The code contains too many MOVE instructions with multiple assignments
[nz_btn text="Software Agility" link="http://doc.casthighlight.com/software-agility/" icon="icon-dashboard" color="black" shape="rounded"][nz_btn text="Embedded Documentation" link="http://doc.cast...
-
Feature Focus: Cloud Maturity Effort Estimate
This is probably the most anticipated metric since we launched the Cloud Maturity feature three years ago: getting an estimate of the effort required to remove Cloud blockers CAST Highlight detects...
-
Feature Focus: Preventing the Use of Risky OSS Components Across the Enterprise
CAST Highlight scans your applications and automatically detects the third-party components in use along with consolidated metadata such as vulnerabilities (CVEs), licenses, version release date, e...
-
Release Notes - Highlight June 2020
We’re very proud to announce the next major release of CAST Highlight, the Software Intelligence solution for performing rapid application portfolio analysis. This new version brings game-changing...
-
Best practices on how to setup CAST Highlight campaigns for optimal results
CAST Highlight allows you to consolidate Software Intelligence analytics at the portfolio level, in a lightning-fast manner thanks to a simple workflow. However, onboarding hundreds of apps in a fe...
-
How to build a Windows-based Docker image for CAST Highlight code scans
Our Docker image allows you to run the command line to scan your apps, as a Linux-based container. While it woks for most of organizations, some users may need to run it as a Windows-based containe...
-
Avoid having too many conditions using variables without operators
Why you should care When a variable without any operators is found within a 'IF' condition, in most of cases, it means that the developer wanted to perform some controls on this variable. However,...
-
Open Source Safety
Definition Open Source Safety indicates the use of 3rd-party components that comply with security, license and age requirements. This index from 0 (low safety) to 100 (high safety) is an average o...
-
Avoid launching OS-specific sub-processes from code
Avoid launching OS-specific sub-processes from code Cloud/PaaS applications must be OS-agnostic as much as possible and should not rely on OS-specific features or processes, which may not be ...