- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 09:17 AM
As part of instance hardening, servicenow recommends to set this property 'glide.processors.check_access_before_process' to TRUE.
When I am searching that property its now showing up and once ServiceNow said, if a property is not seen, then its understood that the default value is TRUE.
But here, SN says, the default value of this property is FALSE and recommends to set it to TRUE.
So if my understanding wrong that, if a property is not found, then its default value is TRUE?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 10:30 AM
Hi @Suggy ,
Yes, there are many such properties which are not exposed to admin for update, so based on issue or case, sometimes SN support recommend to create and update accordingly.
We can't say that, such properties are always true, if not expose to admin, it's subject to implementation by core product team.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 09:59 AM
Hello @Suggy
Create a new property and the set value to False...and check the Security score again....
The property might have been hard coded.
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 12:48 AM
have you tried searching the Property in code search and see if it is hard-coded somewhere..?
When ServiceNow proposed few solutions, I have created system properties before which were not present in the system.
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 09:59 AM - edited 12-11-2024 10:00 AM
Hi @Suggy ,
few system properties we cannot see and able to update due to some security reasons
Run below script in background scrip if you can see the value
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 12:35 AM
@Anand Kumar P Docs says the default value is FALSE.
When I ran that script, it says "*** Script: The value of the system property is: null"
Now what does it mean 🙂