Help me to understand mentioned UI Action condition
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 12:08 PM
Hi,
Help me to understand/Explain the mentioned UI Action Condition.
condition:
(new sn_vul.StateUtils().canCloseOrDefer(current)) && sn_vul.VulnerableItemAccess.checkAccess(current) && new sn_vul.PenTestRequestUtils().checkAccess(current)
Attached UI Form.
Regards,
Sanju.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 01:45 PM
Those appear to be classes, probably defined in script includes within the sn_vul application scope. You can review those
StateUtils()
VulnerableItemAccess ?
PenTestRequestUtils()