- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 06:58 AM
I have finding as- Access Controls on Client callable Script Includes while scanning an update set before completing,How can i remove this . any suggestion is appreciated.Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:05 AM - edited 06-15-2023 11:08 AM
Hi @servicenow14710 basically Access Controls on Client callable Script Includes means for which role this Client Callable Script Include needs to be trigger. Consider I have a Callable Callable Script Include and I have created ACL on it for "admin" role. Now the user who have "admin" role for them only the Client callable Script Include will trigger.
You need you create a "client_callable_script_include"type on "execute" operation ACL on your Client Callable Script Include. Now you will able to remove the finding.
Refer below screenshots
Please don't forget to mark reply Helpful/Correct, if applicable
Regards,
Siddharam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:05 AM - edited 06-15-2023 11:08 AM
Hi @servicenow14710 basically Access Controls on Client callable Script Includes means for which role this Client Callable Script Include needs to be trigger. Consider I have a Callable Callable Script Include and I have created ACL on it for "admin" role. Now the user who have "admin" role for them only the Client callable Script Include will trigger.
You need you create a "client_callable_script_include"type on "execute" operation ACL on your Client Callable Script Include. Now you will able to remove the finding.
Refer below screenshots
Please don't forget to mark reply Helpful/Correct, if applicable
Regards,
Siddharam