-
Notifications
You must be signed in to change notification settings - Fork 460
QuiddityGuard
codefriar edited this page Dec 4, 2020
·
12 revisions
contains methods and static lists for rapid acceptence of a particular set of quiddities
a private testvisible variable allowing developers to inject a custom quiddity value during test execution.
a non-exhaustive list of Quiddities that do not include user situations where users could be injecting malicious data.
A list of quiddities that may include user-defined data and therefore should not be trusted without manual FLS/CRUD checks
A method to determine if the current Quiddity context is within a caller-supplied list of acceptable quiddity values.
Param | Description |
---|---|
acceptableQuiddites |
A list of quiddities to check against |