BrowserStack Code Quality Jira Plugin

Analyze the code quality of your Jira feature with issues added and fixed for a commit immediately.  BrowserStack Code Quality Summary on Jira ticket BrowserStack Code Quality summary brings source code quality reporting right inside Jira. Monitor the code quality of your feature at ticket level.  Commit History on BrowserStack Code Quality…

0
Read More

Commit workflow

This feature is currently available only for enterprise customers. You can now use Embold to review commits made on your GitHub and Bitbucket repositories. When code is committed, Embold scans the changed files and reports Vulnerabilities, code issues and anti-patterns on Embold UI. Thus facilitating a more effective and easier…

0
Read More

Proxy Settings

We have added a proxy setting in the VSCode extension.Add the following environment variables if you are using any custom proxy settings. 1.EMB_PROXY_HOSTE.g. 192.168.1.127 2.EMB_PROXY_PORTE.g. 3128 3.EMB_PROXY_USERNAME (Optional)4.EMB_PROXY_PASSWORD (Optional)

0
Read More

SAML

SAML (Security Assertion Markup Language) is mainly used for authentication purposes. Tested on : Okta , Auth0 , Azure SAML and OneLogin How to go to SSO Settings? Navigate to the SSO tab in the administration section. SSO Settings page will be displayed that contains a list of providers. Currently,…

0
Read More

Install Cppcheck

You have to install cppcheck (Version 2..4.1) manually on your machine. Installation on Windows Go to ‘https://sourceforge.net/projects/cppcheck/files/cppcheck/2.4/cppcheck-2.4.1-x64-Setup.msi/download‘. Open downloaded .msi file. Install Cppcheck. Check version on cmd: cppcheck –version. Installation on Linux Execute commands on the terminal: git clone –branch 2.4.x https://github.com/danmar/cppcheck.git /cppcheck mkdir /cppcheck/build cd /cppcheck/build cmake .. cmake…

0
Read More

Analysis of output

After scan completion, analysis results will be displayed on the “PROBLEMS” view. Show Description option is available on a quick fix. For metric violation – a quick fix will redirect to the documentation page. For Design Issue – It will show a new tab for insights with an animated progress…

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