- 
                Notifications
    
You must be signed in to change notification settings  - Fork 6
 
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Security Enhancements
- 
max query depth - this allows setting (or using default) recursion depth limits to prevent stack overflow attacks through deeply nested queries
 - 
max output size - set / default a max size of query results to prevent mem exhaustion
 - 
execution time limit - query execution time limits to prevent Denial of Service (DoS) through complex queries (this might be better controlled by the caller, and avoiding support for features that could lead to excessive computational operations)
 - 
function allow-listing - only allow specific built-in functions (e.g. exclude
mergeif obj manipulation is risky) 
springcomp and ZairMahmood
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request