Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Cloud Manager - Custom Code Quality Rules | AEM Community Discussion

Avatar

Administrator

BlogImage.jpg

Cloud Manager - Custom Code Quality Rules by Adobe Docs

Abstract

This page describes the custom code quality rules executed by Cloud Manager created based on best practices from AEM Engineering.

SonarQube Rules
The following section highlights the SonarQube Rules:

Do not use potentially dangerous functions
Key : CQRules:CWE-676
Type : Vulnerability
Severity : Major
Since : Version 2018.4.0

The methods Thread.stop() and Thread.interrupt() can produce hard-to-reproduce issues and, in some cases, security vulnerabilities. Their usage should be tightly monitored and validated. In general, message passing is a safer way to accomplish similar goals.

Read Full Blog

Cloud Manager - Custom Code Quality Rules

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies