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

Scanning options

Embold supports 2 scanning options to scan the files in IntelliJ. They are as below: Scan a single file Embold will automatically scan the file when a change is triggered in the file. Scan all files with Embold

0
Read More

AutoDoc

Overview License Agreement for Embold service The user needs to accept the terms of service by clicking on the “Accept” button. How to generate the Embold AutoDoc? AutoDoc can be generated using 3 ways: A. Follow the below steps: 4. All set now! Embold will generate Java docs for you.…

0
Read More

Embold Remote Scan Docker deployment

Basic Setup: In this mode, the scan happens on another machine (e.g. a build machine) and results are published to the Embold Server. In this case, you need to download the Embold Analyser component on the build machine and also enable the data port (5432) on the Embold Server to…

0
Read More