function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Megha SachaniaMegha Sachania 

AppExchange Lightning

Hi!
Please help me out here. When app given for security review there was one issue regarding Access Control Violation Vulnerability. Issue is been listed below.
Issue Description
Events sent across namespace boundaries that include sensitive data not intended for consumption by another namespace. Unintentional leak of data across namespace boundary via improper configuration of events. Use properly scoped LWC custom events.
Finding 1 of 1
File
aura/TeamDashboard/TeamDashboard.cmp
Code
<aura:component controller="createTeamSyneargyReport" implements="force:appHostable,flexipage:availableForAllPageTypes,lightning:isUrlAddressable" access="global">
Notes
PerFit-HR for Work.com handles sensitive information and has the access set to "global", meaning any namespace can extend the application and access sensitive data. There are similar instances throughout the application, please fix it in all places.
 
Please help me out to resolve this
Thanks