VSCode Plugin

Embold VSCode extension uncovers potential code issues, vulnerabilities, metrics, and hard-to-detect anti-patterns that make your code difficult to maintain and can lead to error-prone solutions. The extension currently supports C/ C++, Java, JavaScript, and Typescript.

0
Read More

Release 1.9.4.1

In this release, we have addressed the widely discussed log4shell (CVE-2021-44228) and CVE-2021-45046, CVE-2021-44832 security vulnerability by upgrading the Apache Log4j version to 2.17. Release date: 30, December 2021 What is new? New JAVA checks:We have added 12 new Java CWE checks. Get more insights into Embold’s rich Java checks here. Sr. No…

0
Read More

LDAP configuration

LDAP (Lightweight Directory Access Protocol) is used for directory service authentication and automatically maps with the roles. How to configure group schema settings? Multiple users are associated in a group. Global role: Predefined groups from LDAP are mapped to BrowserStack Code Quality global roles. These roles are: Project level role:…

0
Read More

CERT

CERT is a secure coding standard that supports C/CPP programming languages. These standards are reliable, safe, and secure for the software systems used.The below table will provide you with insight into currently supported C/CPP security checks.

0
Read More

SSH for Windows

Prerequisite: Git Bash To install Git: Download and initiate the Git installer. Below are steps to generate ssh keys On the windows machine In Windows, press Start+R to launch the Run dialog. Type C:\Program Files\Git\bin\bash.exe and press Enter. mkdir keys: Create a directory with name as keys. cd keys: Move to…

0
Read More

SSH for Linux

Below are steps to generate SSH keys on a Linux machine: Start the key generation program by typing “ssh-keygen -m PEM -t rsa -b 4096” in terminal Enter the filename you want for the key. Enter passphrase if required. (This is optional)

0
Read More

Memory settings

Whenever you want to scan a large repository (above 2 Millions lines of code) remember you need these memory settings. Before you run such scan make sure to tweak few environment values such as -m and ANALYSER_XMX. Note that, such values may not be known upfront when the docker run…

0
Read More

Release 1.9.3.0

Release date: 20, October 2021 What is new? New language support added for CSS Integrated a new 3rd party linter Stylint. Added 48 new checks. Improved CWE coverage for JAVA:We have added 11 new Java CWE checks. Get more insights into Embold’s rich Java checks here. Mutable Object Should Not Reference Public…

0
Read More

Release 1.9.2.3

Release date: 16, September 2021 What is new? Hotfixes include Bug fixes.  More stable Pull request feature. Improvement in the code coverage workflow. Bug fixes and improvements include: Improved Quality Gate Flow for Jenkins plugin. Improved API Pagination in Version control flow for bitbucket. Improved code coverage analysis with File-wise…

0
Read More