Question

Accenture
AU
Last activity: 2 Mar 2023 6:18 EST
Access Control Health Check tool seems to be throwing false positives
As a part of our app build we generally run the "Access Control Check" utility to detect potential security issues, the utility is throwing warnings for the following 2 lines
String captchaURL = baseURL + "?" + pega_rules_utilities.pzEncryptURLActionString(tools, "Requestor", "pyActivity=Code-Security.pyGenerateCaptcha");
String cacheManifestURL = baseURL + "?" + pega_rules_utilities.pzEncryptURLActionString(tools, "Requestor", "pyActivity=Code-Security.pzGenerateLoginCacheManifest");
If anyone has an idea how to resolve this issue can you please help , to me this looks like a false positive since the code is using pzEncryptURLActionString which should register the url and avoid security issue.
Is the tool at fault or are we missing something.
***Edited by Moderator Marissa to add Support Case Details***