-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 6.2
-
Fix Version/s: None
-
Component/s: Aikau
-
Labels:None
-
Bug Priority:
-
Epic Link:
-
Delivery Team:Feature Teams Apps
Comments that reference Jira issues should generally not be included in pages rendered to the customer. These could provide malicious users with information that could be used to exploit vulnerabilities within the application.
The following comment is rendered through an included across multiple pages in share:
// See AKU-692 - Apply AMD module mapping to temporarily resolve dojo/hccss bug
Most pages within share contain
<script type="text/javascript"> // See AKU-692 - Apply AMD module mapping to temporarily resolve dojo/hccss bug dojoConfig.packages.push({ name: "patches", location: "js/patches" }); dojoConfig.map = { "*": { "dojo/hccss": "patches/dojo/hccss" } }; </script>