Critical Vulnerability Information Vulnerability Description Type: Unauthorized Resource Access Cause: Unauthorized resources were accessed when using Relay. Related Files and Code Changes File: Change: Added a call to the method to ensure correct resource class resolution when using Relay. Test Cases File: Tests: - : Tests correct resource class resolution when an operation name is provided. - : Tests correct resource class resolution when no operation name is specified. - : Tests that an exception is thrown when an invalid operation name is provided. Security Improvements Check: Added a check for within the method to ensure unauthorized resource nodes are not exposed when using Relay. Other Related Files Summary This commit fixes a security vulnerability that allowed unauthorized access to resources via Relay. By adding proper resource class resolution and corresponding test cases, the system's security has been enhanced.